From 8daf37cc2e5daf23836cd543b2cc3acc3f9bac95 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Wed, 16 Oct 2019 05:15:19 +0000 Subject: [PATCH] Update WorkItems --- WorkItems.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/WorkItems.md b/WorkItems.md index cb00e3d..0230f09 100644 --- a/WorkItems.md +++ b/WorkItems.md @@ -306,8 +306,10 @@ Most work items cover more than one section of the stack, however there are seve ```mermaid graph TD; - A --> B; - A --> D; + Prompting --> Prompting Kernel Work; + Prompting --> Parser; + Prompting --> libapparmor api; + Prompting --> libapparmor audit parsing; B --> C; B --> D; C --> F; @@ -481,7 +483,6 @@ graph TD; - allocate unique id for each message diverted to userspace - add messages to cache so we can dedup -- prompting