[DRE-maint] Bug#847286: closed by Pirate Praveen <praveen at debian.org> (Bug#847286: fixed in diaspora-installer 0.6.0.0+debian5)

Julian Gilbey jdg at debian.org
Sun Jan 8 17:47:09 UTC 2017


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 <praveen at debian.org>.

>    * 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!



More information about the Pkg-ruby-extras-maintainers mailing list