patch to allow plymouthd getsched permission

This patch adds a self:process getsched permission for plymouthd_t.
This commit is contained in:
Guido Trentalancia 2011-02-16 07:18:18 +01:00 committed by Chris PeBenito
parent dc24f36872
commit b083ce8000

View File

@ -29,7 +29,7 @@ files_pid_file(plymouthd_var_run_t)
allow plymouthd_t self:capability { sys_admin sys_tty_config };
dontaudit plymouthd_t self:capability dac_override;
allow plymouthd_t self:process signal;
allow plymouthd_t self:process { signal getsched };
allow plymouthd_t self:fifo_file rw_fifo_file_perms;
allow plymouthd_t self:unix_stream_socket create_stream_socket_perms;