Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BIND CHROOT JAIL - How to REMOVE CHROOT JAIL 1

Status
Not open for further replies.

F1lby

MIS
Oct 1, 2001
472
0
0
GB
Hi,
I'm running BIND 9.5 in Fedora 9.
I wish to remove the CHROOT jail from Bind so Bind is now free.
I'm no Linux guru so am struggling to find a way to remove the CHROOT jail for Bind without doing anything destructive.

I've got a developer who needs to allow Bind to 'talk' to other areas of the file system, and currently it can't do this.
Security is not an issue since this is only a development to be used in-house.

Kindest Regards

Phil B
 
try removing bind chroot

Code:
rpm -e bind-chroot

/etc/init.d/named restart

not sure if there is any other config to do but i don't think so.

If you remove the chroot jail all zones and other config files will have to belong to root in order for bind to work.

QatQat


If I could have sex each time I reboot my server, I would definitely prefer Windoz over Linux!
 
FANTASTIC!

I also ran setenforce 0 before executing rpm -e bind-chroot.

setenforce 0 didn't have any effect on its own. I'm not sure if it helped with your solution.

Either way, the jail breakout has been a success and Bind is now merrily writing logs!!!

Kindest Regards and Many Thanks

Phil B


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top