forked from pool/selinux-policy
569b406914
- Fix auditd service start with systemd hardening directives (boo#1190918) * add fix_auditd.patch OBS-URL: https://build.opensuse.org/request/show/922219 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=120
11 lines
304 B
Diff
11 lines
304 B
Diff
--- a/policy/modules/system/logging.if
|
|
+++ b/policy/modules/system/logging.if
|
|
@@ -430,6 +430,7 @@ interface(`logging_manage_audit_config',
|
|
|
|
files_search_etc($1)
|
|
manage_files_pattern($1, auditd_etc_t, auditd_etc_t)
|
|
+ allow $1 auditd_etc_t:dir mounton;
|
|
')
|
|
|
|
########################################
|