Update WorkItems. Try adding svg diagram

John Johansen 2019-11-01 23:24:12 -07:00
parent d63b310ec7
commit 6093c549ce
2 changed files with 506 additions and 2 deletions

@ -46,7 +46,13 @@ For a list of improvements and extensions to AppArmor see the [development roadm
### Dependencies
```mermaid
<!--
Use mermaid live editor to rerender dependency graph
https://mermaidjs.github.io/mermaid-live-editor/
graph TB
subgraph "Prompting Dependencies"
Prompting[Prompting] --> KernelWork[Base Kernel Changes]
@ -102,7 +108,11 @@ graph TB
AuditCache --> AuditObject[Audit Record allocation]
AuditObject --> AuditStack[AuditRecordOffStack]
end
```
-->
![Dependency Graph for Prompting WorkItem](img/prompting-dependencies.svg "Prompting Dependencies")
### Work Items
- [x] `JJ`: Rework Kernel locking to support prompting and realtime

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB