]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-capabilityboundingset-merge.service
Merge pull request #14194 from yuwata/network-multipath-routing-12541
[thirdparty/systemd.git] / test / test-execute / exec-capabilityboundingset-merge.service
CommitLineData
ff4ca461
RC
1[Unit]
2Description=Test for CapabilityBoundingSet
3
4[Service]
cdaf5070
FB
5ExecStart=/bin/sh -x -c 'c=$$(capsh --print | grep "Bounding set "); test "$$c" = "Bounding set =cap_chown,cap_fowner,cap_kill"'
6Type=oneshot
ff4ca461
RC
7CapabilityBoundingSet=CAP_FOWNER
8CapabilityBoundingSet=CAP_KILL CAP_CHOWN