Merge pull request #65 from fishilico/haveged-cmd-socket

This commit is contained in:
Chris PeBenito 2019-08-27 00:19:57 -04:00
commit 7e5503155c

View File

@ -32,6 +32,7 @@ files_pid_file(entropyd_var_run_t)
allow entropyd_t self:capability { dac_override ipc_lock sys_admin };
dontaudit entropyd_t self:capability sys_tty_config;
allow entropyd_t self:process signal_perms;
allow entropyd_t self:unix_stream_socket create_stream_socket_perms;
manage_files_pattern(entropyd_t, entropyd_var_run_t, entropyd_var_run_t)
files_pid_filetrans(entropyd_t, entropyd_var_run_t, file)