Accepting request 287051 from home:cboltz

- allow lessopen.sh to run /usr/bin/unzip-plain (boo#906858)

OBS-URL: https://build.opensuse.org/request/show/287051
OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=123
This commit is contained in:
Christian Boltz 2015-02-20 19:32:48 +00:00 committed by Git OBS Bridge
parent eb6f836202
commit 2e99500a06
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