commit: e65a2857d90b4c7be249a89b7571e3a2215d9111 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sat Jul 11 13:43:52 2015 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sat Jul 11 13:43:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e65a2857
Fix typo policy/modules/contrib/salt.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 00d1931..ab19bf7 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -101,7 +101,7 @@ files_pid_file(salt_var_run_t) allow salt_master_t self:capability { net_admin sys_admin sys_tty_config }; allow salt_master_t self:capability2 block_suspend; -allow salt_master_t self:process { getsched setschd signal }; +allow salt_master_t self:process { getsched setsched signal }; allow salt_master_t self:tcp_socket create_stream_socket_perms; allow salt_master_t self:udp_socket create_socket_perms; allow salt_master_t self:fifo_file rw_fifo_file_perms;