]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Allow dovecot_auth to changes the sched algorythm
authorDan Walsh <dwalsh@redhat.com>
Fri, 28 Oct 2011 13:31:01 +0000 (09:31 -0400)
committerDan Walsh <dwalsh@redhat.com>
Fri, 28 Oct 2011 13:31:01 +0000 (09:31 -0400)
policy/modules/services/dovecot.te

index 87949e87356f639ef2191d23bed22d9d3a8ef9b2..2fbb8694a2590e69593a16c789362e0ae8e81e9a 100644 (file)
@@ -196,8 +196,8 @@ optional_policy(`
 # dovecot auth local policy
 #
 
-allow dovecot_auth_t self:capability { chown dac_override ipc_lock setgid setuid };
-allow dovecot_auth_t self:process { signal_perms getcap setcap };
+allow dovecot_auth_t self:capability { chown dac_override ipc_lock setgid setuid sys_nice };
+allow dovecot_auth_t self:process { getsched setsched signal_perms getcap setcap };
 allow dovecot_auth_t self:fifo_file rw_fifo_file_perms;
 allow dovecot_auth_t self:unix_dgram_socket create_socket_perms;
 allow dovecot_auth_t self:unix_stream_socket create_stream_socket_perms;