On Mon, Dec 14, 2015 at 10:25 AM, One Thousand GnomesAgreed, if someone is able to hook into early boot such that they can start their own version of a regular system daemon, then either:
<gnomes@xxxxxxxxxxxxxxxxxxx> wrote:
Is there disagreement on my views or points?
Yes 8)
You don't really want someone racing you to set up a fake ssh service on
your system to steal all the passwords do you ?
Alan
Hasn't been a problem yet, for me. I use security layers/frameworks
when applicable and I want such protections.
This is well worth considering, and it's also worth pointing out that those ports have come into common use _exactly because of this security feature_.
Further if starting from any [decent] init system, the right sshd
should start, bind, and go daemon before any fake ssh service can be
started by a user, meaning no race condition - you might point out
though if the program crashes, the same unsafe pickle exists. Of
course we've already went down the road of a compromised system,
there's probably bigger problems in such a scenario. We've got higher
number "standard" ports these days which aren't offered protection on
this range too, 8080 comes to mind - nmap sure makes use of them.
IMHO, requiring someone to be using a generic LSM for something like this is not a good idea, unless it's implemented as it's own LSM which can be stacked with modules that don't include this functionality (or used by people who don't want all the complexity and administrative overhead that SELinux and other MAC systems bring).
Perhaps lets consider this in another way if it is strongly held that
this is worth while in the default configuration: can it default off
in the context of selinux / other security frameworks (preferably
based on their detection and/or controllably settable at runtime)?
Those allow more powerful and finer grain control and don't need this
to be there as they already provide auditing on what operations and
port numbers should be allowed by what programs.
Or how about letting port number concerns be handled by those security
frameworks all together considering it is limited security?