mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Replace confusing references to uIP with just 'the network'
This commit is contained in:
@@ -599,6 +599,12 @@ o Kernel/Protected Build
|
||||
For a truly secure system. Privileges need to be checked in
|
||||
every interface that permits one thread to modify the
|
||||
properties of another thread.
|
||||
|
||||
NOTE: It would be a simple matter to simply disable user
|
||||
threads from modifying privileged threads. However, you
|
||||
might also want to be able to modify privileged threads from
|
||||
user tasks with certain permissions. Permissions is a much
|
||||
more complex issue.
|
||||
Status: Open
|
||||
Priority: Low for most embedded systems but would be a critical need if
|
||||
NuttX were used in a secure system.
|
||||
|
||||
Reference in New Issue
Block a user