Merge pull request #573 from montjoie/rsyslog-empty-dev
rsyslog: add label for /var/empty/dev/log
This commit is contained in:
commit
c594d3b803
@ -236,3 +236,7 @@ ifdef(`distro_redhat',`
|
||||
/var/named/chroot/dev/random -c gen_context(system_u:object_r:random_device_t,s0)
|
||||
/var/named/chroot/dev/zero -c gen_context(system_u:object_r:zero_device_t,s0)
|
||||
')
|
||||
|
||||
ifdef(`distro_gentoo',`
|
||||
/var/empty/dev -d gen_context(system_u:object_r:device_t,s0)
|
||||
')
|
||||
|
@ -68,6 +68,10 @@ ifdef(`distro_redhat',`
|
||||
/var/named/chroot/dev/log -s gen_context(system_u:object_r:devlog_t,s0)
|
||||
')
|
||||
|
||||
ifdef(`distro_gentoo',`
|
||||
/var/empty/dev/log -s gen_context(system_u:object_r:devlog_t,s0)
|
||||
')
|
||||
|
||||
/run/audit_events -s gen_context(system_u:object_r:auditd_runtime_t,mls_systemhigh)
|
||||
/run/audispd_events -s gen_context(system_u:object_r:audisp_runtime_t,mls_systemhigh)
|
||||
/run/auditd\.pid -- gen_context(system_u:object_r:auditd_runtime_t,mls_systemhigh)
|
||||
|
Loading…
Reference in New Issue
Block a user