From 09ab8b630118288b3e227be86c026d1f1f27d93f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 1 Feb 2002 19:24:22 +0000 Subject: create symlink /etc/security/msec/server in security > 3 --- perl-install/install_steps.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index a2a43e6dc..25f8a0942 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -926,6 +926,10 @@ sub miscellaneousBefore { $o->{security} ||= $s{SECURITY} if exists $s{SECURITY}; $ENV{SECURE_LEVEL} = $o->{security}; + + mkdir_p("$o->{prefix}/etc/sysconfig/msec"); + symlink "server.$o->{security}", "/etc/security/msec/server" if $o->{security} > 3; + add2hash_ $o, { useSupermount => 1 && $o->{security} < 4 && arch() !~ /sparc/ && !$::corporate }; add2hash_($o->{miscellaneous} ||= {}, { numlock => !$o->{pcmcia} }); -- cgit v1.2.1