1virsh_selinux(8)             SELinux Policy virsh             virsh_selinux(8)
2
3
4

NAME

6       virsh_selinux - Security Enhanced Linux Policy for the virsh processes
7

DESCRIPTION

9       Security-Enhanced Linux secures the virsh processes via flexible manda‐
10       tory access control.
11
12       The virsh processes execute with the  virsh_t  SELinux  type.  You  can
13       check  if  you have these processes running by executing the ps command
14       with the -Z qualifier.
15
16       For example:
17
18       ps -eZ | grep virsh_t
19
20
21

ENTRYPOINTS

23       The virsh_t SELinux type can be entered via the virsh_exec_t file type.
24
25       The default entrypoint paths for the virsh_t domain are the following:
26
27       /usr/sbin/xl, /usr/sbin/xm, /usr/bin/virsh
28

PROCESS TYPES

30       SELinux defines process types (domains) for each process running on the
31       system
32
33       You can see the context of a process using the -Z option to ps
34
35       Policy  governs  the  access confined processes have to files.  SELinux
36       virsh policy is very flexible allowing users to setup their virsh  pro‐
37       cesses in as secure a method as possible.
38
39       The following process types are defined for virsh:
40
41       virsh_t, virsh_ssh_t
42
43       Note:  semanage  permissive  -a virsh_t can be used to make the process
44       type virsh_t permissive. SELinux does not  deny  access  to  permissive
45       process  types, but the AVC (SELinux denials) messages are still gener‐
46       ated.
47
48

BOOLEANS

50       SELinux policy is customizable based on least access  required.   virsh
51       policy is extremely flexible and has several booleans that allow you to
52       manipulate the policy and run virsh with the tightest access possible.
53
54
55
56       If you want to allow all daemons the ability to  read/write  terminals,
57       you must turn on the daemons_use_tty boolean. Disabled by default.
58
59       setsebool -P daemons_use_tty 1
60
61
62
63       If  you  want  to deny any process from ptracing or debugging any other
64       processes, you  must  turn  on  the  deny_ptrace  boolean.  Enabled  by
65       default.
66
67       setsebool -P deny_ptrace 1
68
69
70
71       If  you  want  to  allow  any  process  to mmap any file on system with
72       attribute file_type, you must turn on the  domain_can_mmap_files  bool‐
73       ean. Enabled by default.
74
75       setsebool -P domain_can_mmap_files 1
76
77
78
79       If  you want to allow all domains write to kmsg_device, while kernel is
80       executed with systemd.log_target=kmsg parameter, you must turn  on  the
81       domain_can_write_kmsg boolean. Disabled by default.
82
83       setsebool -P domain_can_write_kmsg 1
84
85
86
87       If you want to allow all domains to use other domains file descriptors,
88       you must turn on the domain_fd_use boolean. Enabled by default.
89
90       setsebool -P domain_fd_use 1
91
92
93
94       If you want to allow all domains to have the kernel load  modules,  you
95       must  turn  on  the  domain_kernel_load_modules  boolean.  Disabled  by
96       default.
97
98       setsebool -P domain_kernel_load_modules 1
99
100
101
102       If you want to allow all domains to execute in fips_mode, you must turn
103       on the fips_mode boolean. Enabled by default.
104
105       setsebool -P fips_mode 1
106
107
108
109       If you want to enable reading of urandom for all domains, you must turn
110       on the global_ssp boolean. Disabled by default.
111
112       setsebool -P global_ssp 1
113
114
115
116       If you want to allow confined applications to use nscd  shared  memory,
117       you must turn on the nscd_use_shm boolean. Disabled by default.
118
119       setsebool -P nscd_use_shm 1
120
121
122
123       If  you want to support ecryptfs home directories, you must turn on the
124       use_ecryptfs_home_dirs boolean. Disabled by default.
125
126       setsebool -P use_ecryptfs_home_dirs 1
127
128
129
130       If you want to allow confined virtual guests to manage nfs  files,  you
131       must turn on the virt_use_nfs boolean. Disabled by default.
132
133       setsebool -P virt_use_nfs 1
134
135
136
137       If  you want to allow confined virtual guests to manage cifs files, you
138       must turn on the virt_use_samba boolean. Disabled by default.
139
140       setsebool -P virt_use_samba 1
141
142
143

