summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-systemcallfilter-nonewprivileges.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-systemcallfilter-nonewprivileges.service')
-rw-r--r--test/test-execute/exec-systemcallfilter-nonewprivileges.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test-execute/exec-systemcallfilter-nonewprivileges.service b/test/test-execute/exec-systemcallfilter-nonewprivileges.service
new file mode 100644
index 0000000..8bfd0a7
--- /dev/null
+++ b/test/test-execute/exec-systemcallfilter-nonewprivileges.service
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Description=Test no_new_privs is unset for SystemCallFilter and non-root user
+
+[Service]
+ExecStart=/bin/sh -x -c 'c=$$(cat /proc/self/status | grep "NoNewPrivs: "); test "$$c" = "NoNewPrivs: 0"'
+Type=oneshot
+User=1
+SystemCallFilter=@system-service