{pts/1}% sudo InteractiveBastille
Using Tk user interface module.
Only displaying questions relevant to the current configuration.
This distribution version is not yet supported!
Compilation failed in require at /usr/sbin/InteractiveBastille line 250.
{pts/1}% rpm -q Bastille
Bastille-1.2.0.rc3-0.1mdk
The reason is this line in /usr/lib/Bastille/API.pm:
foreach $supported_distro (
"RH6.0","RH6.1","RH6.2","RH7.0","MN6.0","MN6.1","MN7.0","MN7.1","MN7.2","MN8.0"
) {
that obviously does not list 8.1 version ... Is it intentional? Then it
should be removed from distribution until fixed, I guess.
-andrej