aboutsummaryrefslogtreecommitdiff
path: root/doc/security.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-08-09 11:48:30 -0400
committerJoey Hess <joey@kitenet.net>2012-08-09 11:48:30 -0400
commit94f826498cde963ab88748a27818b23453e0b94a (patch)
treeed880e127846f2dd26c95e02b04c4c260ddef548 /doc/security.mdwn
parent104539c5364097ad5082761da305dda95b140c0d (diff)
downloadikiwiki-94f826498cde963ab88748a27818b23453e0b94a.tar
ikiwiki-94f826498cde963ab88748a27818b23453e0b94a.tar.gz
update ikiwiki-update-wikilist docs to suggest putting it in /etc/sudoers
Diffstat (limited to 'doc/security.mdwn')
-rw-r--r--doc/security.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn
index c3b62cd3c..afefd1bc3 100644
--- a/doc/security.mdwn
+++ b/doc/security.mdwn
@@ -110,7 +110,7 @@ runs ikiwiki to update a given wiki. The wrapper can in turn be made suid,
for example to be used in a [[post-commit]] hook by people who cannot write
to the html pages, etc.
-If the wrapper script is made suid, then any bugs in this wrapper would be
+If the wrapper program is made suid, then any bugs in this wrapper would be
security holes. The wrapper is written as securely as I know how, is based
on code that has a history of security use long before ikiwiki, and there's
been no problem yet.