mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
8 lines
166 B
SYSTEMD
8 lines
166 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test CAP_MKNOD capability for PrivateDevices=no
|
||
|
|
||
|
[Service]
|
||
|
PrivateDevices=no
|
||
|
ExecStart=/bin/sh -x -c 'capsh --print | grep cap_mknod'
|
||
|
Type=oneshot
|