feat: add Linux system-wide setup

Install shared shims, managed configuration, and login-shell PATH integration so golden images and multi-user hosts can protect package installs for every user.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Sahilb315
2026-07-11 02:19:59 +05:30
co-authored by Cursor
parent d3e656edcd
commit 8f6d0fcce0
19 changed files with 915 additions and 66 deletions
+2 -2
View File
@@ -179,8 +179,8 @@ proxy regardless of how the package manager reported the failure.
same state file is refused while one is running.
- **System-level trust enforcement is out of scope.** The server relies on env
var propagation. Enforcing interception for `sudo`-scrubbed environments (e.g.
via `iptables`) and system-wide install (`pmg setup install --system`) are
tracked separately.
via `iptables`) is tracked separately. For system-wide shell shims on Linux,
see [system-install.md](./system-install.md).
## References