1staff_wine_selinux(8)      SELinux Policy staff_wine     staff_wine_selinux(8)
2
3
4

NAME

6       staff_wine_selinux  - Security Enhanced Linux Policy for the staff_wine
7       processes
8

DESCRIPTION

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

ENTRYPOINTS

24       The  staff_wine_t  SELinux  type  can  be  entered via the wine_exec_t,
25       user_home_t file types.
26
27       The default entrypoint paths for the staff_wine_t domain are  the  fol‐
28       lowing:
29
30       /usr/bin/wine.*,                      /opt/teamviewer(/.*)?/bin/wine.*,
31       /opt/google/picasa(/.*)?/bin/wdi,  /opt/google/picasa(/.*)?/bin/wine.*,
32       /opt/google/picasa(/.*)?/bin/msiexec,
33       /opt/google/picasa(/.*)?/bin/notepad,
34       /opt/google/picasa(/.*)?/bin/progman,
35       /opt/google/picasa(/.*)?/bin/regedit,
36       /opt/google/picasa(/.*)?/bin/regsvr32,
37       /opt/google/picasa(/.*)?/Picasa3/.*exe,
38       /opt/google/picasa(/.*)?/bin/uninstaller,     /opt/cxoffice/bin/wine.*,
39       /opt/picasa/wine/bin/wine.*,    /usr/bin/msiexec,     /usr/bin/notepad,
40       /usr/bin/regedit,        /usr/bin/regsvr32,       /usr/bin/uninstaller,
41       /home/[^/]+/cxoffice/bin/wine.+, /home/[^/]+/.+
42

PROCESS TYPES

44       SELinux defines process types (domains) for each process running on the
45       system
46
47       You can see the context of a process using the -Z option to ps
48
49       Policy  governs  the  access confined processes have to files.  SELinux
50       staff_wine policy is  very  flexible  allowing  users  to  setup  their
51       staff_wine processes in as secure a method as possible.
52
53       The following process types are defined for staff_wine:
54
55       staff_wine_t
56
57       Note:  semanage  permissive  -a  staff_wine_t  can  be used to make the
58       process type staff_wine_t permissive. SELinux does not deny  access  to
59       permissive  process  types,  but the AVC (SELinux denials) messages are
60       still generated.
61
62

BOOLEANS

64       SELinux  policy  is  customizable  based  on  least  access   required.
65       staff_wine  policy  is extremely flexible and has several booleans that
66       allow you to manipulate the policy and run staff_wine with the tightest
67       access possible.
68
69
70
71       If you want to allow users to resolve user passwd entries directly from
72       ldap rather then using a sssd server, you  must  turn  on  the  authlo‐
73       gin_nsswitch_use_ldap boolean. Disabled by default.
74
75       setsebool -P authlogin_nsswitch_use_ldap 1
76
77
78
79       If you want to allow all domains to execute in fips_mode, you must turn
80       on the fips_mode boolean. Enabled by default.
81
82       setsebool -P fips_mode 1
83
84
85
86       If you want to allow confined applications to run  with  kerberos,  you
87       must turn on the kerberos_enabled boolean. Disabled by default.
88
89       setsebool -P kerberos_enabled 1
90
91
92
93       If  you  want  to control the ability to mmap a low area of the address
94       space, as configured by /proc/sys/vm/mmap_min_addr, you  must  turn  on
95       the mmap_low_allowed boolean. Disabled by default.
96
97       setsebool -P mmap_low_allowed 1
98
99
100
101       If  you  want  to  allow  system  to run with NIS, you must turn on the
102       nis_enabled boolean. Disabled by default.
103
104       setsebool -P nis_enabled 1
105
106
107
108       If you want to allow confined applications to use nscd  shared  memory,
109       you must turn on the nscd_use_shm boolean. Disabled by default.
110
111       setsebool -P nscd_use_shm 1
112
113
114
115       If  you  want to allow users to connect to PostgreSQL, you must turn on
116       the   selinuxuser_postgresql_connect_enabled   boolean.   Disabled   by
117       default.
118
119       setsebool -P selinuxuser_postgresql_connect_enabled 1
120
121
122
123       If  you  want  to  support  NFS  home directories, you must turn on the
124       use_nfs_home_dirs boolean. Enabled by default.
125
126       setsebool -P use_nfs_home_dirs 1
127
128
129
130       If you want to support SAMBA home directories, you  must  turn  on  the
131       use_samba_home_dirs boolean. Disabled by default.
132
133       setsebool -P use_samba_home_dirs 1
134
135
136

MANAGED FILES

