davidjharder On a system using moss, what happens if a user tries to move an executable by hand into /usr/bin? Presumably the executable gets wiped out by the next moss install?
Right now, I imagine that the binary would stay within the corresponding transaction directory in /.moss/root/${transactionID}/
.
In the future, we're looking at ensuring that everything under /usr
(/usr/local
will be a symlink to somewhere under /var
probably) will be protected (= read-only, except to moss & friends) such that you cannot write to it, even as root in "normal use".
HTH