File tree Expand file tree Collapse file tree 1 file changed +28
-6
lines changed Expand file tree Collapse file tree 1 file changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -145,11 +145,33 @@ Your process field in the `config.json` should look like this below with `"termi
145
145
" TERM=xterm"
146
146
],
147
147
"cwd" : " /" ,
148
- "capabilities" : [
149
- " CAP_AUDIT_WRITE" ,
150
- " CAP_KILL" ,
151
- " CAP_NET_BIND_SERVICE"
152
- ],
148
+ "capabilities" : {
149
+ "bounding" : [
150
+ " CAP_AUDIT_WRITE" ,
151
+ " CAP_KILL" ,
152
+ " CAP_NET_BIND_SERVICE"
153
+ ],
154
+ "effective" : [
155
+ " CAP_AUDIT_WRITE" ,
156
+ " CAP_KILL" ,
157
+ " CAP_NET_BIND_SERVICE"
158
+ ],
159
+ "inheritable" : [
160
+ " CAP_AUDIT_WRITE" ,
161
+ " CAP_KILL" ,
162
+ " CAP_NET_BIND_SERVICE"
163
+ ],
164
+ "permitted" : [
165
+ " CAP_AUDIT_WRITE" ,
166
+ " CAP_KILL" ,
167
+ " CAP_NET_BIND_SERVICE"
168
+ ],
169
+ "ambient" : [
170
+ " CAP_AUDIT_WRITE" ,
171
+ " CAP_KILL" ,
172
+ " CAP_NET_BIND_SERVICE"
173
+ ]
174
+ },
153
175
"rlimits" : [
154
176
{
155
177
"type" : " RLIMIT_NOFILE" ,
@@ -161,7 +183,7 @@ Your process field in the `config.json` should look like this below with `"termi
161
183
},
162
184
```
163
185
164
- Now we can go though the lifecycle operations in your shell.
186
+ Now we can go through the lifecycle operations in your shell.
165
187
166
188
167
189
``` bash
You can’t perform that action at this time.
0 commit comments