Label /usr/local/share/ca-certificates(/.*)? as cert_t
On Debian, this directory can contain locally trusted certificates that will be then be symlinked to /etc/ssl/certs by update-ca-certificates(8), the files should be labelled as cert_t.
This commit is contained in:
parent
b7bd94f923
commit
d30d36a2fe
|
@ -37,6 +37,8 @@ ifdef(`distro_redhat',`
|
|||
|
||||
/usr/lib/perl5/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
||||
|
||||
/usr/local/share/ca-certificates(/.*)? gen_context(system_u:object_r:cert_t,s0)
|
||||
|
||||
/usr/local/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
||||
/usr/local/share/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue