unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* 0.93.0 gem bug report: permissions snafu
@ 2009-10-02 23:54 Jay Reitz
  2009-10-03  1:23 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Reitz @ 2009-10-02 23:54 UTC (permalink / raw)
  To: mongrel-unicorn

Hey all-

I'm not embarrassed to say that I love the unicorn, no matter how
weird that sounds.  When I first read the README, my hopes soared
because the philosophy was exactly in line with how I'd imagined a
ruby application server should behave.  And so far I have been pleased
with our initial results on a portion of traffic in production.

I found some permissions issues with the 0.93.0 gem release.  In
short, the installed permissions are excessively strict and incorrect.
 The following files have the mode 700 rather than the correct 755
mode:
lib/unicorn.rb
lib/unicorn/configurator.rb
lib/unicorn/http_request.rb
lib/unicorn/http_response.rb
lib/unicorn/socket_helper.rb

This prevents unicorn from being started by a non-super user, as many
people are wont to do.  There are also a smattering of document files
and the gemspec with incorrect permissions but this it less of an
issue.

Thanks again and I've subscribed to the mailing list.
>j.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 0.93.0 gem bug report: permissions snafu
  2009-10-02 23:54 0.93.0 gem bug report: permissions snafu Jay Reitz
@ 2009-10-03  1:23 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2009-10-03  1:23 UTC (permalink / raw)
  To: Jay Reitz; +Cc: mongrel-unicorn

Jay Reitz <jreitz@gmail.com> wrote:
> I found some permissions issues with the 0.93.0 gem release.  In
> short, the installed permissions are excessively strict and incorrect.
>  The following files have the mode 700 rather than the correct 755
> mode:

> This prevents unicorn from being started by a non-super user, as many
> people are wont to do.  There are also a smattering of document files
> and the gemspec with incorrect permissions but this it less of an
> issue.

Oops, I just uploaded v0.93.1 which should fix this.  Huge thanks for
reporting this (and using Unicorn :)   I never would've noticed
as all my Ruby and Gem installations are done as regular users

-- 
Eric Wong

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-03  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-02 23:54 0.93.0 gem bug report: permissions snafu Jay Reitz
2009-10-03  1:23 ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).