mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
3052f16def
This adds a new sub-package for the optional Python plugin support, which can be disabled via the no_python pseudo-flavor. Thanks to sthen@ and ajacoutot@ for their help.
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
The sudo Python plugin can be used to write sudo 1.9 plugins in
|
|
Python instead of C. The API closely follows the C sudo plugin API
|
|
described by sudo_plugin(5).
|