]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-capabilityboundingset-reset.service
Merge pull request #30844 from keszybz/rename-uid-alloc-range
[thirdparty/systemd.git] / test / test-execute / exec-capabilityboundingset-reset.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for CapabilityBoundingSet
4
5 [Service]
6 ExecStart=sh -x -c 'c=$$(capsh --print | grep "Bounding set "); test "$$c" = "Bounding set ="'
7 Type=oneshot
8 CapabilityBoundingSet=CAP_FOWNER CAP_KILL
9 CapabilityBoundingSet=