- add utils-fix-hotkey-conflict.diff to fix a hotkey conflict in de, id and sv translations (and fix the test) (MR 675) - add extra-profiles-fix-Pux.diff to fix an inactive profile - prevents a crash in aa-logprof and aa-genprof when creating a new profile (MR 676) OBS-URL: https://build.opensuse.org/request/show/845532 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=282
27 lines
917 B
Diff
27 lines
917 B
Diff
From d08d1a00a350964abae39337402ab1f2caf271b9 Mon Sep 17 00:00:00 2001
|
|
From: Christian Boltz <apparmor@cboltz.de>
|
|
Date: Sat, 31 Oct 2020 20:52:30 +0100
|
|
Subject: [PATCH] Fix invalid Pux (should be PUx) permissions in
|
|
dhclient-script
|
|
|
|
---
|
|
profiles/apparmor/profiles/extras/sbin.dhclient-script | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/profiles/apparmor/profiles/extras/sbin.dhclient-script b/profiles/apparmor/profiles/extras/sbin.dhclient-script
|
|
index 7b3113525..d972b6093 100644
|
|
--- a/profiles/apparmor/profiles/extras/sbin.dhclient-script
|
|
+++ b/profiles/apparmor/profiles/extras/sbin.dhclient-script
|
|
@@ -25,7 +25,7 @@ profile dhclient-script /{usr/,}sbin/dhclient-script {
|
|
/etc/dhcp/{**,} r,
|
|
/{usr/,}sbin/dhclient-script r,
|
|
/{usr/,}sbin/ip rix,
|
|
- /{usr/,}sbin/resolvconf rPux,
|
|
+ /{usr/,}sbin/resolvconf rPUx,
|
|
|
|
include if exists <local/sbin.dhclient-script>
|
|
}
|
|
--
|
|
GitLab
|
|
|