mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 09:14:00 +00:00
5 lines
254 B
Plaintext
5 lines
254 B
Plaintext
# The aggregator (user secubox) reads/controls WireGuard via wgctl, which needs
|
|
# root for `wg show <iface>` (private-key access) + `wg set` peer/interface ops.
|
|
secubox ALL=(root) NOPASSWD: /usr/sbin/wgctl
|
|
secubox ALL=(root) NOPASSWD: /usr/bin/wg show *
|