event script directories have to be marked by an existing file now - this should prevent abuse
This commit is contained in:
parent
1069b6267a
commit
1fa160250b
2 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
6
event-scripts/_event_scripts_
Normal file
6
event-scripts/_event_scripts_
Normal 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 ...
|
||||
|
Loading…
Reference in a new issue