mbox series

[v2,0/2] changes for addding fchmodat2 syscall

Message ID 20200916002157.GO3265@brightrain.aerifal.cx (mailing list archive)
Headers show
Series changes for addding fchmodat2 syscall | expand

Message

dalias@libc.org Sept. 16, 2020, 12:22 a.m. UTC
I'm resubmitting this split into two parts, first blocking chmod of
symlinks in chmod_common, then adding the new syscall, as requested by
Christoph. This will make it impossible to chmod symlinks via the
O_PATH magic symlink path. I've also reordered the unsupported flags
test to come first.

Rich