mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-02 20:41:14 +00:00
9 lines
261 B
Desktop File
9 lines
261 B
Desktop File
[Unit]
|
|
Description=Test CAP_SYSLOG for ProtectKernelLogs=no
|
|
|
|
[Service]
|
|
ProtectKernelLogs=no
|
|
# sed: remove dropped capabilities (cap_xxx-[epi]) from the output
|
|
ExecStart=/bin/sh -x -c 'capsh --print | sed -r "s/[^ ]+?\-[epi]+//g" | grep cap_syslog'
|
|
Type=oneshot
|