]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-protectkernelmodules-yes-capabilities.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-execute / exec-protectkernelmodules-yes-capabilities.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test CAP_SYS_MODULE for ProtectKernelModules=yes
4
5 [Service]
6 ProtectKernelModules=yes
7 # sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output
8 ExecStart=/bin/sh -x -c '! capsh --print | sed -re "s/[^ ]+?\-[epi]+//g" -e '/IAB/d' | grep cap_sys_module'
9 Type=oneshot