Skip to content

Commit 8554707

Browse files
committed
allow_mlock propetry changes from 0 to None.
1 parent 22d2592 commit 8554707

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
@@ -64,7 +64,7 @@
6464
"allow_sysvipc": 0,
6565
"allow_raw_sockets": 0,
6666
"allow_chflags": 0,
67-
"allow_mlock": 0,
67+
"allow_mlock": None,
6868
"allow_mount": 0,
6969
"allow_mount_devfs": 0,
7070
"allow_mount_fusefs": 0,

0 commit comments

Comments
 (0)