/snap/core24/1643/etc/apparmor.d/abstractions
NameSizeModeActions
apparmor_api/-0755rm
ubuntu-browsers.d/-0755rm
apache2-common11190644editdlrm
aspell4120644editdlrm
audio20630644editdlrm
authentication21940644editdlrm
base70930644editdlrm
bash16140644editdlrm
consoles9030644editdlrm
crypto9920644editdlrm
cups-client8200644editdlrm
dbus6940644editdlrm
dbus-accessibility7450644editdlrm
dbus-accessibility-strict7600644editdlrm
dbus-network-manager-strict14030644editdlrm
dbus-session7470644editdlrm
dbus-session-strict12610644editdlrm
dbus-strict7810644editdlrm
dconf3440644editdlrm
dovecot-common6750644editdlrm
dri-common5420644editdlrm
dri-enumerate3930644editdlrm
enchant22200644editdlrm
exo-open19210644editdlrm
fcitx5580644editdlrm
fcitx-strict8210644editdlrm
fonts22800644editdlrm
freedesktop.org16840644editdlrm
gio-open15460644editdlrm
gnome38150644editdlrm
gnupg4590644editdlrm
groff19080644editdlrm
gtk16220644editdlrm
gvfs-open11800644editdlrm
hosts_access5110644editdlrm
ibus9920644editdlrm
kde33290644editdlrm
kde-globals-write4130644editdlrm
kde-icon-cache-write2560644editdlrm
kde-language-write5750644editdlrm
kde-open536660644editdlrm
kerberosclient14760644editdlrm
ldapclient8560644editdlrm
libpam-systemd7700644editdlrm
likewise5950644editdlrm
mdns5540644editdlrm
mesa12390644editdlrm
mir6940644editdlrm
mozc5730644editdlrm
mysql7390644editdlrm
nameservice45630644editdlrm
nis6250644editdlrm
nss-systemd12480644editdlrm
nvidia11130644editdlrm
opencl3700644editdlrm
opencl-common5160644editdlrm
opencl-intel6730644editdlrm
opencl-mesa6360644editdlrm
opencl-nvidia8960644editdlrm
opencl-pocl29160644editdlrm
openssl6420644editdlrm
orbit21970644editdlrm
p11-kit9990644editdlrm
perl9740644editdlrm
php11280644editdlrm
php-worker5580644editdlrm
php52080644editdlrm
postfix-common13560644editdlrm
private-files16600644editdlrm
private-files-strict12120644editdlrm
python22930644editdlrm
qt58630644editdlrm
qt5-compose-cache-write3990644editdlrm
qt5-settings-write5140644editdlrm
recent-documents-write4660644editdlrm
ruby10080644editdlrm
samba12990644editdlrm
samba-rpcd8170644editdlrm
smbpass5810644editdlrm
snap_browsers15790644editdlrm
ssl_certs15220644editdlrm
ssl_keys9380644editdlrm
svn-repositories17590644editdlrm
transmission-common43790644editdlrm
trash36210644editdlrm
ubuntu-bittorrent-clients8210644editdlrm
ubuntu-browsers16210644editdlrm
ubuntu-console-browsers7310644editdlrm
ubuntu-console-email7180644editdlrm
ubuntu-email10870644editdlrm
ubuntu-feed-readers4560644editdlrm
ubuntu-gnome-terminal3000644editdlrm
ubuntu-helpers39090644editdlrm
ubuntu-konsole4530644editdlrm
ubuntu-media-players23520644editdlrm
ubuntu-unity7-base25580644editdlrm
ubuntu-unity7-launcher3110644editdlrm
ubuntu-unity7-messaging3130644editdlrm
ubuntu-xterm3460644editdlrm
user-download9870644editdlrm
user-mail9440644editdlrm
user-manpages10000644editdlrm
user-tmp7600644editdlrm
user-write9720644editdlrm
video5960644editdlrm
vulkan11330644editdlrm
wayland7130644editdlrm
web-data8110644editdlrm
winbind8820644editdlrm
wutmp7880644editdlrm
X19890644editdlrm
xad9840644editdlrm
xdg-desktop7820644editdlrm
xdg-open22860644editdlrm
Edit: /snap/core24/1643/etc/apparmor.d/abstractions/ubuntu-helpers (3909B)
# Lenient profile that is intended to be used when 'Ux' is desired but # does not provide enough environment sanitizing. This effectively is an # open profile that blacklists certain known dangerous files and also # does not allow any capabilities. For example, it will not allow 'm' on files # owned be the user invoking the program. While this provides some additional # protection, please use with care as applications running under this profile # are effectively running without any AppArmor protection. Use this profile # only if the process absolutely must be run (effectively) unconfined. # # Usage: # Because this abstraction defines the sanitized_helper profile, it must only # be included once. Therefore this abstraction should typically not be # included in other abstractions so as to avoid parser errors regarding # multiple definitions. # # Limitations: # 1. This does not work for root owned processes, because of the way we use # owner matching in the sanitized helper. We could do a better job with # this to support root, but it would make the policy harder to understand # and going unconfined as root is not desirable any way. # # 2. For this sanitized_helper to work, the program running in the sanitized # environment must open symlinks directly in order for AppArmor to mediate # it. This is confirmed to work with: # - compiled code which can load shared libraries # - python imports # It is known not to work with: # - perl includes # 3. Sanitizing ruby and java # # Use at your own risk. This profile was developed as an interim workaround for # LP: #851986 until AppArmor utilizes proper environment filtering. abi , profile sanitized_helper { include include include if exists # Allow all networking network inet, network inet6, # Allow all DBus communications include include dbus, # Needed for Google Chrome ptrace (trace) peer=**//sanitized_helper, # Allow exec of anything, but under this profile. Allow transition # to other profiles if they exist. /{usr/,usr/local/,}{bin,sbin}/* Pixr, # Allow exec of libexec applications in /usr/lib* and /usr/local/lib* /usr/{,local/}lib*/{,**/}* Pixr, # Allow exec of software-center scripts. We may need to allow wider # permissions for /usr/share, but for now just do this. (LP: #972367) /usr/share/software-center/* Pixr, # Allow exec of texlive font build scripts (LP: #1010909) /usr/share/texlive/texmf{,-dist}/web2c/{,**/}* Pixr, # While the chromium and chrome sandboxes are setuid root, they only link # in limited libraries so glibc's secure execution should be enough to not # require the santized_helper (ie, LD_PRELOAD will only use standard system # paths (man ld.so)). /usr/lib/chromium-browser/chromium-browser-sandbox PUxr, /usr/lib/chromium{,-browser}/chrome-sandbox PUxr, /opt/google/chrome{,-beta,-unstable}/chrome-sandbox PUxr, /opt/google/chrome{,-beta,-unstable}/google-chrome Pixr, /opt/google/chrome{,-beta,-unstable}/chrome Pixr, /opt/google/chrome{,-beta,-unstable}/chrome_crashpad_handler Pixr, /opt/google/chrome{,-beta,-unstable}/{,**/}lib*.so{,.*} m, # The same is needed for Brave /opt/brave.com/brave{,-beta,-dev,-nightly}/chrome-sandbox PUxr, /opt/brave.com/brave{,-beta,-dev,-nightly}/brave-browser{,-beta,-dev,-nightly} Pixr, /opt/brave.com/brave{,-beta,-dev,-nightly}/brave Pixr, /opt/brave.com/brave{,-beta,-dev,-nightly}/chrome_crashpad_handler Pixr, /opt/brave.com/brave{,-beta,-dev,-nightly}/{,**/}lib*.so{,.*} m, # Full access / r, /** rwkl, /{,usr/,usr/local/}lib{,32,64}/{,**/}*.so{,.*} m, # Dangerous files audit deny owner /**/* m, # compiled libraries audit deny owner /**/*.py* r, # python imports }