17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
|
#include <tunables/global>
|
||
|
|
||
|
/usr/sbin/nghttpx {
|
||
|
#include <abstractions/base>
|
||
|
#include <abstractions/nameservice>
|
||
|
#include <abstractions/openssl>
|
||
|
|
||
|
capability setgid,
|
||
|
capability setuid,
|
||
|
|
||
|
/usr/sbin/nghttpx rmix, # allow to run itself
|
||
|
/etc/nghttpx/nghttpx.conf r, # allow to read the config file
|
||
|
/etc/ssl/** r, # give access to ssl keys
|
||
|
|
||
|
/{,var/}run/nghttpx.pid lw, # allow to store a pid file
|
||
|
}
|