Added search and getattr permissions to etc_mail_t dir for system_mail_t so that the sendmail process would be able to start through init
This commit is contained in:
parent
d1b9d9228b
commit
f13da83f99
@ -50,6 +50,7 @@ allow system_mail_t self:capability { setuid setgid chown };
|
||||
allow system_mail_t self:process { signal_perms setrlimit };
|
||||
allow system_mail_t self:tcp_socket create_socket_perms;
|
||||
|
||||
allow system_mail_t etc_mail_t:dir { getattr search };
|
||||
allow system_mail_t etc_mail_t:file r_file_perms;
|
||||
|
||||
# re-exec itself
|
||||
|
Loading…
Reference in New Issue
Block a user