[selinux-policy: 1793/3172] trunk: add missing commas in can_exec in daemontools that worked by luck.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:39:57 UTC 2010


commit 752ddf588f2b0952fc73cc09f3fdc268a053589a
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Aug 24 15:55:06 2007 +0000

    trunk: add missing commas in can_exec in daemontools that worked by luck.

 policy/modules/system/daemontools.te |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/system/daemontools.te b/policy/modules/system/daemontools.te
index 3186528..43aadad 100644
--- a/policy/modules/system/daemontools.te
+++ b/policy/modules/system/daemontools.te
@@ -64,7 +64,7 @@ allow svc_run_t self:unix_stream_socket create_stream_socket_perms;
 allow svc_run_t svc_conf_t:dir list_dir_perms;
 allow svc_run_t svc_conf_t:file read_file_perms;
 
-can_exec(svc_run_t svc_run_exec_t)
+can_exec(svc_run_t, svc_run_exec_t)
 
 kernel_read_system_state(svc_run_t)
 
@@ -101,7 +101,7 @@ allow svc_start_t self:fifo_file rw_fifo_file_perms;
 allow svc_start_t self:capability kill;
 allow svc_start_t self:unix_stream_socket create_socket_perms;
 
-can_exec(svc_start_t svc_start_exec_t)
+can_exec(svc_start_t, svc_start_exec_t)
 
 corecmd_exec_bin(svc_start_t)
 corecmd_exec_shell(svc_start_t)


More information about the scm-commits mailing list