Dear,
when I was studying pax in debian-ppc64 system(kernel-3.16.7, pax-linux-3.16.7-test12.patch), there are several questions not clear want to ask:
1. pax Is a stable or test version in powerpc
2. is paxtest have 64 bit version
3. Contrast X86 and PowerPC arch I found some features are not available. such as pax_open_kernel()/pax_close_kernel().are there other function not implemented in powerpc version?
4. when I was test paxctl,
# paxctl -C /usr/bin/vi
file /usr/bin/vi cannot have a PT_PAX_FLAGS program header, creation failed
#paxctl -C /bin/ls
#paxctl -c /bin/ls
#paxctl -v /bin/ls
PaX control v0.9
Copyright 2004,2005,2006,2007,2009,2010,2011,2012,2014 PaX Team <pageexec@freemail.hu>
- PaX flags: -------x-e-- [/bin/ls]
RANDEXEC is disabled
EMUTRAMP is disabled
why vi failed, ls is success?