[selinux-policy/master_contrib: 32/47] Allow rhsmcertd_t all signal perms

Miroslav Grepl mgrepl at fedoraproject.org
Wed Jan 16 13:33:12 UTC 2013


commit b29172bd8d50c8b95491e2bd1925163f73ee6a6b
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Jan 14 21:21:29 2013 -0500

    Allow rhsmcertd_t all signal perms

 rhsmcertd.te |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rhsmcertd.te b/rhsmcertd.te
index 48fec17..f8ae4cc 100644
--- a/rhsmcertd.te
+++ b/rhsmcertd.te
@@ -30,7 +30,7 @@ files_pid_file(rhsmcertd_var_run_t)
 #
 
 allow rhsmcertd_t self:capability sys_nice;
-allow rhsmcertd_t self:process { signal setsched };
+allow rhsmcertd_t self:process { signal_perms setsched };
 
 allow rhsmcertd_t self:fifo_file rw_fifo_file_perms;
 allow rhsmcertd_t self:unix_stream_socket create_stream_socket_perms;


More information about the scm-commits mailing list