diff options
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 |