]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-privatedevices-yes-capability-mknod.service
tmpfiles: make truncate_file() safe
[thirdparty/systemd.git] / test / test-execute / exec-privatedevices-yes-capability-mknod.service
CommitLineData
615a1f4b
DH
1[Unit]
2Description=Test CAP_MKNOD capability for PrivateDevices=yes
3
4[Service]
5PrivateDevices=yes
6ExecStart=/bin/sh -x -c '! capsh --print | grep cap_mknod'
7Type=oneshot