diff options
Diffstat (limited to 'test/test-execute/exec-restrictnamespaces-merge-all.service')
-rw-r--r-- | test/test-execute/exec-restrictnamespaces-merge-all.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test-execute/exec-restrictnamespaces-merge-all.service b/test/test-execute/exec-restrictnamespaces-merge-all.service new file mode 100644 index 0000000..de98cd0 --- /dev/null +++ b/test/test-execute/exec-restrictnamespaces-merge-all.service @@ -0,0 +1,8 @@ +[Unit] +Description=Test merging RestrictNamespaces= with all flags + +[Service] +RestrictNamespaces=mnt pid cgroup net uts ipc user +RestrictNamespaces=net +ExecStart=unshare -m -u -i -n -p -f +Type=oneshot |