blob: aacfd7e16a0e259c0060b23d080035701fc61c7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"bounding": [
"CAP_NET_ADMIN",
"CAP_NET_RAW",
"CAP_IPC_LOCK"
],
"effective": [
"CAP_NET_ADMIN",
"CAP_NET_RAW",
"CAP_IPC_LOCK"
],
"ambient": [
"CAP_NET_ADMIN",
"CAP_NET_RAW",
"CAP_IPC_LOCK"
],
"permitted": [
"CAP_NET_ADMIN",
"CAP_NET_RAW",
"CAP_IPC_LOCK"
],
"inheritable": [
"CAP_NET_ADMIN",
"CAP_NET_RAW",
"CAP_IPC_LOCK"
]
}
|