From cceb6c8409105e9083913e41db51225a118db46d Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 3 Feb 2018 20:03:51 -0500 Subject: [PATCH] security fix --- sys/apis/socket.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/apis/socket.lua b/sys/apis/socket.lua index 19bd292..df47a79 100644 --- a/sys/apis/socket.lua +++ b/sys/apis/socket.lua @@ -161,7 +161,7 @@ local function trusted(msg, port) if not Security.hasPassword() then -- no password has been set on this computer - return true + --return true end local trustList = Util.readTable('usr/.known_hosts') or { }