]> git.proxmox.com Git - systemd.git/blob - test/test-execute/exec-umask-0177.service
New upstream version 240
[systemd.git] / test / test-execute / exec-umask-0177.service
1 [Unit]
2 Description=Test for UMask
3
4 [Service]
5 ExecStart=/bin/sh -x -c 'rm /tmp/test-exec-umask; touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "600"'
6 Type=oneshot
7 UMask=0177
8 PrivateTmp=yes