Skip to content

Commit a4f97d4

Browse files
committed
Add ruleset=4 option
Signed-off-by: Gijs Peskens <[email protected]>
1 parent 1442fee commit a4f97d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oci/mounts_freebsd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func defaultMounts() []specs.Mount {
2626
Destination: "/dev",
2727
Type: "devfs",
2828
Source: "devfs",
29-
Options: []string{},
29+
Options: []string{"ruleset=4"},
3030
},
3131
{
3232
Destination: "/dev/fd",

0 commit comments

Comments
 (0)