Accepting request 130009 from security:apparmor

- abstractions/bash: update /bin/ls to also match /usr/bin/ls (usrMove) (forwarded request 130008 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/130009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=39
This commit is contained in:
Stephan Kulow 2012-08-07 06:26:21 +00:00 committed by Git OBS Bridge
commit be1fad8cf8
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,11 @@
=== modified file 'profiles/apparmor.d/abstractions/bash'
--- profiles/apparmor.d/abstractions/bash 2010-12-20 20:29:10 +0000
+++ profiles/apparmor.d/abstractions/bash 2012-08-05 15:46:47 +0000
@@ -40,5 +40,5 @@
# run out of /etc/bash.bashrc
/etc/DIR_COLORS r,
- /bin/ls mix,
+ /{usr/,}bin/ls mix,
/usr/bin/dircolors mix,

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 5 16:05:44 UTC 2012 - opensuse@cboltz.de
- abstractions/bash: update /bin/ls to also match /usr/bin/ls (usrMove)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 30 08:17:01 UTC 2012 - werner@suse.de Mon Jul 30 08:17:01 UTC 2012 - werner@suse.de

View File

@ -65,6 +65,9 @@ Patch2: apparmor-samba-include-permissions-for-shares.diff
# usrMove /bin/ping -> /usr/bin/ping (sent upstream 2012-07-07) # usrMove /bin/ping -> /usr/bin/ping (sent upstream 2012-07-07)
Patch3: apparmor-profiles-usrmove-bin-ping.diff Patch3: apparmor-profiles-usrmove-bin-ping.diff
# usrMove /bin/ls -> /usr/bin/ls in abstractions/bash (sent upstream 2012-08-05)
Patch4: apparmor-profiles-usrmove-abstractions-bash.diff
# split a long string in AppArmor.pm. Not accepted upstream because they want a solution without hardcoded width. # split a long string in AppArmor.pm. Not accepted upstream because they want a solution without hardcoded width.
Patch5: apparmor-utils-string-split Patch5: apparmor-utils-string-split
@ -406,6 +409,7 @@ SubDomain.
%patch1 -p1 %patch1 -p1
%patch2 -p0 %patch2 -p0
%patch3 -p0 %patch3 -p0
%patch4 -p0
%patch5 -p1 %patch5 -p1
%patch12 -p1 %patch12 -p1