On Fri, Dec 30, 2016 at 03:36:05PM +0000, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the diaspora-installer package:
>
> #847286: diaspora-installer: installs world-writable files under
> /usr/share/diaspora/vendor/bundle/ruby/2.3.0/gems
>
> It has been closed by Pirate Praveen <[email protected]>.
> * Properly set permissions for gems installed by bundler (Closes: #847286)
Hi Private,
I notice that you've fixed this by doing:
su diaspora -s /bin/sh -c "find vendor/bundle -type f -exec chmod ga-w {} \;"
I think you meant 'chmod go-w' here rather than 'ga-w'. Incidentally,
the simpler command:
chmod -R go-w vendor/bundle
suffices for this task!
Best wishes,
Julian
P.S. I did manage to get the config setup so that I could actually
install it! Yay!