Files
graphene/LibOS/shim/include
Dmitrii Kuvaiskii 05cc50945f [LibOS] Allow inaccessible files during getdents()
Previously, if user performed getdents() on a directory containing
inaccessible files (because user doesn't have permission), whole
getdents failed with -EACCES. This is incorrect behavior: files must
still be listed. This commit fixes the root cause of this bug by
marking inaccessible files as DENTRY_NEGATIVE.
2019-12-18 02:59:02 -08:00
..
2019-10-04 22:31:52 +02:00
2019-10-31 00:34:27 -07:00
2019-12-02 23:55:48 +01:00
2019-12-02 23:55:48 +01:00
2019-12-02 23:55:48 +01:00
2019-07-18 17:19:21 -07:00