Posts Tagged ‘Security’

Create An RBAC Authorization To Restart a Webserver

Written on April 28th, 2010 by bisbellno shouts
One of the nice features of Sun Java Enterprise Webserver 7 is that you can have it create an SMF service for each webserver configuration.  Using this in conjunction with ...

Running BIND in a chroot jail

Written on February 23rd, 2010 by bisbellno shouts
There are two ways to create a chroot jail for BIND.  You can either use the -t option with named, or you can use /usr/sbin/chroot.  Both procedures are provided below.  ...