summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-readwritepaths-mount-propagation.service
blob: 466ce6c74727940b635fa556d5765dc638a47453 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test to make sure that passing ReadWritePaths= disconnect mount propagation

[Service]
ReadWritePaths=-/i-dont-exist
ExecStart=/bin/sh -x -c 'mkdir -p /TEST; mount -t tmpfs tmpfs /TEST; grep TEST /proc/self/mountinfo && ! grep TEST /proc/$${PPID}/mountinfo && ! grep TEST /proc/1/mountinfo'
Type=oneshot