mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +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>
23 lines
277 B
JSON
23 lines
277 B
JSON
{
|
|
"bounding": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"effective": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"ambient": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"permitted": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"inheritable": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_RAW"
|
|
]
|
|
}
|