Skip to content

Commit

Permalink
Set more CNDR mounts to be read only
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shefler committed Jul 9, 2023
1 parent e3ba085 commit cddca94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cbcontainers/state/components/sensor_daemon_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ var (
"root": hostRootPath,
}
cndrReadOnlyMounts = map[string]struct{}{
"root": {},
"root": {},
"boot": {},
"os-release": {},
}
)

Expand Down

0 comments on commit cddca94

Please sign in to comment.