sec: 实施最小权限 — 创建 rust-backend 系统用户运行后端,限制 deploy sudo 仅允许部署/运维命令
Some checks failed
Deploy Backend / deploy (push) Has been cancelled

This commit is contained in:
2026-07-15 11:17:24 +08:00
parent 36d384f8fa
commit 2908d8c86c
4 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ Wants=network.target
[Service]
Type=simple
User=root
Group=root
User=rust-backend
Group=rust-backend
WorkingDirectory=/root/rust/rust_backend_dev
ExecStart=/root/rust/rust_backend_dev/rust-backend
Restart=always