aboutsummaryrefslogtreecommitdiff
path: root/doc/security.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 09:16:07 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 09:16:07 +0000
commitd5566303d6b416fb4b0f49a4a7eae2c81bddf17e (patch)
tree6b9db459db83f41597a1d5dbd33e7ed503557ff4 /doc/security.mdwn
parent9ab1c273f601cc7f1d70749b9fc8f58df67ab39f (diff)
downloadikiwiki-d5566303d6b416fb4b0f49a4a7eae2c81bddf17e.tar
ikiwiki-d5566303d6b416fb4b0f49a4a7eae2c81bddf17e.tar.gz
foo
Diffstat (limited to 'doc/security.mdwn')
-rw-r--r--doc/security.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn
index e7936b5a0..d3e137588 100644
--- a/doc/security.mdwn
+++ b/doc/security.mdwn
@@ -42,11 +42,11 @@ they can try to use this to exploit your web server.
## --gen-wrapper might generate insecure wrappers
-ikiwiki --gen-wrapper is instended to generate a wrapper program that
+ikiwiki --gen-wrapper is intended to generate a wrapper program that
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
security holes. The wrapper is written as securely as I know how and
-there's been no problems yet.
+there's been no problem yet.