* damn OVERRIDE
* removed last run_sfdisk
This commit is contained in:
parent
873e377961
commit
396f80307b
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue