]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-privatedevices-no-capability-mknod.service
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / test / test-execute / exec-privatedevices-no-capability-mknod.service
CommitLineData
615a1f4b
DH
1[Unit]
2Description=Test CAP_MKNOD capability for PrivateDevices=no
3
4[Service]
5PrivateDevices=no
6ExecStart=/bin/sh -x -c 'capsh --print | grep cap_mknod'
7Type=oneshot