Originally Posted by
alexosumi
Well, i just trying to do something to protect my persistence login and i found the way to do it,ex:
1. make your login with root using toor pw
2. use #passwd root to change your root password
3. enter in /etc/passwd and copy root's password hash
4. after copy root's password hash you need to put it in "/lib/live/config/0031-root-password" , just clean old hash and put the new one
5. restar and test =)
TIP:
if you and no roots login, you can edit /etc/passwd and change thw first line changing /bin/bash to /bin/false,of course if you need use root previlegies you must edit /etc/sudoers and put your regular user to use any program with root previlegies.
i hope this tips can help.