We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should be 755 not 644 to allow directory listing. It only works now because the binary is run as root with CAP_DAC_READ_SEARCH. Related to #102.
755
644
root
CAP_DAC_READ_SEARCH
egpu-switcher/internal/service/systemd.go
Line 106 in 13b8a06
The text was updated successfully, but these errors were encountered:
hertg
No branches or pull requests
Should be
755
not644
to allow directory listing. It only works now because the binary is run asroot
withCAP_DAC_READ_SEARCH
. Related to #102.egpu-switcher/internal/service/systemd.go
Line 106 in 13b8a06
The text was updated successfully, but these errors were encountered: