mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
7 lines
207 B
Desktop File
7 lines
207 B
Desktop File
[Unit]
|
|
Description=Test for CapabilityBoundingSet
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'c=$(capsh --print | grep "Bounding set " | grep "cap_chown"); echo $c; exit $(test -z $c)'
|
|
CapabilityBoundingSet=~CAP_CHOWN
|