Allow AIDE to read kernel sysctl_crypto_t
type=AVC msg=audit(1550799594.212:164): avc: denied { search } for pid=7182 comm="aide" name="crypto" dev="proc" ino=10257 scontext=system_u:system_r:aide_t:s0 tcontext=system_u:object_r:sysctl_crypto_t:s0 tclass=dir permissive=1 type=AVC msg=audit(1550799594.212:164): avc: denied { read } for pid=7182 comm="aide" name="fips_enabled" dev="proc" ino=10258 scontext=system_u:system_r:aide_t:s0 tcontext=system_u:object_r:sysctl_crypto_t:s0 tclass=file permissive=1 type=AVC msg=audit(1550799594.212:164): avc: denied { open } for pid=7182 comm="aide" path="/proc/sys/crypto/fips_enabled" dev="proc" ino=10258 scontext=system_u:system_r:aide_t:s0 tcontext=system_u:object_r:sysctl_crypto_t:s0 tclass=file permissive=1 type=AVC msg=audit(1550799594.213:165): avc: denied { getattr } for pid=7182 comm="aide" path="/proc/sys/crypto/fips_enabled" dev="proc" ino=10258 scontext=system_u:system_r:aide_t:s0 tcontext=system_u:object_r:sysctl_crypto_t:s0 tclass=file permissive=1 Signed-off-by: Dave Sugar <dsugar@tresys.com>
This commit is contained in:
parent
2f063edd88
commit
e5b8318420
|
@ -36,6 +36,7 @@ files_read_all_files(aide_t)
|
||||||
files_read_all_symlinks(aide_t)
|
files_read_all_symlinks(aide_t)
|
||||||
|
|
||||||
kernel_dgram_send(aide_t)
|
kernel_dgram_send(aide_t)
|
||||||
|
kernel_read_crypto_sysctls(aide_t)
|
||||||
|
|
||||||
logging_send_audit_msgs(aide_t)
|
logging_send_audit_msgs(aide_t)
|
||||||
logging_send_syslog_msg(aide_t)
|
logging_send_syslog_msg(aide_t)
|
||||||
|
|
Loading…
Reference in New Issue