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

Do not use setfacl anymore to change webapp/var permissions. #559

Merged
merged 3 commits into from
Apr 17, 2019

Conversation

nickygerritsen
Copy link
Member

This was needed for the eventdaemon to work, but we dont have it anymore. Fixes #558.

This was needed for the eventdaemon to work, but we dont have it anymore. Fixes #558.
Copy link
Member

@eldering eldering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the small fix, looks good to me. Nice catching moving the params rule to one level deeper!

lib/Makefile Outdated
@@ -12,12 +12,18 @@ $(OBJECTS): %$(OBJEXT): %.c %.h
clean-l:
rm -f $(OBJECTS)

ifeq "$(FHS_ENABLED)" "yes"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DESTDIR should never be prepended here, since WEBAPP_DIR is later used only as contents inside files, not for actual paths that things are installed to. See for an explanation https://www.gnu.org/prep/standards/html_node/DESTDIR.html

When we moved some stuff from webapp/Makefile to webapp/app/Makefile, it seems we forgot these things.
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.

Problem with setfacl
2 participants