Exact step that i followed to jail bind user in ubuntu12.04.You can use following steps for almost any debian system.To known more about what is jailing ?? go to this link . To known more about how to break a jail follow this link echo "/named/jail is our jail directory" echo "inside it create a linux filesystem environment" ls -l cd dev mknod null c 1 3 mknod zero c 1 5 mknod random c 1 8 ls -lk clear cd .. cd /etc/ ls -l cd /named/jail/ cd etc ls -l echo"move bind folder from /etc/bind to /named/jail/etc/bind" echo "move bind folder from /etc/bind to /named/jail/etc/bind" clear nano /etc/default/bind9 clear ls -l cd bind/ ls -l /etc/init.d/bind9 restart echo "it didnt started...lets troubleshoot" cat /var/log/syslog | tail -30 /etc/init.d/
Security Beyond Compare ..