[stable/falco]: Restrict access to /dev on underlying host to (#17841)

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>
This commit is contained in:
farshad-hobsons
2019-10-09 12:39:50 -07:00
committed by Kubernetes Prow Robot
parent 7cb24caa54
commit 5b22b3dfef
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -3,6 +3,12 @@
This file documents all notable changes to Sysdig Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).
## v1.0.9
### Minor Changes
* Restrict the access to `/dev` on underlying host to read only
## v1.0.8
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 1.0.8
version: 1.0.9
appVersion: 0.17.1
description: Falco
keywords:
+1
View File
@@ -90,6 +90,7 @@ spec:
{{- end}}
- mountPath: /host/dev
name: dev-fs
readOnly: true
- mountPath: /host/proc
name: proc-fs
readOnly: true