Manabu Sugimoto
95b3ab2a4a
ctr: Add Linux Capabilities control flags
This allows Linux Capabilities to be modified via `ctr`.
e.g.
```
$ sudo ./bin/ctr run --cap-add "CAP_SYS_ADMIN" --cap-drop "CAP_NET_RAW" \
--rm docker.io/library/busybox:latest foo cat /proc/self/status | grep Cap
CapInh: 00000000a82405fb
CapPrm: 00000000a82405fb
CapEff: 00000000a82405fb
CapBnd: 00000000a82405fb
CapAmb: 0000000000000000
```
Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
2021-11-25 14:50:43 +09:00
..
2021-06-28 20:08:01 +08:00
2021-09-21 09:50:38 +08:00
2020-01-29 13:10:16 +09:00
2021-09-29 16:22:51 +08:00
2018-09-11 10:36:00 -04:00
2018-08-02 11:40:03 -07:00
2021-09-21 12:26:29 +08:00
2021-03-12 08:47:05 -08:00
2021-03-15 18:04:37 +08:00
2021-08-22 09:31:50 +09:00
2021-11-25 14:50:43 +09:00
2021-09-21 09:50:38 +08:00
2021-05-08 12:39:09 +08:00
2021-10-05 09:25:12 -07:00
2019-10-06 13:38:51 +02:00
2019-09-16 13:56:53 +02:00
2021-08-22 09:31:50 +09:00
2021-08-05 22:27:46 -07:00
2021-11-25 14:50:43 +09:00
2021-09-21 09:50:38 +08:00
2020-09-04 16:19:31 -07:00
2021-08-22 09:31:50 +09:00
2020-09-04 16:19:31 -07:00
2019-07-17 15:19:58 -04:00