Fix $selinux_context re-initialization

This commit is contained in:
Patrick Van der Veken 2015-09-09 09:20:03 +02:00
parent d1f0944971
commit b055b03471

View File

@ -57,7 +57,7 @@ my ($debug, $verbose, $preview, $global, $use_fqdn) = (0,0,0,0,0);
my (@config_files, $fragments_dir, $visudo_bin, $immutable_self_file, $immutable_self_cmd);
my (%options, @uname, %aliases, %frags, @grants);
my ($os, $host, $hostname, $run_dir);
my ($selinux_status, $selinux_context, $has_selinux) = ("","",0);
my ($selinux_status, $has_selinux) = ("",0);
$|++;