On Sat, 2003-09-27 at 08:47, Kaare Rasmussen wrote: > > Temporarily set permissions at restart: > > interchange -r SocketPerms=666 > > This is more unsecure than should be necessary. I'd like it to be only the > specific user and group that are allowed access to the socket. It's a hack, but here's what I do. This is a script I call "start" and I use it in place of the Interchange restart script. #!/bin/sh ic="/opt/interchange" su -f -c $ic/bin/restart ichange chmod 0660 $ic/etc/socket chmod 0770 $ic/etc/socket.ipc chown ichange:httpd $ic/etc/socket $ic/etc/socket.ipc -- +---------------------------------------------------+ ^__^ | Shane DeRidder suppressed | . (oo)\_______ | Dir. Network Engineering http://silicondairy.net/ | o (__)\ )\/\ | Silicon Dairy, LLC. 802.846.4433 x101 | 0 ||----w | +---------------------------------------------------+ || || _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.