Skip to content

Commit a6a0738

Browse files
authored
Merge pull request #760 from mythi/noexec
Revert "Change /dev to be mounted by default with /noexec"
2 parents 2802ff9 + 0524bb2 commit a6a0738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func New(os string) (generator Generator, err error) {
182182
Destination: "/dev",
183183
Type: "tmpfs",
184184
Source: "tmpfs",
185-
Options: []string{"nosuid", "noexec", "strictatime", "mode=755", "size=65536k"},
185+
Options: []string{"nosuid", "strictatime", "mode=755", "size=65536k"},
186186
},
187187
{
188188
Destination: "/dev/pts",

0 commit comments

Comments
 (0)