From e3583e01b84ea65b9cda60a87e9d1c40b90b2a21 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 19 Jan 2023 07:38:51 -0700 Subject: [PATCH] The sample plugin is now built by default to avoid bit rot. GitHub issue #234. --- plugins/sample/README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/sample/README b/plugins/sample/README index 45c2b78cb..dbd92cd0b 100644 --- a/plugins/sample/README +++ b/plugins/sample/README @@ -1,10 +1,9 @@ This is a sample sudo policy plugin. See the sudo_plugin manual for information on writing your own plugin. -The sample policy plugin is not built or installed by default. To -build and install the plugin, change to the plugins/sample directory -and run "make". It can be installed by running "make install" as -the superuser from the same directory. +The sample policy plugin is not installed by default. It can be installed +by running "make install" as the superuser from the plugins/sample +directory. To actually use the sample plugin, you'll need to modify the /etc/sudo.conf file. Caution: you should not make changes to