summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-10 16:11:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:47 +0100
commit69b29a0c0d5bfddff5c6723ac80c0f6967550900 (patch)
treec2b180f3fea5010fbe848bdc9fa359116ef0126b /libbsd.txt
parentUse default PID value for all process identifiers (diff)
downloadrtems-libbsd-69b29a0c0d5bfddff5c6723ac80c0f6967550900.tar.bz2
Disable user credentials and use default values
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index ee137e62..7d6a5c2e 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -56,6 +56,14 @@ the current Git submodule commit is this
* Process identifiers are not supported. Every PID value is set to zero
(= BSD_DEFAULT_PID).
+* User credentials are not supported. The following functions allow the
+ operation for everyone
+ - prison_equal_ip4(),
+ - chgsbsize(),
+ - cr_cansee(),
+ - cr_canseesocket() and
+ - cr_canseeinpcb().
+
* Sebastian Huber and Joel Sherrill discussed the need for a a basic USB
functionality test that is known to work on qemu pc.