The sample plugin is now built by default to avoid bit rot.

GitHub issue #234.
This commit is contained in:
Todd C. Miller
2023-01-19 07:38:51 -07:00
parent 4f9da47e55
commit e3583e01b8

View File

@@ -1,10 +1,9 @@
This is a sample sudo policy plugin. See the sudo_plugin manual for This is a sample sudo policy plugin. See the sudo_plugin manual for
information on writing your own plugin. information on writing your own plugin.
The sample policy plugin is not built or installed by default. To The sample policy plugin is not installed by default. It can be installed
build and install the plugin, change to the plugins/sample directory by running "make install" as the superuser from the plugins/sample
and run "make". It can be installed by running "make install" as directory.
the superuser from the same directory.
To actually use the sample plugin, you'll need to modify the To actually use the sample plugin, you'll need to modify the
/etc/sudo.conf file. Caution: you should not make changes to /etc/sudo.conf file. Caution: you should not make changes to