Skip to content

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]
Loading

** Test

flowchart TD   
    A[SysD Manager] <--> D{need privilege elevation}
    D <--> |No| G(SystemManager)
    D <--> |Yes| B[proxy]   
    B <--> G 
Loading

Clone this wiki locally