1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=Test CAP_SYS_MODULE ProtectKernelModules=no
4
5[Service]
6ProtectKernelModules=no
7# sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output
8ExecStart=/bin/sh -x -c 'capsh --print | sed -re "s/[^ ]+?\-[epi]+//g" -e '/IAB/d' | grep cap_sys_module'
9Type=oneshot
10