Monday, November 30, 2009

Bastille

I was looking for documentation on how to secure a debian server and found out those links:

* http://todeathwithasmile.blogspot.com/2009/06/bastille-and-debian-5-aka-lenny.html

Which leads to :

* http://www.linode.com/forums/viewtopic.php?p=20446

So on my debian 5.0 system, I had to install the testing for bastille:

$ sudo apt-get install -t testing bastille

which leads to:

$ apt-cache policy bastille
bastille:
Installed: 1:3.0.9-12
Candidate: 1:3.0.9-12
Version table:
*** 1:3.0.9-12 0
200 http://ftp.fr.debian.org testing/main Packages
100 http://ftp.fr.debian.org unstable/main Packages
100 /var/lib/dpkg/status
1:2.1.1-19 0
500 http://ftp.fr.debian.org lenny/main Packages


Now to get is working with X interface, you have to:

$ sudo su -
$ InteractiveBastille

If you get an error for Tk.pm you stimply need to:

$ apt-get install perl-tk

Cheers !

No comments: