|
|
|
|
|
by matthews2
1411 days ago
|
|
FreeBSD has the concept of a 'security level'. You can increase it at runtime, which disables more functionality, but you can't decrease it without a reboot. At security level 1, the immutable and append only attributes on files can't be removed, so even chattr -i would be useless. |
|
You could literally hand out root shell to people, and they wouldn’t be able to make much mess out of it.
There are SELinux policies to prevent disabling selinux too, of course.
You probably wouldn’t even need chattr.