Skip to content

Simplify FPM ACL check - #13604

Merged
petk merged 2 commits into
php:masterfrom
petk:patch-fpm-acl
Mar 8, 2024
Merged

Simplify FPM ACL check#13604
petk merged 2 commits into
php:masterfrom
petk:patch-fpm-acl

Conversation

@petk

@petk petk commented Mar 6, 2024

Copy link
Copy Markdown
Member

Instead of running the user/group permissions check (unknown when cross-compiling), check with linking (AC_LINK_IFELSE) can be sufficient to test if ACL_USER and ACL_GROUP are available (missing on macOS). The AC_SEARCH_LIBS is used to test the ACL availability in c or acl library.

Instead of running the user/group permissions check (unknown when
cross-compiling), check with linking (AC_LINK_IFELSE) can be sufficient
to test if ACL_USER and ACL_GROUP are available (missing on macOS). The
AC_SEARCH_LIBS is used to test the ACL availability in c or acl library.
Comment thread sapi/fpm/config.m4 Outdated
Comment thread sapi/fpm/config.m4 Outdated

@bukka bukka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think this makes sense

@petk
petk merged commit 1dfba42 into php:master Mar 8, 2024
@petk
petk deleted the patch-fpm-acl branch March 8, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants