mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-06 16:19:13 +00:00
8 lines
170 B
Desktop File
8 lines
170 B
Desktop File
[Unit]
|
|
Description=Test CAP_MKNOD capability for PrivateDevices=yes
|
|
|
|
[Service]
|
|
PrivateDevices=yes
|
|
ExecStart=/bin/sh -x -c '! capsh --print | grep cap_mknod'
|
|
Type=oneshot
|