summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-protectkernellogs-no-capabilities.service
blob: f0c7d4d6858fb441783fd15507a56d0faf2d5afe (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test CAP_SYSLOG for ProtectKernelLogs=no

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