]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/exec-umask-0177.service
Merge pull request #8 from systemd-mailing-devs/1433236059-9824-1-git-send-email...
[thirdparty/systemd.git] / test / exec-umask-0177.service
1 [Unit]
2 Description=Test for UMask
3
4 [Service]
5 ExecStart=/bin/sh -c 'touch /tmp/test-exec-umask; s=$(stat -c %a /tmp/test-exec-umask); echo $s; exit $(test $s = "600")'
6 UMask=0177
7 PrivateTmp=yes