Skip to content

Commit

Permalink
Make usr dir world-writable
Browse files Browse the repository at this point in the history
  • Loading branch information
kiootic committed Jul 28, 2023
1 parent 7afc514 commit b16bb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux/build/system/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers
adduser --disabled-password --gecos "" --uid 1000 runner
usermod -aG sudo runner
usermod -aG sudo root

chmod 777 /usr/share /usr/bin

0 comments on commit b16bb84

Please sign in to comment.