Thread
:
How to disable root access?
View Single Post
smage
2009-12-09 , 07:30
Posts: 108 | Thanked: 44 times | Joined on Nov 2009 @ Como, Italy
#
17
The two files are identical.
Their content is below:
#!bin/sh
#From Andrey Gubarev easyroot
trap exit SIGHUP SIGINT SIGTERM
PATH=/bin:/usr/bin:/sbin:/usr/sbin
if [ "$1" = "--use-su" ]
then
exec su -
else
echo "Root shell enabled"
/bin/sh
fi
__________________
computer 1st, phone 2nd
Last edited by smage; 2009-12-09 at
07:37
.
Quote & Reply
|
smage
View Public Profile
Send a private message to smage
Find all posts by smage