diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-02-22 16:53:28 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-02-22 17:02:57 +0100 |
commit | 92a64861173ebbb6fbf108e72ecd9affd2a9832e (patch) | |
tree | 4607a27ed4b83ef123ba79ccd9d48b376173c643 /src | |
parent | [#1657] addressed comments (diff) | |
download | kea-92a64861173ebbb6fbf108e72ecd9affd2a9832e.tar.xz kea-92a64861173ebbb6fbf108e72ecd9affd2a9832e.zip |
[#1657] added note about security regarding the executed script
Diffstat (limited to 'src')
-rw-r--r-- | src/hooks/dhcp/run_script/run_script.dox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hooks/dhcp/run_script/run_script.dox b/src/hooks/dhcp/run_script/run_script.dox index c76300f2ac..ce29507e83 100644 --- a/src/hooks/dhcp/run_script/run_script.dox +++ b/src/hooks/dhcp/run_script/run_script.dox @@ -72,6 +72,9 @@ to wait synchronously for the script to finish execution. If the 'sync' parameter is false, then the script will be launched and Kea will not wait for the execution to finish, causing all the OUT parameters of the script (including next step) to be ignored. + +The script inherits all privileges from the server which calls it. + Currently the functionality underneath 'sync' parameter is not implemented and enabling synchronous calls to external script is not supported. |