patch to allow plymouthd getsched permission
This patch adds a self:process getsched permission for plymouthd_t.
This commit is contained in:
parent
dc24f36872
commit
b083ce8000
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user