init: Remove sm-notify.pid fc entry which collides with the rpc module.
This commit is contained in:
parent
d2c047bfd4
commit
eea649c0f4
|
@ -1 +1 @@
|
|||
Subproject commit d2df021f42e9f2ac8a3e3fd2f8ee014003e2dcc5
|
||||
Subproject commit c23043a36fe713f3212fd597c105dde4fffaf5c2
|
|
@ -61,7 +61,6 @@ ifdef(`distro_redhat',`
|
|||
/run/runlevel\.dir gen_context(system_u:object_r:initrc_var_run_t,s0)
|
||||
/run/random-seed -- gen_context(system_u:object_r:initrc_var_run_t,s0)
|
||||
/run/setmixer_flag -- gen_context(system_u:object_r:initrc_var_run_t,s0)
|
||||
/run/sm-notify\.pid -- gen_context(system_u:object_r:initrc_var_run_t,s0)
|
||||
/run/systemd(/.*)? gen_context(system_u:object_r:init_var_run_t,s0)
|
||||
/run/wd_keepalive\.pid -- gen_context(system_u:object_r:initrc_var_run_t,s0)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
policy_module(init, 2.3.4)
|
||||
policy_module(init, 2.3.5)
|
||||
|
||||
gen_require(`
|
||||
class passwd rootok;
|
||||
|
|
Loading…
Reference in New Issue