1system_mail_selinux(8) SELinux Policy system_mail system_mail_selinux(8)
2
3
4
6 system_mail_selinux - Security Enhanced Linux Policy for the sys‐
7 tem_mail processes
8
10 Security-Enhanced Linux secures the system_mail processes via flexible
11 mandatory access control.
12
13 The system_mail processes execute with the system_mail_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 system_mail_t
20
21
22
24 The system_mail_t SELinux type can be entered via the sendmail_exec_t
25 file type.
26
27 The default entrypoint paths for the system_mail_t domain are the fol‐
28 lowing:
29
30 /usr/sbin/sendmail(.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail,
31 /usr/sbin/ssmtp, /usr/lib/sendmail, /usr/bin/esmtp-wrapper,
32 /var/qmail/bin/sendmail, /usr/sbin/sendmail.postfix
33
35 SELinux defines process types (domains) for each process running on the
36 system
37
38 You can see the context of a process using the -Z option to ps
39
40 Policy governs the access confined processes have to files. SELinux
41 system_mail policy is very flexible allowing users to setup their sys‐
42 tem_mail processes in as secure a method as possible.
43
44 The following process types are defined for system_mail:
45
46 system_mail_t
47
48 Note: semanage permissive -a system_mail_t can be used to make the
49 process type system_mail_t permissive. SELinux does not deny access to
50 permissive process types, but the AVC (SELinux denials) messages are
51 still generated.
52
53
55 SELinux policy is customizable based on least access required. sys‐
56 tem_mail policy is extremely flexible and has several booleans that
57 allow you to manipulate the policy and run system_mail with the tight‐
58 est access possible.
59
60
61
62 If you want to allow users to resolve user passwd entries directly from
63 ldap rather then using a sssd server, you must turn on the authlo‐
64 gin_nsswitch_use_ldap boolean. Disabled by default.
65
66 setsebool -P authlogin_nsswitch_use_ldap 1
67
68
69
70 If you want to allow all domains to execute in fips_mode, you must turn
71 on the fips_mode boolean. Enabled by default.
72
73 setsebool -P fips_mode 1
74
75
76
77 If you want to determine whether Gitosis can send mail, you must turn
78 on the gitosis_can_sendmail boolean. Disabled by default.
79
80 setsebool -P gitosis_can_sendmail 1
81
82
83
84 If you want to allow http daemon to send mail, you must turn on the
85 httpd_can_sendmail boolean. Disabled by default.
86
87 setsebool -P httpd_can_sendmail 1
88
89
90
91 If you want to allow confined applications to run with kerberos, you
92 must turn on the kerberos_enabled boolean. Enabled by default.
93
94 setsebool -P kerberos_enabled 1
95
96
97
98 If you want to allow system to run with NIS, you must turn on the
99 nis_enabled boolean. Disabled by default.
100
101 setsebool -P nis_enabled 1
102
103
104
105 If you want to allow confined applications to use nscd shared memory,
106 you must turn on the nscd_use_shm boolean. Enabled by default.
107
108 setsebool -P nscd_use_shm 1
109
110
111
112 If you want to support ecryptfs home directories, you must turn on the
113 use_ecryptfs_home_dirs boolean. Disabled by default.
114
115 setsebool -P use_ecryptfs_home_dirs 1
116
117
118
120 The SELinux process type system_mail_t can manage files labeled with
121 the following file types. The paths listed are the default paths for
122 these file types. Note the processes UID still need to have DAC per‐
123 missions.
124
125 anon_inodefs_t
126
127
128 arpwatch_tmp_t
129
130
131 cifs_t
132
133
134 courier_spool_t
135
136 /var/spool/courier(/.*)?
137 /var/spool/authdaemon(/.*)?
138
139 ecryptfs_t
140
141 /home/[^/]+/.Private(/.*)?
142 /home/[^/]+/.ecryptfs(/.*)?
143
144 etc_aliases_t
145
146 /etc/mail/.*.db
147 /etc/mail/aliases.*
148 /etc/postfix/aliases.*
149 /etc/aliases
150 /etc/aliases.db
151
152 exim_log_t
153
154 /var/log/exim[0-9]?(/.*)?
155
156 exim_spool_t
157
158 /var/spool/exim[0-9]?(/.*)?
159
160 mail_home_rw_t
161
162 /root/Maildir(/.*)?
163 /root/.esmtp_queue(/.*)?
164 /home/[^/]+/.maildir(/.*)?
165 /home/[^/]+/Maildir(/.*)?
166 /home/[^/]+/.esmtp_queue(/.*)?
167
168 mail_home_t
169
170 /root/.mailrc
171 /root/.forward
172 /root/dead.letter
173 /home/[^/]+/.forward[^/]*
174 /home/[^/]+/.mailrc
175 /home/[^/]+/dead.letter
176
177 mail_spool_t
178
179 /var/mail(/.*)?
180 /var/spool/imap(/.*)?
181 /var/spool/mail(/.*)?
182 /var/spool/smtpd(/.*)?
183
184 mqueue_spool_t
185
186 /var/spool/(client)?mqueue(/.*)?
187 /var/spool/mqueue.in(/.*)?
188
189 munin_var_lib_t
190
191 /var/lib/munin(/.*)?
192
193 nfs_t
194
195
196 qmail_spool_t
197
198 /var/qmail/queue(/.*)?
199
200 sendmail_log_t
201
202 /var/log/mail(/.*)?
203 /var/log/sendmail.st.*
204
205 system_mail_tmp_t
206
207
208 uucpd_spool_t
209
210 /var/spool/uucp(/.*)?
211 /var/spool/uucppublic(/.*)?
212
213
215 semanage fcontext can also be used to manipulate default file context
216 mappings.
217
218 semanage permissive can also be used to manipulate whether or not a
219 process type is permissive.
220
221 semanage module can also be used to enable/disable/install/remove pol‐
222 icy modules.
223
224 semanage boolean can also be used to manipulate the booleans
225
226
227 system-config-selinux is a GUI tool available to customize SELinux pol‐
228 icy settings.
229
230
232 This manual page was auto-generated using sepolicy manpage .
233
234
236 selinux(8), system_mail(8), semanage(8), restorecon(8), chcon(1),
237 sepolicy(8), setsebool(8)
238
239
240
241system_mail 19-10-08 system_mail_selinux(8)