mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-08 02:18:17 +00:00
8 lines
184 B
Desktop File
8 lines
184 B
Desktop File
[Unit]
|
|
Description=Test for CapabilityBoundingSet
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c '! capsh --print | grep "^Bounding set .*cap_chown"'
|
|
Type=oneshot
|
|
CapabilityBoundingSet=~CAP_CHOWN
|