New AT_ flags for restricting pathname lookup
New AT_ flags for restricting pathname lookup
Posted Oct 5, 2018 4:13 UTC (Fri) by eru (subscriber, #2753)Parent article: New AT_ flags for restricting pathname lookup
openat() is one of those Linux system calls whose rationale I don't quite understand. It allows opening files relative to a particular directory, but can't you do the same thing by manipulating the path name, or by using chdir() first?
