Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



cgd
Mon Oct  7 11:24:53 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv17302

Modified Files:
        exec_elf32.c 
Log Message:
when loading interpreter: check its vnode type, check its mount point
for NOEXEC and NOSUID, and make sure the interpreter file is executable.
The mount point checks are done because, even though the interpreter
is not the program being 'executed', code from the interpreter is being
executed, and so the mount point's flags should be respected.


cgd
Mon Oct  7 11:29:31 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv17963

Modified Files:
        exec_elf32.c 
Log Message:
clean up a comment added in the last commit



Home | Main Index | Thread Index | Old Index