Accepting request 694060 from security:apparmor

- update lessopen.sh profile for usrMerge (bash and tar) (boo#1132350) (forwarded request 694059 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/694060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=126
This commit is contained in:
Dominique Leuenberger 2019-04-15 09:51:02 +00:00 committed by Git OBS Bridge
commit be8c60ef83
3 changed files with 8 additions and 3 deletions

View File

@ -11,5 +11,5 @@ Index: profiles/apparmor.d/usr.bin.lessopen.sh
+ network inet6 stream,
+
/** rk,
/bin/bash mrix,
/{usr/,}bin/bash mrix,
/{usr/,}bin/rpm mrix,

View File

@ -16,9 +16,9 @@ Index: profiles/apparmor.d/usr.bin.lessopen.sh
+ capability dac_read_search,
+
+ /** rk,
+ /bin/bash mrix,
+ /{usr/,}bin/bash mrix,
+ /{usr/,}bin/rpm mrix,
+ /bin/tar mrix,
+ /{usr/,}bin/tar mrix,
+ /tmp/less.* rw,
+ /usr/bin/bzip2 mrix,
+ /usr/bin/cabextract mrix,

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 14 13:59:55 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>
- update lessopen.sh profile for usrMerge (bash and tar) (boo#1132350)
-------------------------------------------------------------------
Thu Mar 7 12:34:20 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>