mirror of
https://git.proxmox.com/git/systemd
synced 2025-07-24 20:50:26 +00:00
8 lines
203 B
Desktop File
8 lines
203 B
Desktop File
[Unit]
|
|
Description=Test for CapabilityBoundingSet
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'c=$$(capsh --print | grep "^Bounding set .*cap_chown"); test -z "$$c"'
|
|
Type=oneshot
|
|
CapabilityBoundingSet=~CAP_CHOWN
|