mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-11 02:44:23 +08:00
23 lines
312 B
JSON
23 lines
312 B
JSON
{
|
|
"bounding": [
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"effective": [
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"ambient": [
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"permitted": [
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
],
|
|
"inheritable": [
|
|
"CAP_NET_BIND_SERVICE",
|
|
"CAP_NET_RAW"
|
|
]
|
|
}
|