]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://josephturian.blogspot.com/ <http://josephturian.blogspot.com/@web>
Mon, 18 Aug 2008 16:10:10 +0000 (12:10 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 18 Aug 2008 16:10:10 +0000 (12:10 -0400)
doc/bugs/Index_files_have_wrong_permissions.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/Index_files_have_wrong_permissions.mdwn b/doc/bugs/Index_files_have_wrong_permissions.mdwn
new file mode 100644 (file)
index 0000000..94459fa
--- /dev/null
@@ -0,0 +1,7 @@
+ikiwiki has files that are not group-readable:
+
+    -rw------- 1 joseph users  541 Aug 18 12:02 index.atom
+    -rw------- 1 joseph users 2328 Aug 18 12:02 index.html
+    -rw------- 1 joseph users  282 Aug 18 12:02 index.rss
+
+I chmod a+r them, but then when I edit something through the web, its permissions are reverted to only user-readable. How do I resolve this?