[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] owm and suid perl on qube 3



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)