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
By dropping all capabilities (besides "SYS_ADMIN" and "SYS_RAWIO"), the app cannot access the internal assets directory from /opt/scrutiny/web/
This causes the web page to miss various icons (check the following images): Working:
Broken:
Adding at least the "CAP_DAC_READ_SEARCH" capability fixes it.
The text was updated successfully, but these errors were encountered:
Thanks, weird that there was no logs about these.
Sorry, something went wrong.
stavros-k
Successfully merging a pull request may close this issue.
By dropping all capabilities (besides "SYS_ADMIN" and "SYS_RAWIO"), the app cannot access the internal assets directory from /opt/scrutiny/web/
This causes the web page to miss various icons (check the following images):
Working:
Broken:
Adding at least the "CAP_DAC_READ_SEARCH" capability fixes it.
The text was updated successfully, but these errors were encountered: