mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
8 lines
178 B
Desktop File
8 lines
178 B
Desktop File
[Unit]
|
|
Description=Test CAP_SYS_RAWIO capability for PrivateDevices=yes
|
|
|
|
[Service]
|
|
PrivateDevices=yes
|
|
ExecStart=/bin/sh -x -c '! capsh --print | grep cap_sys_rawio'
|
|
Type=oneshot
|