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:
Chris PeBenito 2022-10-10 10:39:05 -04:00
parent 3fd5341bff
commit accdce94a2
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;
')
########################################