diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 7df987faf..9f861bf00 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -796,18 +796,4 @@ sub runlevel { } } -sub set_security_level { - my ($prefix, $security) = @_; - - my %bastille_levels = ( - 2 => "Lax", - 3 => "Moderate", - 4 => "Paranoia", - ); - eval { - commands::cp("-f", "$prefix/usr/share/Bastille/Workstation" . $bastille_levels{$security} . ".config", "$prefix/etc/Bastille/config"); - run_program::rooted($prefix, "/usr/sbin/BastilleBackEnd"); - } -} - 1; |