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

@ -8,6 +8,8 @@ const ARCHITECTURE_PROVISION_SOCKET_PATH = process.env.LAKE_LAMP_ARCHITECTURE_PR
function executeRegisteredAction(request, socketPath) {
const ownerAccessActions = new Set([
"inspect-owner-ssh-login",
"disable-owner-password-login",
"restore-owner-password-login",
"restore-code-channel-owner-login",
]);