event script directories have to be marked by an existing file now - this should prevent abuse

This commit is contained in:
lars 2006-11-24 11:01:48 +00:00
parent 1069b6267a
commit 1fa160250b
2 changed files with 7 additions and 0 deletions

View File

@ -22,4 +22,5 @@ Every event script has to fulfill the following conditions:
- be executable (for the cryptobox user and for root)
- be writeable for root only
- its parent directories must be writeable for root only
- the directory of the script must contain a file called '_event_script_' (to prevent abuse)

View File

@ -0,0 +1,6 @@
DO NOT REMOVE THIS FILE
This file is part of the CryptoBox package.
Event scripts in this directory will not get executed, if this file is missing.
It is just a marker ...