summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-restrict-namespaces-mnt-blacklist.service
diff options
context:
space:
mode:
authorDjalal Harouni <tixxdz@opendz.org>2016-11-15 15:50:19 +0100
committerDjalal Harouni <tixxdz@opendz.org>2016-11-15 15:50:19 +0100
commit97e60383c0648e961c317188003130639c1de8d6 (patch)
treeb51ef89d30b0b96e2d4f0451d7c7c84016b65e60 /test/test-execute/exec-restrict-namespaces-mnt-blacklist.service
parentd6299d613f916e1d63ef81d6d277d4e98b8e8194 (diff)
test: add tests for RestrictNamespaces=
Diffstat (limited to 'test/test-execute/exec-restrict-namespaces-mnt-blacklist.service')
-rw-r--r--test/test-execute/exec-restrict-namespaces-mnt-blacklist.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-execute/exec-restrict-namespaces-mnt-blacklist.service b/test/test-execute/exec-restrict-namespaces-mnt-blacklist.service
new file mode 100644
index 0000000000..ab909cbd94
--- /dev/null
+++ b/test/test-execute/exec-restrict-namespaces-mnt-blacklist.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Test RestrictNamespaces=~mnt
+
+[Service]
+RestrictNamespaces=~mnt
+ExecStart=/bin/sh -x -c 'unshare -m'
+Type=oneshot