Plugin/RunCommand: clarify that plugin is not autoloaded by default

This commit is contained in:
Pragmatic Software 2021-07-25 21:23:55 -07:00
parent ecdd914b37
commit a4ad219ff1
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,8 @@
#
# WARNING: The `runcmd` command will allow a user to run any command on your
# system. Do not give out the `can-runcmd` capability to anyone you do not
# absolutely trust 100%.
# absolutely trust 100%. This Plugin is not added to data/plugin_autoload by
# default. Load at your own risk.
#
# Consider instead making a locked-down factalias; i.e.:
#
@ -17,7 +18,6 @@
# itself has permission to use `runcmd` regardless of whether the user has the
# `can-runcmd` capability.
# SPDX-FileCopyrightText: 2021 Pragmatic Software <pragma78@gmail.com>
# SPDX-License-Identifier: MIT