Skip to content

Commit 3dd20a9

Browse files
committed
ref2 https://www.freebsd.org/cgi/man.cgi?jail(8) enforce_staffs property equal 2 So, set allow_mount_fusefs values False(0)
1 parent 8554707 commit 3dd20a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libioc/Config/Jail/Globals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"allow_mlock": None,
6868
"allow_mount": 0,
6969
"allow_mount_devfs": 0,
70-
"allow_mount_fusefs": 0,
70+
"allow_mount_fusefs": False,
7171
"allow_mount_nullfs": 0,
7272
"allow_mount_procfs": 0,
7373
"allow_mount_fdescfs": 0,

0 commit comments

Comments
 (0)