Added signal_perms to nscd_t.
This commit is contained in:
parent
307e11419a
commit
45aa10abd7
@ -30,7 +30,7 @@ logging_log_file(nscd_log_t)
|
|||||||
|
|
||||||
allow nscd_t self:capability { kill setgid setuid };
|
allow nscd_t self:capability { kill setgid setuid };
|
||||||
dontaudit nscd_t self:capability sys_tty_config;
|
dontaudit nscd_t self:capability sys_tty_config;
|
||||||
allow nscd_t self:process { getattr setsched };
|
allow nscd_t self:process { getattr setsched signal_perms };
|
||||||
allow nscd_t self:fifo_file { read write };
|
allow nscd_t self:fifo_file { read write };
|
||||||
allow nscd_t self:unix_stream_socket create_stream_socket_perms;
|
allow nscd_t self:unix_stream_socket create_stream_socket_perms;
|
||||||
allow nscd_t self:unix_dgram_socket create_socket_perms;
|
allow nscd_t self:unix_dgram_socket create_socket_perms;
|
||||||
|
Loading…
Reference in New Issue
Block a user