mirror of
https://github.com/trailofbits/algo
synced 2024-11-13 19:12:06 +00:00
16 lines
269 B
Plaintext
16 lines
269 B
Plaintext
|
#include <tunables/global>
|
||
|
|
||
|
/usr/sbin/privoxy {
|
||
|
#include <abstractions/apache2-common>
|
||
|
#include <abstractions/base>
|
||
|
|
||
|
capability setgid,
|
||
|
capability setuid,
|
||
|
|
||
|
/etc/privoxy/* r,
|
||
|
/etc/privoxy/templates/* r,
|
||
|
/run/privoxy.pid w,
|
||
|
/var/log/privoxy/logfile w,
|
||
|
|
||
|
}
|