* Non-root IPX
@ 2002-02-17 5:02 Nix N. Nix
2002-02-18 19:37 ` Alan Cox
2002-02-18 20:19 ` Richard B. Johnson
0 siblings, 2 replies; 4+ messages in thread
From: Nix N. Nix @ 2002-02-17 5:02 UTC (permalink / raw)
To: acme; +Cc: linux-kernel
>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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Non-root IPX
@ 2002-02-18 2:32 Nix N. Nix
0 siblings, 0 replies; 4+ messages in thread
From: Nix N. Nix @ 2002-02-18 2:32 UTC (permalink / raw)
To: acme; +Cc: linux-kernel
This might be a dupe - sorry.
>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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Non-root IPX
2002-02-17 5:02 Non-root IPX Nix N. Nix
@ 2002-02-18 19:37 ` Alan Cox
2002-02-18 20:19 ` Richard B. Johnson
1 sibling, 0 replies; 4+ messages in thread
From: Alan Cox @ 2002-02-18 19:37 UTC (permalink / raw)
To: Nix N. Nix; +Cc: acme, linux-kernel
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Non-root IPX
2002-02-17 5:02 Non-root IPX Nix N. Nix
2002-02-18 19:37 ` Alan Cox
@ 2002-02-18 20:19 ` Richard B. Johnson
1 sibling, 0 replies; 4+ messages in thread
From: Richard B. Johnson @ 2002-02-18 20:19 UTC (permalink / raw)
To: Nix N. Nix; +Cc: acme, linux-kernel
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-02-18 20:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-17 5:02 Non-root IPX Nix N. Nix
2002-02-18 19:37 ` Alan Cox
2002-02-18 20:19 ` Richard B. Johnson
-- strict thread matches above, loose matches on Subject: below --
2002-02-18 2:32 Nix N. Nix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox