Marcus Rueckert
f270973a6c
Accepted submit request 57745 from user jeff_mahoney OBS-URL: https://build.opensuse.org/request/show/57745 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=1
27 lines
802 B
Plaintext
27 lines
802 B
Plaintext
From: Jeff Mahoney <jeffm@suse.com>
|
|
Subject: apparmor-profiles: Fix proc usage in firefox profile
|
|
References: bnc#436262
|
|
|
|
This patch corrects the use of the {proc} macro. It should be {PROC}.
|
|
|
|
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
|
---
|
|
profiles/apparmor/profiles/extras/usr.lib.firefox.firefox | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/profiles/apparmor/profiles/extras/usr.lib.firefox.firefox
|
|
+++ b/profiles/apparmor/profiles/extras/usr.lib.firefox.firefox
|
|
@@ -32,9 +32,9 @@
|
|
/opt/kde3/share/applications/ r,
|
|
/opt/kde3/share/applications/mimeinfo.cache r,
|
|
|
|
- owner @{proc}/*/mounts r,
|
|
- @{proc}/meminfo r,
|
|
- @{proc}/sys/kernel/ngroups_max r,
|
|
+ owner @{PROC}/*/mounts r,
|
|
+ @{PROC}/meminfo r,
|
|
+ @{PROC}/sys/kernel/ngroups_max r,
|
|
|
|
/usr/lib/**.so mr,
|
|
|