diff options
author | Djalal Harouni <tixxdz@opendz.org> | 2016-11-15 15:50:19 +0100 |
---|---|---|
committer | Djalal Harouni <tixxdz@opendz.org> | 2016-11-15 15:50:19 +0100 |
commit | 97e60383c0648e961c317188003130639c1de8d6 (patch) | |
tree | b51ef89d30b0b96e2d4f0451d7c7c84016b65e60 /test/test-execute/exec-restrict-namespaces-yes.service | |
parent | d6299d613f916e1d63ef81d6d277d4e98b8e8194 (diff) |
test: add tests for RestrictNamespaces=
Diffstat (limited to 'test/test-execute/exec-restrict-namespaces-yes.service')
-rw-r--r-- | test/test-execute/exec-restrict-namespaces-yes.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-execute/exec-restrict-namespaces-yes.service b/test/test-execute/exec-restrict-namespaces-yes.service new file mode 100644 index 0000000000..3fe70e2bea --- /dev/null +++ b/test/test-execute/exec-restrict-namespaces-yes.service @@ -0,0 +1,7 @@ +[Unit] +Description=Test RestrictNamespaces=yes + +[Service] +RestrictNamespaces=yes +ExecStart=/bin/sh -x -c 'unshare -m' +Type=oneshot |