corecmd: Remove fcontext for /etc/sysconfig/libvirtd
/etc/sysconfig/libvirtd does not have the executable bit set, so it does not make sense for it to be labelled bin_t. I can't seem to find the reason it was set that way originally. Signed-off-by: Garrett Holmstrom <gholms@devzero.com>
This commit is contained in:
parent
c3a587934a
commit
58ac82612d
|
@ -105,7 +105,6 @@ ifdef(`distro_redhat',`
|
|||
|
||||
/etc/sysconfig/crond -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/etc/sysconfig/init -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/etc/sysconfig/libvirtd -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/etc/sysconfig/netconsole -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/etc/sysconfig/readonly-root -- gen_context(system_u:object_r:bin_t,s0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue