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-03-24 14:39:45 +01:00
2020-04-07 18:23:04 +02:00
2020-03-15 15:20:16 +01:00
2020-03-17 16:04:49 +01:00
2020-04-24 17:01:26 -07:00
2020-04-10 18:48:27 +02:00
2020-03-26 15:10:44 +01:00
2020-03-30 17:54:58 -07:00
2020-04-18 15:44:56 -05:00
2020-03-03 11:10:21 -05:00
2020-04-27 16:29:41 +05:30
2020-03-29 22:32:37 -07:00
2020-03-29 22:32:36 -07:00
2020-03-25 23:17:16 +01:00
2020-05-14 16:44:25 +02:00
2020-03-16 08:26:58 -06:00
2020-04-18 15:44:56 -05:00
2020-03-19 21:56:54 -07:00
2020-03-25 09:50:44 +01:00
2020-04-22 21:10:05 +01:00
2020-03-11 15:08:52 +05:30
2020-02-29 21:52:20 -08:00
2020-03-20 08:52:20 -07:00
2020-03-30 19:52:37 -07:00
2020-03-16 01:42:31 -07:00
2020-03-11 23:49:30 -07:00
2020-03-29 22:14:48 -07:00
2020-04-06 20:56:50 -07:00
2020-03-21 14:03:46 -06:00
2020-03-29 22:30:57 -07:00
2020-03-26 11:09:04 +11:00
2020-03-29 22:30:57 -07:00
2020-02-07 14:39:38 +09:00
2020-03-20 09:01:16 +01:00
2020-03-17 22:51:16 -07:00
2020-04-02 09:35:30 -07:00
2020-03-29 22:14:49 -07:00
2020-03-02 11:16:28 -08:00
2020-03-29 22:32:36 -07:00
2020-03-18 16:35:48 -07:00
2020-03-20 14:42:20 +01:00
2020-02-16 19:34:44 -08:00
2020-02-20 22:44:30 -06:00
2020-04-02 17:57:10 +01:00
2020-03-27 10:41:44 -03:00
2020-03-30 11:06:49 -07:00
2020-03-26 20:08:45 -07:00
2020-03-29 22:30:57 -07:00
2020-03-29 22:30:57 -07:00
2020-03-26 21:38:40 +01:00
2020-02-12 17:57:51 -05:00
2020-03-04 14:48:54 -08:00
2020-03-24 15:59:34 -07:00
2020-02-27 18:50:19 -08:00
2020-05-14 16:44:24 +02:00
2020-02-21 11:22:15 -08:00
2020-01-31 10:30:39 -08:00
2020-03-09 17:56:33 -07:00
2020-02-21 11:22:15 -08:00
2020-03-29 23:29:08 +02:00
2020-04-07 10:43:39 -07:00
2020-02-24 16:12:28 +01:00
2020-03-24 09:28:27 -06:00
2020-04-02 10:41:40 -04:00
2020-04-02 10:41:40 -04:00
2020-03-20 09:00:56 +01:00
2020-04-17 06:05:30 -04:00
2020-03-20 14:42:19 +01:00
2020-03-27 11:09:18 +01:00
2020-03-23 09:50:02 -04:00