138       The SELinux process type staff_wine_t can manage files labeled with the
139       following file types.  The paths listed are the default paths for these
140       file types.  Note the processes UID still need to have DAC permissions.
141
142       alsa_home_t
143
144            /home/[^/]+/.asoundrc
145
146       anon_inodefs_t
147
148
149       cgroup_t
150
151            /sys/fs/cgroup
152
153       chrome_sandbox_tmpfs_t
154
155
156       cifs_t
157
158
159       dosfs_t
160
161
162       games_data_t
163
164            /var/games(/.*)?
165            /var/lib/games(/.*)?
166
167       gpg_agent_tmp_t
168
169            /home/[^/]+/.gnupg/log-socket
170
171       iceauth_home_t
172
173            /root/.DCOP.*
174            /root/.ICEauthority.*
175            /home/[^/]+/.DCOP.*
176            /home/[^/]+/.ICEauthority.*
177
178       mail_spool_t
179
180            /var/mail(/.*)?
181            /var/spool/imap(/.*)?
182            /var/spool/mail(/.*)?
183            /var/spool/smtpd(/.*)?
184
185       mqueue_spool_t
186
187            /var/spool/(client)?mqueue(/.*)?
188            /var/spool/mqueue.in(/.*)?
189
190       nfs_t
191
192
193       noxattrfs
194
195            all files on file systems which do not support extended attributes
196
197       pulseaudio_tmpfs_t
198
199
200       pulseaudio_tmpfsfile
201
202
203       session_dbusd_tmp_t
204
205            /var/run/user(/.*)?/dbus-[0-9]*(/.*)?
206            /var/run/user/[^/]*/systemd(/.*)?
207
208       usbfs_t
209
210
211       user_fonts_cache_t
212
213            /root/.fontconfig(/.*)?
214            /root/.fonts/auto(/.*)?
215            /root/.fonts.cache-.*
216            /root/.cache/fontconfig(/.*)?
217            /home/[^/]+/.fontconfig(/.*)?
218            /home/[^/]+/.fonts/auto(/.*)?
219            /home/[^/]+/.fonts.cache-.*
220            /home/[^/]+/.cache/fontconfig(/.*)?
221
222       user_fonts_config_t
223
224            /root/.fonts.d(/.*)?
225            /root/.config/fontconfig(/.*)?
226            /root/.fonts.conf
227            /home/[^/]+/.fonts.d(/.*)?
228            /home/[^/]+/.config/fontconfig(/.*)?
229            /home/[^/]+/.fonts.conf
230
231       user_fonts_t
232
233            /root/.fonts(/.*)?
234            /tmp/.font-unix(/.*)?
235            /home/[^/]+/.fonts(/.*)?
236            /home/[^/]+/.local/share/fonts(/.*)?
237
238       user_home_type
239
240            all user home files
241
242       user_tmp_t
243
244            /dev/shm/mono.*
245            /var/run/user(/.*)?
246            /tmp/.ICE-unix(/.*)?
247            /tmp/.X11-unix(/.*)?
248            /dev/shm/pulse-shm.*
249            /tmp/.X0-lock
250            /tmp/hsperfdata_root
251            /var/tmp/hsperfdata_root
252            /home/[^/]+/tmp
253            /home/[^/]+/.tmp
254            /tmp/gconfd-[^/]+
255
256       user_tmp_type
257
258            all user tmp files
259
260       wine_home_t
261
262            /home/[^/]+/.wine(/.*)?
263
264       xauth_home_t
265
266            /root/.Xauth.*
267            /root/.xauth.*
268            /root/.Xauthority.*
269            /root/.serverauth.*
270            /var/lib/pqsql/.xauth.*
271            /var/lib/pqsql/.Xauthority.*
272            /var/lib/nxserver/home/.xauth.*
273            /var/lib/nxserver/home/.Xauthority.*
274            /home/[^/]+/.Xauth.*
275            /home/[^/]+/.xauth.*
276            /home/[^/]+/.Xauthority.*
277            /home/[^/]+/.serverauth.*
278
279       xserver_tmpfs_t
280
281
282

COMMANDS

284       semanage  fcontext  can also be used to manipulate default file context
285       mappings.
286
287       semanage permissive can also be used to manipulate  whether  or  not  a
288       process type is permissive.
289
290       semanage  module can also be used to enable/disable/install/remove pol‐
291       icy modules.
292
293       semanage boolean can also be used to manipulate the booleans
294
295
296       system-config-selinux is a GUI tool available to customize SELinux pol‐
297       icy settings.
298
299

AUTHOR

301       This manual page was auto-generated using sepolicy manpage .
302
303

SEE ALSO

305       selinux(8), staff_wine(8), semanage(8), restorecon(8), chcon(1), sepol‐
306       icy(8), setsebool(8)
307
308
309
310staff_wine                         19-12-02              staff_wine_selinux(8)
Impressum