You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `boundary-run` wrapper script handles privilege escalation automatically using `setpriv` to drop privileges before launching boundary. This ensures all processes run with the minimum required capabilities (`CAP_NET_ADMIN` and optionally `CAP_SYS_ADMIN`for restricted environments) while executing as your regular user account.
148
+
149
+
If you run `boundary` directly with `sudo` (without `setpriv`), all processes will run as root, which is **not recommended**forsecurity reasons. Always use `boundary-run` or the equivalent `setpriv` command shownin the [Direct Usage](#direct-usage) section.
0 commit comments