On Fri, Sep 2, 2016 at 10:21 AM, Thuban <[email protected]> wrote: > Hello, > It seems that php-7.0 require wxallowed. > I don't like the idea to "wxallow" the whole /usr/local. > > Do you have any advice?
Then create another fs for just wxneeded binaries. If you don't know, then there are 2 things which needs to be done in order to have such binary run well: (1) binary needs to be linked with -z wxneeded linker flag and (2) binary needs to be put on fs mounted with wxallowed flag. Both those things/conditions need to be done together otherwise such binary will not run well...

