mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-11-02 13:03:35 +00:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
bin="${1:-$(which osmo-upf)}"
|
|
setcap cap_net_admin+pe "$bin"
|