diff --git a/README b/README index d5b3ec2..960b31e 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ******************************************** -* CryptoBox v0.2.99 * +* CryptoBox v0.3.xx * ******************************************** $Id$ diff --git a/bin/CryptoBoxRootActions b/bin/CryptoBoxRootActions index c11a88f..4f63b04 100755 --- a/bin/CryptoBoxRootActions +++ b/bin/CryptoBoxRootActions @@ -50,7 +50,6 @@ 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 -# TODO: check this value before every release! OVERRIDE_FILECHECK = False DEV_TYPES = { "pipe":1, "char":2, "dir":4, "block":6, "file":8, "link":10, "socket":12}