From 51e511281754e3b9ae3c73b3df67b74fc11ca3c0 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 29 Apr 2014 15:40:56 -0400 Subject: Fix call-time pass-by-reference in sudo, bump --- config/sudo/sudo.inc | 2 +- config/sudo/sudo.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config/sudo') diff --git a/config/sudo/sudo.inc b/config/sudo/sudo.inc index 5ffa14c3..68cf4a00 100644 --- a/config/sudo/sudo.inc +++ b/config/sudo/sudo.inc @@ -165,7 +165,7 @@ function sudo_get_users($list_all_user = false) { /* Make sure commands passed in are valid executables to help ensure a valid sudoers file and expected behavior. This also forces the user to give full paths to executables, which they should be doing anyhow. */ -function sudo_validate_commands($input_errors) { +function sudo_validate_commands(&$input_errors) { $idx = 0; while(isset($_POST["cmdlist{$idx}"])) { $commands = $_POST["cmdlist" . $idx++]; diff --git a/config/sudo/sudo.xml b/config/sudo/sudo.xml index 16fc272b..2fccab24 100644 --- a/config/sudo/sudo.xml +++ b/config/sudo/sudo.xml @@ -3,7 +3,7 @@ Sudo Command Control None sudo - 0.2 + 0.2.1 Sudo - Shell Command Privilege Delegation Utility /usr/local/pkg/sudo.inc @@ -83,7 +83,7 @@ User permission definitions for allowing the use of sudo by shell users to run c -- cgit v1.2.3