mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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> Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
bd6e9dcb9e
commit
1d43cdae44
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue