Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sh: 0: Refusing to exec make-arch_drv.sh from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md #19

Open
twylightproto opened this issue Aug 24, 2024 · 1 comment

Comments

@twylightproto
Copy link

twylightproto commented Aug 24, 2024

I get this error when running the sudo sh command. Running Asus C100PA "Minnie". Last time I saw an error like this, it used git. Git doesn't work / doesn't exist here.

@arithefirst
Copy link

arithefirst commented Nov 14, 2024

# Google's shell scripts & mounts page states
# "... in dev mode, Chrome OS already guarantees that /usr/local will be 
# created for users to do whatever they want."

# RTFM

mv make-arch_drv.sh /usr/local/
cd /usr/local
sudo sh make-arch_drv.sh

When this happens, they literally provide you with a direct link to docs on what was causing the issue, and you didn't think to go there? I had this issue, went to the URL, and literally solved my problem immediately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants