If you are running mongrel then all of your apps code outside of
public can be locked down to just the user that mongrel runs as.
Thanks much for that info. Does that change when I stop / start
mongrel?
Like its pid? Or is it a constant? In any event, I assume that mongrel
is
at least part of the Group, so I can get started on changing all the
Public
permissions anyway. Thanks!
Exactly the kind of thing I imagined myself doing, and why I asked here
before I dug myself into a hole Thanks.
Bill
----- Original Message -----
From: Russell N.
To: [email protected]
Sent: Tuesday, March 27, 2007 10:51 AM
Subject: [Rails] Re: File permissions for Rails app - how much can I
lock it down?
Wouldn’t you want log to be an exception? I just this weekend locked
my username out of a logfile created by my app and had to read it as
root. Heh.
Hi Ezra,
Ezra Z. wrote:
> If you are running mongrel then all of your apps code outside of
> public can be locked down to just the user that mongrel runs as.
Thanks much for that info. Does that change when I stop / start
mongrel?
Like its pid? Or is it a constant? In any event, I assume that
mongrel is
at least part of the Group, so I can get started on changing all the
Public
permissions anyway. Thanks!