Use and alternate ubus object when the config contains "driver=wired". This commit is in preparation of the ieee8021x-wired daemon. Signed-off-by: John Crispin <john@phrozen.org>
27 lines
407 B
JSON
27 lines
407 B
JSON
{
|
|
"bounding": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"effective": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"ambient": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"permitted": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"inheritable": [
|
|
"CAP_NET_ADMIN",
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
]
|
|
}
|