Implement user login logging
build-windows / build-hello-agent-x64 (push) Successful in 4m56s
build-windows / sign-hello-agent-x64 (push) Successful in 5s
build-windows / validate-hello-agent-x64 (push) Successful in 6s

This commit is contained in:
2026-05-22 20:07:25 +02:00
parent 6bdf1058fa
commit f868efa432
5 changed files with 627 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ mod inventory;
mod cm_popup;
#[cfg(target_os = "windows")]
mod exec;
mod login_events;
#[cfg(target_os = "windows")]
mod service;
#[cfg(target_os = "windows")]