1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 Description=Test CAP_SYSLOG for ProtectKernelLogs=no
7 # sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output
8 ExecStart=sh -x -c 'capsh --print | sed -re "s/[^ ]+?\-[epi]+//g" -e '/IAB/d' | grep cap_syslog'