Fix cap_net capabilities for localsend-go
Some checks are pending
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions

This commit is contained in:
Marty Oehme 2025-03-16 15:36:13 +01:00
parent a4f3f6881a
commit 2dbfd8208e
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,5 @@
case "${ACTION}" in
post)
setcap cap_net_raw+ep /usr/bin/localsend_cli
;;
esac