/snap/snapd/27738/usr/lib/snapd/apparmor.d/abstractions
NameSizeModeActions
apparmor_api/-0775rm
ubuntu-browsers.d/-0775rm
apache2-common11190664editdlrm
aspell4120664editdlrm
audio20630664editdlrm
authd1450664editdlrm
authentication21940664editdlrm
base71510664editdlrm
bash16140664editdlrm
consoles9030664editdlrm
crypto9920664editdlrm
cups-client8200664editdlrm
dbus6940664editdlrm
dbus-accessibility7450664editdlrm
dbus-accessibility-strict7600664editdlrm
dbus-network-manager-strict14030664editdlrm
dbus-session7470664editdlrm
dbus-session-strict12610664editdlrm
dbus-strict7810664editdlrm
dconf4420664editdlrm
devices-usb6520664editdlrm
devices-usb-read10140664editdlrm
dovecot-common7960664editdlrm
dri-common5420664editdlrm
dri-enumerate4020664editdlrm
enchant22200664editdlrm
exo-open19210664editdlrm
fcitx5580664editdlrm
fcitx-strict12460664editdlrm
fonts22800664editdlrm
freedesktop.org14270664editdlrm
gio-open15460664editdlrm
gnome37720664editdlrm
gnupg4590664editdlrm
golang3100664editdlrm
groff19080664editdlrm
gtk17220664editdlrm
gvfs-open11800664editdlrm
hosts_access5110664editdlrm
ibus7500664editdlrm
kde33290664editdlrm
kde-globals-write4130664editdlrm
kde-icon-cache-write2560664editdlrm
kde-language-write5750664editdlrm
kde-open536660664editdlrm
kerberosclient16230664editdlrm
ldapclient8560664editdlrm
libpam-systemd7700664editdlrm
likewise5950664editdlrm
mdns5540664editdlrm
mesa20490664editdlrm
mir6940664editdlrm
mozc5730664editdlrm
mysql7390664editdlrm
nameservice33420664editdlrm
nameservice-strict11810664editdlrm
nis6250664editdlrm
nss-systemd14030664editdlrm
nvidia11130664editdlrm
opencl3700664editdlrm
opencl-common5160664editdlrm
opencl-intel6730664editdlrm
opencl-mesa6360664editdlrm
opencl-nvidia8960664editdlrm
opencl-pocl29160664editdlrm
opengl4770664editdlrm
openssl6420664editdlrm
orbit21970664editdlrm
p11-kit9990664editdlrm
perl9740664editdlrm
php11840664editdlrm
php-worker5580664editdlrm
php52080664editdlrm
postfix-common13560664editdlrm
private-files16600664editdlrm
private-files-strict12120664editdlrm
python24970664editdlrm
qt58630664editdlrm
qt5-compose-cache-write3990664editdlrm
qt5-settings-write5140664editdlrm
qt68630664editdlrm
qt6-compose-cache-write3990664editdlrm
qt6-settings-write5150664editdlrm
recent-documents-write4660664editdlrm
ruby10080664editdlrm
samba12990664editdlrm
samba-rpcd8170664editdlrm
smbpass5810664editdlrm
snap_browsers15790664editdlrm
ssl_certs15220664editdlrm
ssl_keys9380664editdlrm
svn-repositories17590664editdlrm
terminfo2960664editdlrm
transmission-common43790664editdlrm
trash36210664editdlrm
ubuntu-bittorrent-clients8210664editdlrm
ubuntu-browsers16210664editdlrm
ubuntu-console-browsers7310664editdlrm
ubuntu-console-email7180664editdlrm
ubuntu-email10870664editdlrm
ubuntu-feed-readers4560664editdlrm
ubuntu-gnome-terminal3000664editdlrm
ubuntu-helpers40190664editdlrm
ubuntu-konsole4530664editdlrm
ubuntu-media-players23520664editdlrm
ubuntu-unity7-base25580664editdlrm
ubuntu-unity7-launcher3110664editdlrm
ubuntu-unity7-messaging3130664editdlrm
ubuntu-xterm3460664editdlrm
user-download9870664editdlrm
user-mail9440664editdlrm
user-manpages10000664editdlrm
user-tmp7600664editdlrm
user-write9720664editdlrm
video5960664editdlrm
vulkan6240664editdlrm
wayland7130664editdlrm
web-data8110664editdlrm
winbind8820664editdlrm
wutmp9420664editdlrm
X20610664editdlrm
xad9840664editdlrm
xdg-desktop7820664editdlrm
xdg-open22860664editdlrm
Edit: /snap/snapd/27738/usr/lib/snapd/apparmor.d/abstractions/ubuntu-helpers (4019B)
# 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, # Allow running snap applications # https://bugs.launchpad.net/apparmor/+bug/2095872 /usr/bin/snap ux, # 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 }