mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update WorkItems
parent
b5c22598a2
commit
1cd59c9d85
1 changed files with 5 additions and 5 deletions
10
WorkItems.md
10
WorkItems.md
|
@ -307,11 +307,11 @@ Most work items cover more than one section of the stack, however there are seve
|
|||
```mermaid
|
||||
graph TD
|
||||
|
||||
A -> B
|
||||
A -> D
|
||||
B -> C
|
||||
B -> D
|
||||
C -> F
|
||||
A --> B;
|
||||
A --help--> D;
|
||||
B --> C;
|
||||
B --> D;
|
||||
C --> F;
|
||||
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue