Comment Re:Why is this a good thing? (Score 1) 314
BSD has something called immutable file flags. Most binaries will have the noschg flag set and the kernel securelevel raised so that no-one (not even root) can alter the file. The only way it can be done is by dropping the securelevel in single user mode at the console. What you describe is not an issue.