diff options
author | Joey Hess <joey@kitenet.net> | 2007-11-27 12:41:18 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-11-27 12:41:18 -0500 |
commit | cb777df0415cfad80a3725387b5fdbf5c95b8941 (patch) | |
tree | db8065340a28f38e6c9fecbe362e4d4761435890 /doc/security.mdwn | |
parent | d75e4ee12c73d5644df0ca0c368a3bcc2c9d05e2 (diff) | |
download | ikiwiki-cb777df0415cfad80a3725387b5fdbf5c95b8941.tar ikiwiki-cb777df0415cfad80a3725387b5fdbf5c95b8941.tar.gz |
add some documentation about how to safely allow multiple committers to an
ikiwiki git repository
Diffstat (limited to 'doc/security.mdwn')
-rw-r--r-- | doc/security.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn index a1c2120ce..34f820f6e 100644 --- a/doc/security.mdwn +++ b/doc/security.mdwn @@ -49,11 +49,11 @@ this. ## multiple accessors of wiki directory -If multiple people can write to the source directory ikiwiki is using, or -to the destination directory it writes files to, then one can cause trouble -for the other when they run ikiwiki through symlink attacks. +If multiple people can directly write to the source directory ikiwiki is +using, or to the destination directory it writes files to, then one can +cause trouble for the other when they run ikiwiki through symlink attacks. -So it's best if only one person can ever write to those directories. +So it's best if only one person can ever directly write to those directories. ## setup files |