summaryrefslogtreecommitdiff
path: root/test/testdata/apparmor_test_deny_write
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/apparmor_test_deny_write')
-rw-r--r--test/testdata/apparmor_test_deny_write10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/testdata/apparmor_test_deny_write b/test/testdata/apparmor_test_deny_write
deleted file mode 100644
index 55311aaf5..000000000
--- a/test/testdata/apparmor_test_deny_write
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <tunables/global>
-
-profile apparmor-test-deny-write flags=(attach_disconnected) {
- #include <abstractions/base>
-
- file,
-
- # Deny all file writes.
- deny /** w,
-}