On Tue, Feb 04, 2003 at 02:58:38AM -0500, Daniel J Walsh wrote:
Why are certain applications (ls, cp, cd) ported to use SELinux with the
standard names, while others
(spasswd, schfn) have a prefix added?
ls, ps and others are modified versions of the originals.
spasswd, and the other s* programs are wrappers around the original
tools. For various reasons, this was the only or better way of making
them SE-aware in those cases.
So they did it because it was easier to wrap the application then to
change the code, correct?