]> granicus.if.org Git - php/commit
sapi/fpm/config.m4: check for libapparmor's aa_change_profile()
authorKees Cook <kees@outflux.net>
Sun, 23 Aug 2020 15:39:53 +0000 (08:39 -0700)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 24 Aug 2020 08:10:12 +0000 (10:10 +0200)
commit2c2bb5098400bcd1dede34881766fb16665b3f7f
treede7c6cff2455900d22294916cec3d3b8fc1b879c
parent5c18ee58b952f23b51ac3f3af972ce72b469e4ed
sapi/fpm/config.m4: check for libapparmor's aa_change_profile()

The fpm code actually uses aa_change_profile(), not change_hat(). Test
for the correct function. (libapparmor always has both, so this is just
a correctness fix.)

Closes GH-6037.
sapi/fpm/config.m4