mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
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"
|
|
]
|
|
}
|