Files
linux-st/include/uapi/linux
Miklos Szeredi c8ffd8bcdd vfs: add faccessat2 syscall
POSIX defines faccessat() as having a fourth "flags" argument, while the
linux syscall doesn't have it.  Glibc tries to emulate AT_EACCESS and
AT_SYMLINK_NOFOLLOW, but AT_EACCESS emulation is broken.

Add a new faccessat(2) syscall with the added flags argument and implement
both flags.

The value of AT_EACCESS is defined in glibc headers to be the same as
AT_REMOVEDIR.  Use this value for the kernel interface as well, together
with the explanatory comment.

Also add AT_EMPTY_PATH support, which is not documented by POSIX, but can
be useful and is trivial to implement.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2020-05-14 16:44:25 +02:00
..
2020-04-24 17:01:26 -07:00
2020-04-27 16:29:41 +05:30
2020-05-14 16:44:25 +02:00
2020-03-21 14:03:46 -06:00
2020-03-29 22:30:57 -07:00
2020-02-07 14:39:38 +09:00
2020-03-29 22:14:49 -07:00
2020-03-29 22:30:57 -07:00
2020-05-14 16:44:24 +02:00
2020-03-29 23:29:08 +02:00
2020-04-02 10:41:40 -04:00