mirror of
https://github.com/helm/charts.git
synced 2026-08-21 05:17:23 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
7cb24caa54
commit
5b22b3dfef
@@ -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,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: falco
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
appVersion: 0.17.1
|
||||
description: Falco
|
||||
keywords:
|
||||
|
||||
@@ -90,6 +90,7 @@ spec:
|
||||
{{- end}}
|
||||
- mountPath: /host/dev
|
||||
name: dev-fs
|
||||
readOnly: true
|
||||
- mountPath: /host/proc
|
||||
name: proc-fs
|
||||
readOnly: true
|
||||
|
||||
Reference in New Issue
Block a user