Systemd/test/test-execute/exec-protectkernellogs-no-capabilities.service
2019-11-11 12:12:02 -08:00

8 lines
163 B
Desktop File

[Unit]
Description=Test CAP_SYSLOG for ProtectKernelLogs=no
[Service]
ProtectKernelLogs=no
ExecStart=/bin/sh -x -c 'capsh --print | grep cap_syslog'
Type=oneshot