Re: [SLE] SUSE Firewall not like ZoneAlarm...



On Tuesday 14 March 2006 09:28, Susemail wrote:
Is 'make' trying to make configure.h here?

Yes

Why is permission denied--even as root?

Most likely because the partition where you have /home is mounted with the
'noexec' flag, which disallows any programs from being executed on it.
Edit /etc/fstab to remove it, and either remount /home or reboot

What does execvp mean?

execute a program, sending it an array of variables, and using $PATH to search
for the program.

It just means make is trying to run a program, in this case 'configure'

--
Certified: Yes. Certifiable: of course!
jabber ID: anders@xxxxxxxxxx


--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx



Relevant Pages

  • Re: [SLE] SUSE Firewall not like ZoneAlarm...
    ... On Tuesday 14 March 2006 09:27, Anders Johansson wrote: ... I don't know how to check if 'defaults' includes the 'noexec' flag or how to ... execute a program, sending it an array of variables, and using $PATH to ...
    (SuSE)
  • Re: [patch] remove MNT_NOEXEC check for PROT_EXEC mmaps
    ... Perl script, store the Perl script on the noexec partition, and execute ... The problem is that NFS is insecure. ...
    (Linux-Kernel)
  • Re: [patch] remove MNT_NOEXEC check for PROT_EXEC MAP_PRIVATE mmaps
    ... a program off of a noexec partition will fail. ... I think it's a requirement that any change to Linux mmapsemantics ... indirectly execute code that lives on a noexec partition. ...
    (Linux-Kernel)
  • RE: (RHE4) Logrotate Not Restarting Syslog
    ... > Jason Williard wrote: ... >>>partition mounted with noexec. ... the presence of 'noexec' may by due to security reasons. ... user who wanted to execute 'ls', not the user who created the program - ...
    (RedHat)
  • Re: Why doesnt noexec work?
    ... So far it seems noexec and nosuid don't ... call the binary loader to read and begin execution. ... hence read permissions are not required to execute a binary). ...
    (comp.os.linux.security)