aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Apache_XBitHack.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-21 13:58:26 -0400
committerJoey Hess <joey@kitenet.net>2011-03-21 13:58:26 -0400
commit32200025ccdef4ff43c7bf90eeb44699844b704b (patch)
treea10b722117a234e7e05421c2393e762f223f65f2 /doc/forum/Apache_XBitHack.mdwn
parent1eaf595929f29ba7624bec7585dec55ba4689ebb (diff)
downloadikiwiki-32200025ccdef4ff43c7bf90eeb44699844b704b.tar
ikiwiki-32200025ccdef4ff43c7bf90eeb44699844b704b.tar.gz
response
Diffstat (limited to 'doc/forum/Apache_XBitHack.mdwn')
-rw-r--r--doc/forum/Apache_XBitHack.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Apache_XBitHack.mdwn b/doc/forum/Apache_XBitHack.mdwn
index 9cadc73e1..5def2f817 100644
--- a/doc/forum/Apache_XBitHack.mdwn
+++ b/doc/forum/Apache_XBitHack.mdwn
@@ -4,3 +4,12 @@ However, the disadvantage of this approach is that the server does not give a La
I gather from the [[security]] page that having the executable bit set on files is considered a security hole, but how big a hole would it be if I'm the only one editing the site? Is there a way, a somewhat safe way, of implementing XBitHack for IkiWiki?
-- [[KathrynAndersen]]
+
+> The risk with execute bits on files in the generated site is that someone
+> commits an executable, ikiwiki copies it as-is, and now the web browser
+> can be used to run it. Obviously if you're the only committer, that is
+> not much of a risk. Or you can lock down apache to not allow running
+> arbitrary files. It's also pretty unlikely that a rendered mdwn file
+> would result in a html page that can be run as an executable. So an
+> option that makes all files rendered from mdwn or other markups
+> get the x bit set would be pretty safe even with untrusted editors. --[[Joey]]