-
-
Notifications
You must be signed in to change notification settings - Fork 9
Architecture
Pier edited this page Dec 9, 2025
·
16 revisions
This page is to explain the architecture of Sysd Manager.
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
** Test
flowchart TD
A[SysD Manager] <--> D{need privilege elevation}
D <--> |No| G(SystemManager)
D <--> |Yes| B[proxy]
B <--> G