mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

oftc_ftw reported on IRC that Arch Linux has a symlink /bin -> /usr/bin. This means we have to update paths for /bin/ in several profiles to also allow /usr/bin/ Acked-by: John Johansen <john.johansen@canonical.com> for trunk and 2.9
16 lines
334 B
Text
16 lines
334 B
Text
# vim:syntax=apparmor
|
|
|
|
#
|
|
# Plugins/helpers
|
|
#
|
|
@{PROC}/@{pid}/fd/ r,
|
|
/usr/lib/** rm,
|
|
/{,usr/}bin/bash ixr,
|
|
/{,usr/}bin/dash ixr,
|
|
/{,usr/}bin/grep ixr,
|
|
/{,usr/}bin/sed ixr,
|
|
/usr/bin/m4 ixr,
|
|
|
|
# Since all the ubuntu-browsers.d abstractions need this, just include it
|
|
# here
|
|
#include <abstractions/ubuntu-helpers>
|