feat(daemon): add polkit authorizer with permissive + system modes

This commit is contained in:
michael
2026-04-26 20:49:21 -07:00
parent 0dec2a1236
commit df22358051
2 changed files with 81 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
use anyhow::Result;
use tracing::info;
mod polkit;
mod state;
#[tokio::main]