1
0

Accepting request 922280 from security:SELinux

OBS-URL: https://build.opensuse.org/request/show/922280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/selinux-policy?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2021-10-01 20:28:54 +00:00 committed by Git OBS Bridge
parent 33d04f1b0d
commit ae689b83ec
3 changed files with 17 additions and 0 deletions

10
fix_auditd.patch Normal file
View File

@ -0,0 +1,10 @@
--- 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;
')
########################################

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 28 12:44:22 UTC 2021 - Enzo Matsumiya <ematsumiya@suse.com>
- Fix auditd service start with systemd hardening directives (boo#1190918)
* add fix_auditd.patch
-------------------------------------------------------------------
Thu Sep 2 08:45:24 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -136,6 +136,7 @@ Patch052: fix_cockpit.patch
Patch053: fix_systemd_watch.patch
# kernel specific sysctl.conf (boo#1184804)
Patch054: fix_kernel_sysctl.patch
Patch055: fix_auditd.patch
Patch100: sedoctool.patch