Nick Kralevich
2825f10b7f
libc: Add O_PATH support for fgetxattr / fsetxattr
...
Support O_PATH file descriptors when handling fgetxattr and fsetxattr.
This avoids requiring file read access to pull extended attributes.
This is needed to support O_PATH file descriptors when calling
SELinux's fgetfilecon() call. In particular, this allows the querying
and setting of SELinux file context by using something like the following
code:
int dirfd = open("/path/to/dir", O_DIRECTORY);
int fd = openat(dirfd, "file", O_PATH | O_NOFOLLOW);
char *context;
fgetfilecon(fd, &context);
This change was motivated by a comment in
https://android-review.googlesource.com/#/c/152680/1/toys/posix/ls.c
Change-Id: Ic0cdf9f9dd0e35a63b44a4c4a08400020041eddf
2015-06-01 15:51:56 -07:00
..
2015-04-23 08:41:45 -07:00
2015-02-24 13:40:43 -08:00
2015-02-03 12:10:30 -08:00
2015-02-03 12:10:30 -08:00
2015-06-01 15:51:56 -07:00
2015-06-01 15:51:56 -07:00
2015-05-18 11:29:20 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-10-13 17:04:10 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-11 08:45:46 -07:00
2015-03-18 15:46:48 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-18 15:46:48 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2015-03-24 21:08:26 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-11-07 16:48:27 -08:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2015-03-24 21:08:26 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00
2014-09-08 16:46:50 -07:00