From 0904cda3ac356ee0bd2bba8d001a9c548472896e Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Wed, 11 Dec 2024 17:58:59 +0000 Subject: [PATCH] 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