chore: fix remaining Antigravity Proxy refs, add systemd unit

- Rename CA org to ZeroGravity
- Fix lib.rs docstring
- Fix mitm-redirect.sh comment
- Fix README title
This commit is contained in:
Nikketryhard
2026-02-18 01:56:43 -06:00
parent 00587fcce8
commit 59ed872ed3
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ install() {
# This is needed for the proxy to spawn the LS binary.
local REAL_USER="${SUDO_USER:-$(logname 2>/dev/null || whoami)}"
cat > "$SUDOERS_FILE" <<EOF
# Allow $REAL_USER to run commands as $LS_USER (for antigravity proxy)
# Allow $REAL_USER to run commands as $LS_USER (for zerogravity)
$REAL_USER ALL=($LS_USER) NOPASSWD: ALL
# Allow $REAL_USER to kill $LS_USER's processes (for clean shutdown)
$REAL_USER ALL=(root) NOPASSWD: /usr/bin/kill -TERM *, /usr/bin/kill -KILL *, /usr/bin/pkill -TERM -u $LS_USER *, /usr/bin/pkill -KILL -u $LS_USER *