Added signal_perms to nscd_t.

This commit is contained in:
Don Miner 2005-11-04 14:13:24 +00:00
parent 307e11419a
commit 45aa10abd7

View File

@ -30,7 +30,7 @@ logging_log_file(nscd_log_t)
allow nscd_t self:capability { kill setgid setuid };
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:unix_stream_socket create_stream_socket_perms;
allow nscd_t self:unix_dgram_socket create_socket_perms;