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

Fixing "Security check failed" message for unprivileged mode. Issue 1383 #1385

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xnoguer
Copy link
Contributor

@xnoguer xnoguer commented Apr 20, 2023

Making sure that the "Security check failed" message is also shown when running in non-privileged mode (not root). A few notes:

  • I included data_upload among the 6 files to be checked, but I cannot test it.
  • I added a check in the function SafeFile(), only for non-privileged mode. Didn't want to add a new function for the checks of this section of code (lines 147 to 214) because it seemed to disruptive to me, and would have created a chicken and egg problem in line 218 (". ${INCLUDEDIR}/functions").
  • I tested this in Debian 11.

…en running in unprivileged mode (not root)
@xnoguer xnoguer mentioned this pull request Apr 20, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant