Skip to content

Commit 4615fa4

Browse files
committed
/proc should be mounted with nosuid, noexec, nodev to match the host
Signed-off-by: Daniel J Walsh <[email protected]>
1 parent d0b0063 commit 4615fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/generate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func New(os string) (generator Generator, err error) {
162162
Destination: "/proc",
163163
Type: "proc",
164164
Source: "proc",
165-
Options: nil,
165+
Options: []string{"nosuid", "noexec", "nodev"},
166166
},
167167
{
168168
Destination: "/dev",

0 commit comments

Comments
 (0)