From d53ce55ac06473f62536e08b3e321ffb59d80831 Mon Sep 17 00:00:00 2001
From: klang <klang@aps.anl.gov>
Date: Fri, 6 Jul 2018 15:14:48 -0500
Subject: [PATCH] Comment out access security by default

---
 iocBoot/iocxxx/common.iocsh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/iocBoot/iocxxx/common.iocsh b/iocBoot/iocxxx/common.iocsh
index 0801c97..c036ed5 100644
--- a/iocBoot/iocxxx/common.iocsh
+++ b/iocBoot/iocxxx/common.iocsh
@@ -65,9 +65,9 @@ set_requestfile_path("$(TOP)", "xxxApp/Db")
 save_restoreSet_Debug(0)
 
 # Access Security
-dbLoadRecords("$(TOP)/xxxApp/Db/Security_Control.db","P=$(PREFIX)")
-asSetFilename("$(TOP)/iocBoot/accessSecurity.acf")
-asSetSubstitutions("P=$(PREFIX)")
+#dbLoadRecords("$(TOP)/xxxApp/Db/Security_Control.db","P=$(PREFIX)")
+#asSetFilename("$(TOP)/iocBoot/accessSecurity.acf")
+#asSetSubstitutions("P=$(PREFIX)")
 
 ### caputRecorder
 iocshLoad("$(CAPUTRECORDER)/iocsh/caputRecorder.iocsh", "PREFIX=$(PREFIX)")
-- 
GitLab