Files
Nexus/docs/audit/2026-06-12-psutil-install-sudo-fix.md
T
Nexus Agent 8092000880
Nexus CI/CD / test (push) Waiting to run
Nexus CI/CD / e2e (push) Blocked by required conditions
Nexus CI/CD / deploy (push) Blocked by required conditions
Nexus Pre-commit Checks / quick-check (push) Waiting to run
fix(watch): psutil SSH 安装 apt 走 sudo
非 root 用户 apt-get 未加 sudo 导致 Permission denied;补充 run_root 与中文错误提示。
2026-06-12 04:09:10 +08:00

18 lines
403 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 审计 — psutil 安装 apt sudo 修复
**日期**2026-06-12
**Changelog**: `docs/changelog/2026-06-12-psutil-install-sudo-fix.md`
## 范围
| 文件 |
|------|
| `server/utils/psutil_install.py` |
| `server/application/server_batch_common.py` |
| `tests/test_psutil_install.py` |
## Step 3 / Closure / DoD
- H1 PASS — 行为修复,无新 API
- DoD: pytest test_psutil_install 5 passed