summaryrefslogtreecommitdiff
path: root/desktop/apparmor/abstractions/onionshare
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/apparmor/abstractions/onionshare')
-rw-r--r--desktop/apparmor/abstractions/onionshare29
1 files changed, 0 insertions, 29 deletions
diff --git a/desktop/apparmor/abstractions/onionshare b/desktop/apparmor/abstractions/onionshare
deleted file mode 100644
index fa94e68d..00000000
--- a/desktop/apparmor/abstractions/onionshare
+++ /dev/null
@@ -1,29 +0,0 @@
-#include <abstractions/base>
-#include <abstractions/nameservice>
-#include <abstractions/private-files-strict>
-#include <abstractions/python>
-
-# Why are these not in abstractions/python?
-/usr/lib{,32,64}/python{2,3}.[0-9]/__pycache__/ rw,
-/usr/lib{,32,64}/python{2,3}.[0-9]/__pycache__/* rw,
-/usr/lib{,32,64}/python{2,3}.[0-9]/**/__pycache__/ rw,
-/usr/lib{,32,64}/python{2,3}.[0-9]/**/__pycache__/* rw,
-/usr/lib{,32,64}/python{2,3}/**/__pycache__/ rw,
-/usr/lib{,32,64}/python{2,3}/**/__pycache__/* rw,
-
-/bin/dash rix,
-/proc/*/mounts r,
-/proc/*/fd/ r,
-/sbin/ldconfig rix,
-/sbin/ldconfig.real rix,
-/bin/uname rix,
-/etc/mime.types r,
-/usr/share/onionshare/ r,
-/usr/share/onionshare/** r,
-/tmp/ rw,
-/tmp/** rw,
-
-# Allow read on almost anything in @{HOME}. Lenient, but
-# private-files-strict is in effect.
-owner @{HOME}/ r,
-owner @{HOME}/[^.]** r,