1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 10:51:20 +03:00
systemd/test/test-execute/exec-privatedevices-no-capability-mknod.service

8 lines
166 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Test CAP_MKNOD capability for PrivateDevices=no
[Service]
PrivateDevices=no
ExecStart=/bin/sh -x -c 'capsh --print | grep cap_mknod'
Type=oneshot