From: | Christopher Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Installing PostgreSQL as "postgress" versus "root" Debate! |
Date: | 2005-01-13 17:36:12 |
Message-ID: | m3is615j03.fsf@knuth.knuth.cbbrowne.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Martha Stewart called it a Good Thing when DGoulet(at)vicr(dot)com ("Goulet, Dick") wrote:
> You may well be on the development team, but you are wrong for
> one very important reason. If the Postgresql executables are owned by
> root they execute with the priviledges of root.
Methinks you may not understand Unix permissions as well as you need
to.
Binaries only execute with the privileges of root if:
a) They are being run by the root user, or
b) They are owned by root and have the "setuid" bit set.
--
"cbbrowne","@","gmail.com"
http://cbbrowne.com/info/linux.html
Rules of the Evil Overlord #75. "I will instruct my Legions of Terror
to attack the hero en masse, instead of standing around waiting while
members break off and attack one or two at a time."
<http://www.eviloverlord.com/>
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Browne | 2005-01-13 17:40:03 | Re: Installing PostgreSQL as "postgress" versus "root" Debate! |
Previous Message | Christopher Browne | 2005-01-13 17:26:04 | Re: Installing PostgreSQL as "postgress" versus "root" Debate! |