fix(permissions): Restrict the access to /dev on underlying host to read only (with rbac)

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>
This commit is contained in:
Fahad Arshad 2019-09-13 08:53:24 -04:00 committed by Lorenzo Fontana
parent fcd1d60657
commit b951f2bb7d

View File

@ -33,6 +33,7 @@ spec:
name: containerd-socket
- mountPath: /host/dev
name: dev-fs
readOnly: true
- mountPath: /host/proc
name: proc-fs
readOnly: true