entropyd: label the unit file of haveged
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
parent
230262368b
commit
1ab82b1150
|
@ -1,5 +1,7 @@
|
|||
/etc/rc\.d/init\.d/((audio-entropyd)|(haveged)) -- gen_context(system_u:object_r:entropyd_initrc_exec_t,s0)
|
||||
|
||||
/usr/lib/systemd/system/haveged.*\.service -- gen_context(system_u:object_r:entropyd_unit_t,s0)
|
||||
|
||||
/usr/bin/audio-entropyd -- gen_context(system_u:object_r:entropyd_exec_t,s0)
|
||||
/usr/bin/haveged -- gen_context(system_u:object_r:entropyd_exec_t,s0)
|
||||
|
||||
|
|
|
@ -21,6 +21,9 @@ init_daemon_domain(entropyd_t, entropyd_exec_t)
|
|||
type entropyd_initrc_exec_t;
|
||||
init_script_file(entropyd_initrc_exec_t)
|
||||
|
||||
type entropyd_unit_t;
|
||||
init_unit_file(entropyd_unit_t)
|
||||
|
||||
type entropyd_var_run_t;
|
||||
files_pid_file(entropyd_var_run_t)
|
||||
|
||||
|
|
Loading…
Reference in New Issue