|
Re: ?SELinux Q&A after reading FAQ?
The Ubuntu distributions remove the root password and all the root prevledges are now granted through sudo. (This is the same method that OS X uses). So to add the root "su" method back just:
"sudo passwd root". Remove the quotes and the password program will prompt you for the new password twice.
I agree with shuuhen that chmod'ing the file permissions is risky. It is a good way for a hacker to replace a program with a virus or a suid program. But "iconomorphic" seemed disgruntled with the existing security.
|