2002-02-17 05:03:23

by Nix N. Nix

[permalink] [raw]
Subject: Non-root IPX


>From Transgaming (makers of WineX):

> The problem is not WineX, it's the Linux kernel, it only allows root
> to create IPX sockets. Probably something to do with security, but I
> don't know what.

Is this true ? If so, what can I do to allow regular users to make IPX
sockets ? Is that a wise thing to do ? I'm interested in running a
Windows game (Starcraft) as a normal user. WineX has gotten to the
point where that is possible, minus IPX.


Thanks for your help.


2002-02-18 19:27:50

by Alan

[permalink] [raw]
Subject: Re: Non-root IPX

> Is this true ? If so, what can I do to allow regular users to make IPX
> sockets ? Is that a wise thing to do ? I'm interested in running a
> Windows game (Starcraft) as a normal user. WineX has gotten to the
> point where that is possible, minus IPX.

IPX sockets can be created by normal users. Server range sockets cannot
(as with most other non toy OS's). You need the right capabilities for
that. You can use a setuid helper to an app if its an issue, or just keep
the right capabiltiy bit

2002-02-18 20:16:50

by Richard B. Johnson

[permalink] [raw]
Subject: Re: Non-root IPX

On 17 Feb 2002, Nix N. Nix wrote:

>
> >From Transgaming (makers of WineX):
>
> > The problem is not WineX, it's the Linux kernel, it only allows root
> > to create IPX sockets. Probably something to do with security, but I
> > don't know what.
>
> Is this true ? If so, what can I do to allow regular users to make IPX
> sockets ? Is that a wise thing to do ? I'm interested in running a
> Windows game (Starcraft) as a normal user. WineX has gotten to the
> point where that is possible, minus IPX.
>
>
> Thanks for your help.
>

Normal users can create and use IPX sockets. They just can't make
'servers'. If normal users need to make servers, make the executible
suid, get the code root privs for an instant, then revert
back. Warning. A network server of any kind can be exploited. At
the very least, it can be used for DOS attacks.


Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (797.90 BogoMips).

I was going to compile a list of innovations that could be
attributed to Microsoft. Once I realized that Ctrl-Alt-Del
was handled in the BIOS, I found that there aren't any.