Browse Source
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@60 4a9f3682-ca7b-49a8-9a55-ba4640e46f83master
3 changed files with 22 additions and 1 deletions
@ -1 +1 @@
|
||||
EXTRA_DIST=run-generic run-php run-rails
|
||||
EXTRA_DIST=run-generic run-php run-rails apparmor.d-abstractions-spawn-fcgi
|
||||
|
@ -0,0 +1,20 @@
|
||||
# /etc/apparmor.d/abstractions/spawn-fcgi |
||||
# |
||||
# a spawn-fcgi profile should include this abstraction |
||||
# and a rule to execute the FastCGI application itself |
||||
|
||||
#include <abstractions/base> |
||||
#include <abstractions/nameservice> |
||||
|
||||
capability net_bind_service, |
||||
capability setgid, |
||||
capability setuid, |
||||
capability chown, |
||||
capability dac_override, |
||||
|
||||
network inet stream, |
||||
network inet6 stream, |
||||
network inet dgram, |
||||
network inet6 dgram, |
||||
|
||||
/{,var/}run/*.sock rw, |
Loading…
Reference in new issue