b8f1be074d9c3d3f2515dd438085e60ca995d9a1
[mirrors/AppArmor-Profiles.git] / usr.bin.makepkg
1 # Last Modified: Wed Jan 18 13:58:35 2012
2 # This profile is made for users that are building
3 # AUR packages from untrusted PKGBUILDs often
4
5 #include <tunables/global>
6
7 /usr/bin/makepkg {
8 #include <abstractions/base>
9 #include <abstractions/bash>
10 #include <abstractions/consoles>
11
12 /** rix,
13 /etc/** r,
14 /home/*/.ccache/** rwix,
15 /home/*/{Temp,Work/PKGBUILDs}/** rw,
16 /tmp/** rwkix,
17
18 }
This page took 0.287544 seconds and 3 git commands to generate.