1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/shell/doc: Shell access is root access

This commit is contained in:
chrysn 2024-04-05 20:25:36 +02:00
parent f16761892b
commit df6256876c

View File

@ -11,6 +11,14 @@
* @ingroup sys
* @brief Simple shell interpreter
*
* ## Security expectations
*
* Access to the shell grants access to the system that may exercise any power
* the firmware can exercise. While some commands only provide limited access
* to the system, and it is best practice for commands to validate their input,
* there is no expectation of security of the system when an attacker gains
* access to the shell.
*
* @{
*
* @file