X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c790e3975e9f9f4c91c19920c3ac7f0d4ea30a9f..fe45beae71c97938f2cb067e0ec22c1c7760eacf:/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 94459fa08..7493772bd 100644 --- 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? + + -- [[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]]