summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-03-03 21:46:02 +0100
committerKay Sievers <kay@vrfy.org>2014-03-03 22:24:55 +0100
commita2813c536c05d12dd54f2fe2937573404faa119e (patch)
treef1d3c45a25b64e22cd3c22c9d0480299f61b6278 /TODO
parent45c10dc6c82d0b9d234d471c1ff1f11829d9e594 (diff)
downloadkdbus-bus-a2813c536c05d12dd54f2fe2937573404faa119e.tar.gz
kdbus-bus-a2813c536c05d12dd54f2fe2937573404faa119e.tar.bz2
kdbus-bus-a2813c536c05d12dd54f2fe2937573404faa119e.zip
add message queue quota for individual users
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 3 insertions, 11 deletions
diff --git a/TODO b/TODO
index bd580eb57d3..2e3ee118605 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,7 @@ Features:
be sure it works with old kernels when we update userspace tools
- make sure that our domain/kuid/pidns creds passing/deny logic
- is what we want in the long run, interaction with userns?
+ based on the PID namespace is what we need; interaction with userns?
- use/prepare for something like this to manage the pool backing shmemfd:
https://git.kernel.org/cgit/linux/kernel/git/minchan/linux.git/commit/?h=vrange-v10-rc5&id=0b40a69d4c5d9eb13352fd357d73a5fab3ee699d
@@ -26,21 +26,13 @@ Features:
- also attach queued names to message metadata?
- - account and limit number of messages one user can have in-flight
- when talking to all other users:
- - users should not be able to fill up the receive queues of
- other users
- - users which do not read their messages should not cause the
- sending budget of other users to reach their limit
-
- support the creation of anonymous buses?
- actually return compatible/incompatible flags to users
+ - test message budget limits
+
External API:
- rules for:
-unknown items to ignore in userspace lib?
-unknown items to ignore if SEND sees them?
-
- - review all different structures of custom ioctls and items if they
- can be further unified