You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Dye
2ed020c614
Packages with configuration changes: +chrony 4.0-8+deb11u2 armhf Package changes: +chrony 4.0-8+deb11u2 armhf |
2 years ago | |
---|---|---|
.. | ||
README | 2 years ago | |
lsb_release | 2 years ago | |
nvidia_modprobe | 2 years ago | |
usr.bin.man | 2 years ago | |
usr.lib.libreoffice.program.oosplash | 2 years ago | |
usr.lib.libreoffice.program.senddoc | 2 years ago | |
usr.lib.libreoffice.program.soffice.bin | 2 years ago | |
usr.lib.libreoffice.program.xpdfimport | 2 years ago | |
usr.sbin.chronyd | 2 years ago | |
usr.sbin.cups-browsed | 2 years ago | |
usr.sbin.cupsd | 2 years ago | |
usr.sbin.named | 2 years ago |
README
# 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.