OXIESEC PANEL
- Current Dir:
/
/
etc
/
apparmor.d
/
local
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/20/2022 06:47:03 AM
rwxr-xr-x
📄
README
1.08 KB
09/27/2018 06:20:54 PM
rw-r--r--
📄
sbin.dhclient
0 bytes
10/14/2020 08:17:46 AM
rw-r--r--
📄
usr.bin.lxc-start
0 bytes
10/14/2020 08:21:52 AM
rw-r--r--
📄
usr.bin.man
0 bytes
10/14/2020 08:21:34 AM
rw-r--r--
📄
usr.lib.snapd.snap-confine.real
0 bytes
10/14/2020 08:21:47 AM
rw-r--r--
📄
usr.sbin.mysqld
0 bytes
11/11/2020 03:56:17 AM
rw-r--r--
📄
usr.sbin.rsyslogd
0 bytes
10/14/2020 08:17:43 AM
rw-r--r--
📄
usr.sbin.tcpdump
0 bytes
10/14/2020 08:21:15 AM
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.