

InterviewSolution
Saved Bookmarks
1. |
Solve : How to avoid overwrite the passwd and shadow file? |
Answer» Dear All, I want to avoid someone to overwrite the shadow when log on as root You can't. root is omnipotent, by definition.Oh! I want to aviod two root users to edit the /etc/passwd , I don't want to set the acl to complicate the permission on the file. I think your best bet is going to be to set up other administrative users and maybe even prevent root from logging on (other than at the console?). I assume you're thinking of SELinux's capabilities - there are some GOOD walkthroughs >here<. |
|