sympa, logging; Fix lint errors.
Logging is from new append_inherited_file_perms set. Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
3fd5341bff
commit
accdce94a2
@ -27,7 +27,7 @@ files_type(sympa_var_t)
|
||||
#
|
||||
|
||||
allow sympa_t self:capability { chown dac_override setgid setuid };
|
||||
allow sympa_t self:fifo_file rw_file_perms;
|
||||
allow sympa_t self:fifo_file rw_fifo_file_perms;
|
||||
allow sympa_t self:tcp_socket create_socket_perms;
|
||||
allow sympa_t self:unix_dgram_socket create_socket_perms;
|
||||
allow sympa_t self:process signull;
|
||||
|
@ -1069,7 +1069,7 @@ interface(`logging_append_all_inherited_logs',`
|
||||
attribute logfile;
|
||||
')
|
||||
|
||||
allow $1 logfile:file { getattr append ioctl lock };
|
||||
allow $1 logfile:file append_inherited_file_perms;
|
||||
')
|
||||
|
||||
########################################
|
||||
|
Loading…
Reference in New Issue
Block a user