]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-protectkernellogs-yes-capabilities.service
Merge pull request #14151 from mk-fg/fix-timer-dump-syntax-bug
[thirdparty/systemd.git] / test / test-execute / exec-protectkernellogs-yes-capabilities.service
1 [Unit]
2 Description=Test CAP_SYSLOG for ProtectKernelLogs=yes
3
4 [Service]
5 ProtectKernelLogs=yes
6 ExecStart=/bin/sh -x -c '! capsh --print | grep cap_syslog'
7 Type=oneshot