logo

apparmor.d

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

php-worker (558B)


  1. # vim:syntax=apparmor
  2. # This file contains basic permissions for php-fpm workers
  3. abi <abi/3.0>,
  4. # load common libraries and their support files
  5. include <abstractions/base>
  6. # common php files and support files that php needs
  7. include <abstractions/php>
  8. signal (receive) peer=php-fpm,
  9. # This is some php opcaching file
  10. /tmp/.ZendSem.* rwk,
  11. # I think this is adaptive memory management
  12. /sys/devices/system/node/* r,
  13. /sys/devices/system/node/*/meminfo r,
  14. /sys/devices/system/node/ r,
  15. include if exists <abstractions/php-worker.d>