Module Name: src Committed By: martin Date: Fri Jun 11 12:54:23 UTC 2021
Modified Files: src/sys/kern: kern_exec.c Log Message: Fix the order of handling of posix_spawn attributes and file actions. The standard is explicit about it and it matters if e.g. RESETIDS is used as an attribute and file actions depend on the group rights for opening a file. To generate a diff of this commit: cvs rdiff -u -r1.505 -r1.506 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.