You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
2 years ago
|
# 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>
|