Skip to content

Commit

Permalink
Mount /proc/fs as readonly
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crosby <[email protected]>
  • Loading branch information
crosbymichael authored and jessfraz committed May 7, 2015
1 parent d87da59 commit 42c8c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/execdriver/native/template/default_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func New() *configs.Config {
ReadonlyPaths: []string{
"/proc/asound",
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger",
Expand Down

0 comments on commit 42c8c1b

Please sign in to comment.