diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 19:31:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 19:31:05 +0000 |
commit | 0f35669dd635f8018958ee99918e335283fd2399 (patch) | |
tree | ac40ea0cbcb9c13f3266d2ce029e06cfb98089ef /doc/security.mdwn | |
parent | 2e1417eb08f18ffebcec76d994777d2413e0fcde (diff) | |
download | ikiwiki-0f35669dd635f8018958ee99918e335283fd2399.tar ikiwiki-0f35669dd635f8018958ee99918e335283fd2399.tar.gz |
foo
Diffstat (limited to 'doc/security.mdwn')
-rw-r--r-- | doc/security.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn index e34dc5ed4..278bad024 100644 --- a/doc/security.mdwn +++ b/doc/security.mdwn @@ -63,6 +63,12 @@ If someone checks in a symlink to /etc/passwd, ikiwiki would publish that. To aoid this, ikiwiki will need to avoid reading files that are symlinks. TODO and note discussion of races above. +## setup files + +Setup files are not safe to keep in subversion with the rest of the wiki. +Just don't do it. [[ikiwiki.setup]] is *not* used as the setup file for +this wiki, BTW. + ---- # Hopefully non-holes |