logprof update
[mirrors/AppArmor-Profiles.git] / usr.sbin.minidlna
1 # Last Modified: Wed Jan 18 14:01:31 2012
2 #include <tunables/global>
3
4 /usr/sbin/minidlna {
5 #include <abstractions/base>
6 #include <abstractions/bash>
7
8
9
10 /bin/bash rix,
11 /etc/minidlna.conf r,
12 /home/*/** r,
13 /proc/sys/** r,
14 /run/minidlna.pid rw,
15 /sys/devices/system/** r,
16 /tmp/** rwk,
17
18 }
This page took 0.251667 seconds and 4 git commands to generate.