MANAGED FILES

145       The SELinux process type virsh_t can manage files labeled with the fol‐
146       lowing  file  types.   The paths listed are the default paths for these
147       file types.  Note the processes UID still need to have DAC permissions.
148
149       cifs_t
150
151
152       container_file_t
153
154            /var/lib/kubelet(/.*)?
155            /var/lib/docker/vfs(/.*)?
156
157       nfs_t
158
159
160       ssh_home_t
161
162            /var/lib/[^/]+/.ssh(/.*)?
163            /root/.ssh(/.*)?
164            /var/lib/one/.ssh(/.*)?
165            /var/lib/pgsql/.ssh(/.*)?
166            /var/lib/openshift/[^/]+/.ssh(/.*)?
167            /var/lib/amanda/.ssh(/.*)?
168            /var/lib/stickshift/[^/]+/.ssh(/.*)?
169            /var/lib/gitolite/.ssh(/.*)?
170            /var/lib/nocpulse/.ssh(/.*)?
171            /var/lib/gitolite3/.ssh(/.*)?
172            /var/lib/openshift/gear/[^/]+/.ssh(/.*)?
173            /root/.shosts
174            /home/[^/]+/.ssh(/.*)?
175            /home/[^/]+/.ansible/cp/.*
176            /home/[^/]+/.shosts
177
178       systemd_passwd_var_run_t
179
180            /var/run/systemd/ask-password(/.*)?
181            /var/run/systemd/ask-password-block(/.*)?
182
183       vhostmd_tmpfs_t
184
185
186       virt_etc_rw_t
187
188            /etc/xen/[^/]*
189            /etc/xen/.*/.*
190            /etc/libvirt/[^/]*
191            /etc/libvirt/.*/.*
192
193       virt_etc_t
194
195            /etc/xen/[^/]*
196            /etc/libvirt/[^/]*
197            /etc/xen
198            /etc/libvirt
199
200       virt_image_type
201
202            all virtual image files
203
204       virt_lock_t
205
206
207       virt_lxc_var_run_t
208
209            /var/run/libvirt/lxc(/.*)?
210            /var/run/libvirt-sandbox(/.*)?
211
212       xenfs_t
213
214
215

FILE CONTEXTS

217       SELinux requires files to have an extended attribute to define the file
218       type.
219
220       You can see the context of a file using the -Z option to ls
221
222       Policy  governs  the  access  confined  processes  have to these files.
223       SELinux virsh policy is very flexible allowing  users  to  setup  their
224       virsh processes in as secure a method as possible.
225
226       The following file types are defined for virsh:
227
228
229
230       virsh_exec_t
231
232       -  Set  files  with the virsh_exec_t type, if you want to transition an
233       executable to the virsh_t domain.
234
235
236       Paths:
237            /usr/sbin/xl, /usr/sbin/xm, /usr/bin/virsh
238
239
240       Note: File context can be temporarily modified with the chcon  command.
241       If  you want to permanently change the file context you need to use the
242       semanage fcontext command.  This will modify the SELinux labeling data‐
243       base.  You will need to use restorecon to apply the labels.
244
245

COMMANDS

247       semanage  fcontext  can also be used to manipulate default file context
248       mappings.
249
250       semanage permissive can also be used to manipulate  whether  or  not  a
251       process type is permissive.
252
253       semanage  module can also be used to enable/disable/install/remove pol‐
254       icy modules.
255
256       semanage boolean can also be used to manipulate the booleans
257
258
259       system-config-selinux is a GUI tool available to customize SELinux pol‐
260       icy settings.
261
262

AUTHOR

264       This manual page was auto-generated using sepolicy manpage .
265
266

SEE ALSO

268       selinux(8), virsh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
269       , setsebool(8), virsh_ssh_selinux(8), virsh_ssh_selinux(8)
270
271
272
273virsh                              19-04-25                   virsh_selinux(8)
Impressum