CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/09/01 17:26:10

Modified files:
        sys/kern       : vfs_syscalls.c 

Log message:
Regarding previous commit, X_OK on unveil-permitted directories does
not map nicely to UNVEIL_EXEC.  But we don't know before calling
namei() if the path is a directory.  Oh well, stick to UNVEIL_READ
for that case, it is going to be good enough for the typical case.
Worked out with jeremy after chrome/firefox Downloads directory issue.

Reply via email to