Searched refs:acl (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 78 acl_t acl; in fpm_unix_resolve_socket_premissions() local 83 acl = acl_init(n); in fpm_unix_resolve_socket_premissions() 84 if (!acl) { in fpm_unix_resolve_socket_premissions() 102 acl_free(acl); in fpm_unix_resolve_socket_premissions() 106 if (0 > acl_create_entry(&acl, &entry) || in fpm_unix_resolve_socket_premissions() 114 acl_free(acl); in fpm_unix_resolve_socket_premissions() 135 acl_free(acl); in fpm_unix_resolve_socket_premissions() 139 if (0 > acl_create_entry(&acl, &entry) || in fpm_unix_resolve_socket_premissions() 147 acl_free(acl); in fpm_unix_resolve_socket_premissions() 160 wp->socket_acl = acl; in fpm_unix_resolve_socket_premissions()
|
/PHP-7.1/main/ |
H A D | fastcgi.c | 588 PACL acl; in prepare_named_pipe_acl() local 596 acl = malloc(req_acl_size); in prepare_named_pipe_acl() 598 if (acl == NULL) { in prepare_named_pipe_acl() 612 if (!InitializeAcl(acl, req_acl_size, ACL_REVISION)) { in prepare_named_pipe_acl() 616 …if (!AddAccessAllowedAce(acl, ACL_REVISION, FILE_GENERIC_READ | FILE_GENERIC_WRITE, sid_everyone))… in prepare_named_pipe_acl() 620 if (!AddAccessAllowedAce(acl, ACL_REVISION, FILE_ALL_ACCESS, sid_owner)) { in prepare_named_pipe_acl() 628 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl() 634 return acl; in prepare_named_pipe_acl() 637 free(acl); in prepare_named_pipe_acl() 718 PACL acl; in fcgi_listen() local [all …]
|
/PHP-7.1/sapi/fpm/ |
H A D | config.m4 | 586 PHP_ARG_WITH(fpm-acl,, 587 [ --with-fpm-acl Use POSIX Access Control Lists], no, no) 632 AC_CHECK_HEADERS([sys/acl.h]) 637 AC_CHECK_LIB(acl, acl_free, [ 638 PHP_ADD_LIBRARY(acl)
|
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testoutput1 | 9390 acl 9391 0: acl
|
H A D | testinput1 | 5709 acl
|
/PHP-7.1/ |
H A D | NEWS | 392 . Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
|
Completed in 39 milliseconds