mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
8 lines
167 B
Desktop File
8 lines
167 B
Desktop File
[Unit]
|
|
Description=Test CAP_SYSLOG for ProtectKernelLogs=yes
|
|
|
|
[Service]
|
|
ProtectKernelLogs=yes
|
|
ExecStart=/bin/sh -x -c '! capsh --print | grep cap_syslog'
|
|
Type=oneshot
|