From b2e754021d37c983b53df50c0c4ca940cc26430f Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 11:25:05 +0100 Subject: Add privileges configuration to sudo package Improve some descriptions while here. --- config/sudo/sudo.xml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/config/sudo/sudo.xml b/config/sudo/sudo.xml index 6124a641..de17f372 100644 --- a/config/sudo/sudo.xml +++ b/config/sudo/sudo.xml @@ -1,4 +1,6 @@ + + Sudo Command Control None sudo - 0.2.7 + 0.2.6 Sudo - Shell Command Privilege Delegation Utility /usr/local/pkg/sudo.inc @@ -56,6 +58,10 @@ /usr/local/pkg/ https://packages.pfsense.org/packages/config/sudo/sudo.inc + + /etc/inc/priv/ + https://packages.pfsense.org/packages/config/sudo/sudo.priv.inc + listtopic @@ -63,11 +69,14 @@ info -
More information on the full command options may be found in the sudoers manual. -

By default the command is "ALL" meaning the user can run any commands. Leaving the commands field blank assumes "ALL". A comma-separated list of commands can be supplied to limit the user to individual binaries. Full paths to binaries must be used. - ]]>
+ +
+ More information on the full command options may be found in the sudoers manual.

+ By default the command is "ALL" meaning the user can run any commands. Leaving the commands field blank assumes "ALL".

+ A comma-separated list of commands can be supplied to limit the user to individual binaries. Full paths to binaries must be used. + ]]> +
User Permissions @@ -100,7 +109,7 @@ User permission definitions for allowing the use of sudo by shell users to run c Command List cmdlist - Commands the user may run. Comma-separated list, full paths preferred. Default: ALL + Commands the user may run. Comma-separated list, full paths required. Default: ALL input 30 ALL -- cgit v1.2.3 From 906c8bff3c45bfd16268bb2439489fa7b008ca96 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 11:31:50 +0100 Subject: Add privileges configuration to sudo package --- config/sudo/sudo.priv.inc | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config/sudo/sudo.priv.inc diff --git a/config/sudo/sudo.priv.inc b/config/sudo/sudo.priv.inc new file mode 100644 index 00000000..01cb2224 --- /dev/null +++ b/config/sudo/sudo.priv.inc @@ -0,0 +1,38 @@ + -- cgit v1.2.3 From 140c82a9024fbc97db0d4f9419b23185520ab624 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 11:32:48 +0100 Subject: Bump sudo package version --- pkg_config.10.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 7775d4b1..685b2c2e 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1624,7 +1624,7 @@ sudo allows delegation of privileges to users in the shell so commands can be run as other users, such as root. http://www.sudo.ws/ Security - 0.2.7 + 0.2.8 Beta 2.2 https://packages.pfsense.org/packages/config/sudo/sudo.xml -- cgit v1.2.3 From 4202d5e46d6f9eb1c9aacd3c82eb620feffc5917 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 11:33:37 +0100 Subject: Bump sudo package version --- pkg_config.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 757738d7..02f54c48 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1732,7 +1732,7 @@ https://doc.pfsense.org/index.php/Sudo_Package Security - 0.2.3 + 0.2.8 Beta 2.0.2 https://packages.pfsense.org/packages/config/sudo/sudo.xml -- cgit v1.2.3 From bc13e3622d1eef85148cea20c7340da8a91d7942 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 11:34:08 +0100 Subject: Bump sudo package version --- pkg_config.8.xml.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 380225e2..7182469a 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1719,7 +1719,7 @@ https://doc.pfsense.org/index.php/Sudo_Package Security - 0.2.3 + 0.2.8 Beta 2.0.2 https://packages.pfsense.org/packages/config/sudo/sudo.xml -- cgit v1.2.3 From 005afcec41944525dd77b60d683a711e9c0bd568 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 11:36:52 +0100 Subject: Bump sudo package version --- config/sudo/sudo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sudo/sudo.xml b/config/sudo/sudo.xml index de17f372..e2b92cf1 100644 --- a/config/sudo/sudo.xml +++ b/config/sudo/sudo.xml @@ -44,7 +44,7 @@ Sudo Command Control None sudo - 0.2.6 + 0.2.8 Sudo - Shell Command Privilege Delegation Utility /usr/local/pkg/sudo.inc -- cgit v1.2.3