logo

apparmor.d

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

plugins-common (351B)


  1. # vim:syntax=apparmor
  2. abi <abi/3.0>,
  3. #
  4. # Plugins/helpers
  5. #
  6. @{PROC}/@{pid}/fd/ r,
  7. /usr/lib/** rm,
  8. /{,usr/}bin/bash ixr,
  9. /{,usr/}bin/dash ixr,
  10. /{,usr/}bin/grep ixr,
  11. /{,usr/}bin/sed ixr,
  12. /usr/bin/m4 ixr,
  13. # Since all the ubuntu-browsers.d abstractions need this, just include it
  14. # here
  15. include <abstractions/ubuntu-helpers>