mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 10:51:03 +01:00

it is needed by pretty much all of the browser abstractions. aa-update-browser unconditionally adds the plugins-common abstraction, so this should be sufficient.
16 lines
306 B
Text
16 lines
306 B
Text
# vim:syntax=apparmor
|
|
|
|
#
|
|
# Plugins/helpers
|
|
#
|
|
@{PROC}/[0-9]*/fd/ r,
|
|
/usr/lib/** rm,
|
|
/bin/bash ixr,
|
|
/bin/dash ixr,
|
|
/bin/grep ixr,
|
|
/bin/sed ixr,
|
|
/usr/bin/m4 ixr,
|
|
|
|
# Since all the ubuntu-browsers.d abstractions need this, just include it
|
|
# here
|
|
#include <abstractions/ubuntu-helpers>
|