summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-umask-0177.service
blob: 380cb8234a1a77267b1ee955f9d70f64f4cd8d33 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for UMask

[Service]
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"'
Type=oneshot
UMask=0177
PrivateTmp=yes