feat: 添加加密凭据恢复与 Windows 会话撤销

This commit is contained in:
2026-09-08 14:46:30 +08:00
parent 0d225f308f
commit 3439d1fe3f
14 changed files with 564 additions and 56 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-credentials-backup"
description = "Enables the credentials_backup command without any pre-configured scope."
commands.allow = ["credentials_backup"]
[[permission]]
identifier = "deny-credentials-backup"
description = "Denies the credentials_backup command without any pre-configured scope."
commands.deny = ["credentials_backup"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-credentials-restore"
description = "Enables the credentials_restore command without any pre-configured scope."
commands.allow = ["credentials_restore"]
[[permission]]
identifier = "deny-credentials-restore"
description = "Denies the credentials_restore command without any pre-configured scope."
commands.deny = ["credentials_restore"]