Skip to content

OpenSuse Tumbleweed run_script.py: Permission denied #250

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

Open
HomebridgeX opened this issue Apr 20, 2025 · 1 comment
Open

OpenSuse Tumbleweed run_script.py: Permission denied #250

HomebridgeX opened this issue Apr 20, 2025 · 1 comment

Comments

@HomebridgeX
Copy link

Good day,

after going through the setup assistant in the GUI, the root password for my user is requested in the final step.
After that, the following error message appears:

linux-assistent Error executing /usr/lib64/linux-assistant/additional/python/run_script.py: Permission denied

Thank you very much for your help.

@HomebridgeX
Copy link
Author

Solution:
Change the SELinux context of the script to bin_t, which is appropriate for executables:
sudo chcon -t bin_t /usr/lib64/linux-assistant/additional/python/run_script.py

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

1 participant