* README is readable here, try yours again

* thx for the filecheck feature; the TODO is obsolete
This commit is contained in:
age 2007-01-30 11:26:33 +00:00
parent b789fec8ad
commit 1fcf8173f2
2 changed files with 1 additions and 2 deletions

2
README
View File

@ -1,5 +1,5 @@
********************************************
* CryptoBox v0.2.99 *
* CryptoBox v0.3.xx *
********************************************
$Id$

View File

@ -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}