mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
7 lines
236 B
SYSTEMD
7 lines
236 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for CapabilityBoundingSet
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 'c=$(capsh --print | grep "Bounding set " | cut -f 2 -d "="); echo $c; exit $(test $c = "cap_fowner,cap_kill")'
|
||
|
CapabilityBoundingSet=CAP_FOWNER CAP_KILL
|