mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 21:08:23 +00:00
34c6584bb9
Granting capabilities CAP_NET_ADMIN and CAP_NET_RAW allows running hostapd and wpa_supplicant without root priviledges. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: maurerr <mariusd84@gmail.com>
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"user": "network",
|
|
"access": {
|
|
"service": {
|
|
"methods": [ "event" ]
|
|
}
|
|
},
|
|
"publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],
|
|
"send": [ "bss.*", "wps_credentials" ]
|
|
}
|