trivial change from dan

This commit is contained in:
Chris PeBenito 2007-03-06 17:44:26 +00:00
parent 7aca2aa827
commit 7aefc69117
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
policy_module(ccs,1.0.1)
policy_module(ccs,1.0.2)
########################################
#
@ -33,6 +33,7 @@ files_pid_file(ccs_var_run_t)
allow ccs_t self:capability { ipc_lock sys_nice sys_resource sys_admin };
allow ccs_t self:process { signal setrlimit setsched };
dontaudit ccs_t self:process ptrace;
allow ccs_t self:fifo_file { read write };
allow ccs_t self:unix_stream_socket { connectto create_stream_socket_perms };
allow ccs_t self:unix_dgram_socket create_socket_perms;