mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-12 11:14:47 +00:00
9 lines
279 B
Desktop File
9 lines
279 B
Desktop File
[Unit]
|
|
Description=Test CAP_SYS_MODULE for ProtectKernelModules=yes
|
|
|
|
[Service]
|
|
ProtectKernelModules=yes
|
|
# sed: remove dropped capabilities (cap_xxx-[epi]) from the output
|
|
ExecStart=/bin/sh -x -c '! capsh --print | sed -r "s/[^ ]+?\-[epi]+//g" | grep cap_sys_module'
|
|
Type=oneshot
|