Yes, raw sockets need admin privileges, I knew that. The app I'm writing runs 
as root so that's not a problem. It runs during the %pre script stage of a 
kickstart controlled install.

On Tuesday, January 22, 2013 1:58:07 PM UTC-8, Rob Williscroft wrote:
> Try 
> 
>       s = socket.socket( socket.AF_INET, socket.SOCK_RAW )
> 
> 
> 
> I tried this on windows and it needed admin privaleges to
> 
> run.
> 
> 
> 
> Rob.
> 
> --

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to