mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
0e21c9b0a1
Signed-off-by: B. Watson <urchlay@slackware.uk>
15 lines
657 B
Text
15 lines
657 B
Text
# Config file for SBo ipxnet startup script, by B. Watson <urchlay@slackware.uk>.
|
|
|
|
# ipxnet-system binary runs setuid nobody by default, but has the
|
|
# cap_net_bind_service capability set. This gives the ipxnet-system
|
|
# process the capability to open low-numbered ports (any port < 1024),
|
|
# which could be a security concern: if ipxnet can be exploited, the
|
|
# exploit code could listen on e.g. the ssh or http port. The alternative
|
|
# (running ipxnet with root privileges) is much worse though: the exploit
|
|
# code could do *anything* in that case.
|
|
|
|
# The official assigned port number:
|
|
IPXPORT=213
|
|
|
|
# The port number from the DOSBox examples:
|
|
# IPXPORT=19900
|