]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-umask-0177.service
Merge pull request #32902 from yuwata/emergency-action-fixes
[thirdparty/systemd.git] / test / test-execute / exec-umask-0177.service
CommitLineData
22d3cfe5 1# SPDX-License-Identifier: LGPL-2.1-or-later
27c5347c
RC
2[Unit]
3Description=Test for UMask
4
5[Service]
63403f07 6ExecStart=sh -x -c 'rm /tmp/test-exec-umask; touch /tmp/test-exec-umask; mode=$$(stat -c %%a /tmp/test-exec-umask); test "$$mode" = "600"'
cdaf5070 7Type=oneshot
27c5347c
RC
8UMask=0177
9PrivateTmp=yes