mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
1f78538387
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>
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" ]
|
|
}
|