]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-capabilityboundingset-simple.service
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / test / test-execute / exec-capabilityboundingset-simple.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_fowner,cap_kill"'
6Type=oneshot
ff4ca461 7CapabilityBoundingSet=CAP_FOWNER CAP_KILL