]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-privatedevices-no-capability-mknod.service
Merge pull request #11589 from yuwata/udevd-is-device-busy
[thirdparty/systemd.git] / test / test-execute / exec-privatedevices-no-capability-mknod.service
1 [Unit]
2 Description=Test CAP_MKNOD capability for PrivateDevices=no
3
4 [Service]
5 PrivateDevices=no
6 ExecStart=/bin/sh -x -c 'capsh --print | grep cap_mknod'
7 Type=oneshot