mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 10:51:03 +01:00
18 lines
351 B
Text
18 lines
351 B
Text
# vim:syntax=apparmor
|
|
|
|
abi <abi/3.0>,
|
|
|
|
#
|
|
# 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>
|