diff --git a/bin/CryptoBoxRootActions b/bin/CryptoBoxRootActions index eaf1982..d3e7c2c 100755 --- a/bin/CryptoBoxRootActions +++ b/bin/CryptoBoxRootActions @@ -48,7 +48,7 @@ allowedProgs = { ## this line is necessary for running unittests or playing around with a local ## svn working copy - otherwise the security checks would be too strict -OVERRIDE_FILECHECK = True +OVERRIDE_FILECHECK = False DEV_TYPES = { "pipe":1, "char":2, "dir":4, "block":6, "file":8, "link":10, "socket":12} EVENT_MARKER = '_event_scripts_' @@ -487,7 +487,6 @@ if __name__ == "__main__": sys.exit(100) if progRequest == "cryptsetup": runner = run_cryptsetup - elif progRequest == "sfdisk": runner = run_sfdisk elif progRequest == "mount": runner = run_mount elif progRequest == "umount": runner = run_umount else: