]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-protecthome-tmpfs-vs-protectsystem-strict.service
Merge pull request #30844 from keszybz/rename-uid-alloc-range
[thirdparty/systemd.git] / test / test-execute / exec-protecthome-tmpfs-vs-protectsystem-strict.service
CommitLineData
22d3cfe5 1# SPDX-License-Identifier: LGPL-2.1-or-later
7e46b29b
YW
2[Unit]
3Description=Test ProtectHome=tmpfs vs ProtectSystem=strict
4# Test for #11276
5
6[Service]
7ProtectHome=tmpfs
8ProtectSystem=strict
9Type=oneshot
63403f07 10ExecStart=sh -x -c 'test "$$(stat -fc %%T /home)" = "tmpfs"'