makepkg profile for safe AUR + firefox tweaks
[mirrors/AppArmor-Profiles.git] / usr.bin.makepkg
diff --git a/usr.bin.makepkg b/usr.bin.makepkg
new file mode 100644 (file)
index 0000000..b8f1be0
--- /dev/null
@@ -0,0 +1,18 @@
+# Last Modified: Wed Jan 18 13:58:35 2012
+# This profile is made for users that are building
+# AUR packages from untrusted PKGBUILDs often
+
+#include <tunables/global>
+
+/usr/bin/makepkg {
+  #include <abstractions/base>
+  #include <abstractions/bash>
+  #include <abstractions/consoles>
+
+  /** rix,
+  /etc/** r,
+  /home/*/.ccache/** rwix,
+  /home/*/{Temp,Work/PKGBUILDs}/** rw,
+  /tmp/** rwkix,
+
+}
This page took 0.12455 seconds and 4 git commands to generate.