Hello,
In looking to remove things, say ftpd(8), which are, in some cases, unneeded and potentially risky, security(7) suggests
I also wonder what might happen when such a file needs an update via
Thanks,
-bg
In looking to remove things, say ftpd(8), which are, in some cases, unneeded and potentially risky, security(7) suggests
chmod 000 on such files, which is totally reasonable, but I was wondering why one wouldn't just rm such binaries altogether? (Provided you knew on that particular install that you would never ever need it). I also wonder what might happen when such a file needs an update via
freebsd-update under either scenario. Since the immutable flag is not set, freebsd-update would presumably still update a 000 permissions file, but would a deleted file simply be replaced and set with default permissions by freebsd-update?Thanks,
-bg