You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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.
The text was updated successfully, but these errors were encountered: