trivial change from dan
This commit is contained in:
parent
7aca2aa827
commit
7aefc69117
@ -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:capability { ipc_lock sys_nice sys_resource sys_admin };
|
||||||
allow ccs_t self:process { signal setrlimit setsched };
|
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:fifo_file { read write };
|
||||||
allow ccs_t self:unix_stream_socket { connectto create_stream_socket_perms };
|
allow ccs_t self:unix_stream_socket { connectto create_stream_socket_perms };
|
||||||
allow ccs_t self:unix_dgram_socket create_socket_perms;
|
allow ccs_t self:unix_dgram_socket create_socket_perms;
|
||||||
|
Loading…
Reference in New Issue
Block a user