OXIESEC PANEL
- Current Dir:
/
/
etc
/
apparmor.d
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📁
abstractions
-
05/09/2024 07:14:29 AM
rwxr-xr-x
📁
cache
-
05/19/2025 07:54:53 AM
rwxr-xr-x
📁
disable
-
10/21/2019 03:48:36 PM
rwxr-xr-x
📁
force-complain
-
04/24/2018 02:47:41 PM
rwxr-xr-x
📁
local
-
10/28/2024 08:41:33 AM
rwxr-xr-x
📁
lxc
-
05/09/2024 07:15:54 AM
rwxr-xr-x
📄
lxc-containers
198 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
sbin.dhclient
3.12 KB
03/26/2018 09:00:31 PM
rw-r--r--
📁
tunables
-
05/09/2024 07:14:29 AM
rwxr-xr-x
📄
ubuntu_pro_apt_news
1.98 KB
09/06/2024 11:58:19 PM
rw-r--r--
📄
ubuntu_pro_esm_cache
7.33 KB
09/06/2024 11:58:19 PM
rw-r--r--
📄
usr.bin.lxc-start
125 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
usr.bin.man
2.79 KB
04/07/2018 11:14:41 AM
rw-r--r--
📄
usr.lib.snapd.snap-confine.real
27.82 KB
05/29/2023 12:10:12 PM
rw-r--r--
📄
usr.sbin.mysqld
1.75 KB
01/21/2020 02:10:07 PM
rw-r--r--
📄
usr.sbin.rsyslogd
1.51 KB
04/24/2018 01:15:46 PM
rw-r--r--
📄
usr.sbin.slapd
1.2 KB
05/12/2022 01:52:38 PM
rw-r--r--
📄
usr.sbin.tcpdump
1.42 KB
02/10/2023 06:11:16 PM
rw-r--r--
Editing: ubuntu_pro_apt_news
Close
include <tunables/global> # attach_disconnected is needed here because this service runs with systemd's # PrivateTmp=true profile ubuntu_pro_apt_news flags=(attach_disconnected) { include <abstractions/base> include <abstractions/nameservice> include <abstractions/openssl> include <abstractions/python> # Needed because apt-news calls apt_pkg.init() which tries to # switch to the _apt system user/group. capability setgid, capability setuid, capability dac_read_search, # GH: 3079 capability dac_override, /etc/apt/** r, /etc/default/apport r, /etc/ubuntu-advantage/* r, # GH: #3109 # Allow reading the os-release file (possibly a symlink to /usr/lib). /{etc/,usr/lib/,lib/}os-release r, /{,usr/}bin/python3.{1,}[0-9] mrix, # "import uuid" in focal triggers an uname call # And also see LP: #2067319 /{,usr/}bin/uname mrix, /{,usr/}lib/apt/methods/http mrix, /{,usr/}lib/apt/methods/https mrix, /{,usr/}lib/ubuntu-advantage/apt_news.py r, /usr/share/dpkg/* r, /var/log/ubuntu-advantage.log rw, /var/lib/ubuntu-advantage/** r, /var/lib/ubuntu-advantage/messages/ rw, /var/lib/ubuntu-advantage/messages/* rw, /run/ubuntu-advantage/ rw, /run/ubuntu-advantage/* rw, # LP: #2072489 # the apt-news package selector needs access to packaging information # this is a good candidate for a child profile owner /tmp/** rw, /etc/machine-id r, /etc/dpkg/** r, /{,usr/}bin/dpkg mrix, /var/lib/apt/** r, /var/lib/dpkg/** r, /var/cache/apt/** rw, owner @{PROC}/@{pid}/fd/ r, @{PROC}/@{pid}/status r, @{PROC}/@{pid}/cgroup r, # see https://bugs.python.org/issue40501 /sbin/ldconfig rix, /sbin/ldconfig.real rix, @{PROC}/@{pid}/mounts r, @{PROC}/@{pid}/status r, /usr/bin/@{multiarch}-gcc-* rix, /usr/bin/@{multiarch}-ld.bfd rix, /usr/lib/gcc/@{multiarch}/*/collect2 rix, /usr/bin/@{multiarch}-objdump rix, # Site-specific additions and overrides. See local/README for details. #include <local/ubuntu_pro_apt_news> }