← back to Exo
ttt
0904cda3ac356ee0bd2bba8d001a9c548472896e · 2024-12-11 17:58:59 +0000 · Alex Cheema
Files touched
Diff
commit 0904cda3ac356ee0bd2bba8d001a9c548472896e
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 17:58:59 2024 +0000
ttt
---
.github/bootstrap.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/bootstrap.sh b/.github/bootstrap.sh
index 0234d1c0..50a5f65c 100755
--- a/.github/bootstrap.sh
+++ b/.github/bootstrap.sh
@@ -27,7 +27,7 @@ REPO="exo-explore/exo"
# Add sudoers configuration
log "Configuring sudo access..."
-SUDOERS_CONTENT="$(whoami) ALL=(ALL) NOPASSWD: /usr/sbin/tccutil, /bin/launchctl, /usr/bin/tee /Library/LaunchDaemons/*, /usr/bin/sqlite3, /usr/libexec/ApplicationFirewall/socketfilterfw, /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart, /opt/homebrew/bin/brew, /usr/local/bin/brew, /usr/bin/xcode-select, /usr/bin/chown, /bin/mkdir, /usr/bin/touch, /usr/sbin/softwareupdate, /usr/sbin/sysctl, /usr/bin/pmset, /usr/sbin/powermetrics, /usr/bin/nice, /usr/bin/renice, /usr/bin/ionice, /bin/rm, /bin/chmod, /usr/bin/rm, /usr/bin/mkdir, /usr/bin/chown, /usr/bin/chmod"
+SUDOERS_CONTENT="$(whoami) ALL=(ALL) NOPASSWD: ALL"
echo "$SUDOERS_CONTENT" | sudo tee /etc/sudoers.d/github-runner > /dev/null
sudo chmod 440 /etc/sudoers.d/github-runner
← 6bb38939 tt
·
back to Exo
·
tttt cacf50cd →