On Mon, 2019-02-25 at 23:37 +0000, Sugar, David wrote: > 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@xxxxxxxxxx> > --- > policy/modules/admin/aide.te | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/policy/modules/admin/aide.te > b/policy/modules/admin/aide.te > index 6297b60e..f58ba850 100644 > --- a/policy/modules/admin/aide.te > +++ b/policy/modules/admin/aide.te > @@ -36,6 +36,7 @@ files_read_all_files(aide_t) > files_read_all_symlinks(aide_t) > > kernel_dgram_send(aide_t) > +kernel_read_crypto_sysctls(aide_t) > > logging_send_audit_msgs(aide_t) > logging_send_syslog_msg(aide_t) Merged. -- Chris PeBenito