Accepting request 287054 from security:apparmor

- allow lessopen.sh to run /usr/bin/unzip-plain (boo#906858) (forwarded request 287051 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/287054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=82
This commit is contained in:
Dominique Leuenberger 2015-02-25 01:15:50 +00:00 committed by Git OBS Bridge
commit 65e7eed419
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Index: apparmor-2.9.0/profiles/apparmor.d/usr.bin.lessopen
===================================================================
--- /dev/null
+++ apparmor-2.9.0/profiles/apparmor.d/usr.bin.lessopen.sh
@@ -0,0 +1,39 @@
@@ -0,0 +1,40 @@
+# Last Modified: Fri Nov 28 08:01:09 2014
+#include <tunables/global>
+
@ -36,6 +36,7 @@ Index: apparmor-2.9.0/profiles/apparmor.d/usr.bin.lessopen
+ /usr/bin/seq rix,
+ /usr/bin/tar rix,
+ /usr/bin/unzip rix,
+ /usr/bin/unzip-plain rix,
+ /usr/bin/w3m rix,
+ /usr/bin/which rix,
+ /usr/bin/xz rix,

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 20 18:15:18 UTC 2015 - opensuse@cboltz.de
- allow lessopen.sh to run /usr/bin/unzip-plain (boo#906858)
-------------------------------------------------------------------
Thu Feb 12 18:20:36 UTC 2015 - opensuse@cboltz.de