security(jd): add persona-only SSH closure actions

This commit is contained in:
冰朔 2026-07-27 14:33:03 +08:00
commit 7c3c8e9238
7 changed files with 80 additions and 1 deletions

View file

@ -15,6 +15,7 @@ const DEFAULT_ACTIONS = Object.freeze({
"read-navigation-map",
"inspect-services",
"health-check",
"inspect-owner-ssh-login",
"inspect-code-channel-owner-auth",
],
"server-ops": [
@ -27,6 +28,8 @@ const DEFAULT_ACTIONS = Object.freeze({
"rollback-registered-service",
"provision-approved-architecture",
"push-repository",
"inspect-owner-ssh-login",
"disable-owner-password-login",
"restore-owner-password-login",
"restore-code-channel-owner-login",
"dispatch-approved-deployment",