File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,12 @@ digraph k1_architecture {
3232 verdicts [label="verdicts"];
3333 exception_map_pathname [label="exception_map_pathname"];
3434 refcounting_session_subsystem [label="refcounting_session_subsystem"];
35+ refcounting_map_session [label="refcounting_map_session"]
36+
3537 trust_map_file2sha256 [label="trust_map_file2sha256"];
3638 }
3739
38- // User ↔ Kernel
40+ // User - Kernel
3941 cli -> users_having_sid_verdict_map;
4042 cli -> registered_uids_map;
4143 cli -> exception_map_pathname;
@@ -56,6 +58,10 @@ digraph k1_architecture {
5658 verdict_session -> verdicts;
5759 refcounting_session_subsystem -> verdict_session;
5860
61+ refcounting_session_subsystem -> refcounting_map_session;
62+ refcounting_map_session -> verdicts;
63+ refcounting_map_session -> auth_checkers;
64+
5965 // Exceptions
6066 exception_map_pathname -> verdicts;
6167
You can’t perform that action at this time.
0 commit comments