[sudo-users] NOEXEC Support for AIX V5.3

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 20 16:21:23 EDT 2008


In message <OF391F7087.53681BC1-ON85257412.006DB83A-85257412.006E7470 at us.ibm.co
m>
	so spake James L Ii (jimii):

> 
> I recently installed sudo version 1.6.9p14 that includes NOEXEC support for
> AIX v5.3; however, I have not been successful at getting this to work.
> Does anyone have this working on AIX?

Check pathnames.h for a line like:
#define _PATH_SUDO_NOEXEC "/usr/local/libexec/sudo_noexec.so"

Try changing the .so at the end to .a, i.e.
#define _PATH_SUDO_NOEXEC "/usr/local/libexec/sudo_noexec.a"

Then "make clean; make; make install" and see if that makes a
difference.

 - todd



More information about the sudo-users mailing list