6fcab6dcf9
- abstractions/bash: update /bin/ls to also match /usr/bin/ls (usrMove) OBS-URL: https://build.opensuse.org/request/show/130008 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=18
12 lines
410 B
Diff
12 lines
410 B
Diff
=== 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,
|
|
|