[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] owm and suid perl on qube 3
- Subject: [cobalt-users] owm and suid perl on qube 3
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Wed Sep 24 20:05:01 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
does the whole perl thing have to be suid, or could you do something crufty
like change permissions and ownership of the relevant owm bits:
chmod 4711 foo.cgi
chown root foo.cgi
??
that would give it -rws--x--x for permissions... dunno how that would work
with cgiwrap though...
(i suggest this hack having never even looked at how owm is set up, etc, so
feel free to ignore me if i'm way off base)