feat: 添加加密凭据恢复与 Windows 会话撤销
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user