From b055b03471dba9d9f235cab56f8d9983b10dd658 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 9 Sep 2015 09:20:03 +0200 Subject: [PATCH] Fix $selinux_context re-initialization --- update_sudo.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_sudo.pl b/update_sudo.pl index 3c2f4f7..4179019 100644 --- a/update_sudo.pl +++ b/update_sudo.pl @@ -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); $|++;