summaryrefslogtreecommitdiff
path: root/test/exec-umask-0177.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec-umask-0177.service')
-rw-r--r--test/exec-umask-0177.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/exec-umask-0177.service b/test/exec-umask-0177.service
new file mode 100644
index 0000000000..af9295888e
--- /dev/null
+++ b/test/exec-umask-0177.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Test for UMask
+
+[Service]
+ExecStart=/bin/sh -c 'touch /tmp/test-exec-umask; s=$(stat -c %a /tmp/test-exec-umask); echo $s; exit $(test $s = "600")'
+UMask=0177
+PrivateTmp=yes