[selinux-policy: 1676/3172] trivial change from dan

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:29:55 UTC 2010


commit 7aefc69117658d1a41bd17ac9a17b8ca92da4205
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Mar 6 17:44:26 2007 +0000

    trivial change from dan

 policy/modules/services/ccs.te |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/ccs.te b/policy/modules/services/ccs.te
index e18344b..0ec4424 100644
--- a/policy/modules/services/ccs.te
+++ b/policy/modules/services/ccs.te
@@ -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;


More information about the scm-commits mailing list