From 1fcf8173f212909fa54c238ae36e7e7030b67fd4 Mon Sep 17 00:00:00 2001 From: age Date: Tue, 30 Jan 2007 11:26:33 +0000 Subject: [PATCH] * README is readable here, try yours again * thx for the filecheck feature; the TODO is obsolete --- README | 2 +- bin/CryptoBoxRootActions | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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}