From 19e8c6a44eafb0ce27164034e4d5c7244ac40678 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Feb 2003 22:36:40 +0000 Subject: have supermount back by default (at least when the security level < 4) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 0658bb12c..49e620a8b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -961,7 +961,7 @@ sub miscellaneous { } sub miscellaneousAfter { my ($o) = @_; - add2hash_ $o, { useSupermount => 0 }; + add2hash_ $o, { useSupermount => $o->{security} < 4 }; $ENV{SECURE_LEVEL} = $o->{security}; #- deprecated with chkconfig 1.3.4-2mdk, uses /etc/sysconfig/msec -- cgit v1.2.1