nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #include <tunables/global>
2  
3 /usr/bin/airgraph-ng {
4 #include <abstractions/base>
5 #include <abstractions/private-files-strict>
6  
7 # No need to access dot files
8 deny @{HOME}/.** rw,
9  
10 # For reading input
11 @{HOME}/** r,
12 /tmp/** r,
13  
14 # For writing output
15 owner @{HOME}/** w,
16 owner /tmp/** w,
17  
18 # For executing 'fdp'
19 /usr/{,local/,s}bin/fdp ix,
20  
21 # Needed for ptrace/core dumps
22 /usr/bin/airgraph-ng rm,
23  
24 }