OXIESEC PANEL
- Current Dir:
/
/
etc
/
apparmor.d
/
local
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 08:41:33 AM
rwxr-xr-x
📄
README
1.08 KB
09/27/2018 06:20:54 PM
rw-r--r--
📄
sbin.dhclient
0 bytes
10/21/2019 03:48:42 PM
rw-r--r--
📄
ubuntu_pro_apt_news
0 bytes
05/09/2024 07:15:04 AM
rw-r--r--
📄
ubuntu_pro_esm_cache
0 bytes
10/28/2024 08:41:33 AM
rw-r--r--
📄
usr.bin.lxc-start
0 bytes
10/21/2019 03:50:11 PM
rw-r--r--
📄
usr.bin.man
0 bytes
10/21/2019 03:50:01 PM
rw-r--r--
📄
usr.lib.snapd.snap-confine.real
0 bytes
10/21/2019 03:50:08 PM
rw-r--r--
📄
usr.sbin.mysqld
0 bytes
02/10/2020 07:01:53 AM
rw-r--r--
📄
usr.sbin.rsyslogd
0 bytes
10/21/2019 03:48:40 PM
rw-r--r--
📄
usr.sbin.slapd
0 bytes
01/31/2023 12:37:33 PM
rw-r--r--
📄
usr.sbin.tcpdump
0 bytes
10/21/2019 03:49:53 PM
rw-r--r--
Editing: README
Close
# This directory is intended to contain profile additions and overrides for # inclusion by distributed profiles to aid in packaging AppArmor for # distributions. # # The shipped profiles in /etc/apparmor.d can still be modified by an # administrator and people should modify the shipped profile when making # large policy changes, rather than trying to make those adjustments here. # # For simple access additions or the occasional deny override, adjusting them # here can prevent the package manager of the distribution from interfering # with local modifications. As always, new policy should be reviewed to ensure # it is appropriate for your site. # # For example, if the shipped /etc/apparmor.d/usr.sbin.smbd profile has: # #include <local/usr.sbin.smbd> # # then an administrator can adjust /etc/apparmor.d/local/usr.sbin.smbd to # contain any additional paths to be allowed, such as: # # /var/exports/** lrwk, # # Keep in mind that 'deny' rules are evaluated after allow rules, so you won't # be able to allow access to files that are explicitly denied by the shipped # profile using this mechanism.