Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into debian-jessie-backports
[git.ikiwiki.info.git]
/
doc
/
bugs
/
Index_files_have_wrong_permissions.mdwn
diff --git
a/doc/bugs/Index_files_have_wrong_permissions.mdwn
b/doc/bugs/Index_files_have_wrong_permissions.mdwn
index 94459fa084396a3ee89a7a0047511866517f4aa2..7493772bdf2cfc4d5aa73d3254efd5aed1f63f50 100644
(file)
--- a/
doc/bugs/Index_files_have_wrong_permissions.mdwn
+++ b/
doc/bugs/Index_files_have_wrong_permissions.mdwn
@@
-5,3
+5,10
@@
ikiwiki has files that are not group-readable:
-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?
-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?
+
+ -- [[JosephTurian]]
+
+> My index files have the correct permissions. Have you tried setting 'umask => 022' in your ikiwiki.setup file?
+> -- [[HenrikBrixAndersen]]
+
+> > Thanks Henrik, that worked. Bug is [[bugs/done]]. -- [[JosephTurian]]