logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

lib.rc.sh.openrc-run.sh (383B)


  1. # Copyright 2020 Haelwenn (lanodan) Monnier <contact+apparmor.d@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. #include <tunables/global>
  4. /{lib/rc/sh/openrc-run.sh,sbin/openrc-run} {
  5. / rwlk,
  6. /** rwlkmpux,
  7. audit deny network,
  8. audit deny @{HOME}/{,**} mrwkl,
  9. signal receive,
  10. signal send,
  11. capability mac_admin,
  12. capability dac_override,
  13. }