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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user