aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Index_files_have_wrong_permissions.mdwn
diff options
context:
space:
mode:
authorhttp://josephturian.blogspot.com/ <http://josephturian.blogspot.com/@web>2008-08-18 12:10:10 -0400
committerJoey Hess <joey@kitenet.net>2008-08-18 12:10:10 -0400
commitc790e3975e9f9f4c91c19920c3ac7f0d4ea30a9f (patch)
tree0e7f435ffd2b610c37d4ac8d988326aa91c1d33c /doc/bugs/Index_files_have_wrong_permissions.mdwn
parent3bb9a692f30857396233bb5f5ada436ca646d2e8 (diff)
downloadikiwiki-c790e3975e9f9f4c91c19920c3ac7f0d4ea30a9f.tar
ikiwiki-c790e3975e9f9f4c91c19920c3ac7f0d4ea30a9f.tar.gz
Diffstat (limited to 'doc/bugs/Index_files_have_wrong_permissions.mdwn')
-rw-r--r--doc/bugs/Index_files_have_wrong_permissions.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/Index_files_have_wrong_permissions.mdwn b/doc/bugs/Index_files_have_wrong_permissions.mdwn
new file mode 100644
index 000000000..94459fa08
--- /dev/null
+++ b/doc/bugs/Index_files_have_wrong_permissions.mdwn
@@ -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?