forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sandbox: Add StatOnlyWithIntermediateDirs()
Some use cases, such as some implementations of realpath(), require calling stat() on all intermediate dirs of a path, but otherwise do not need to open or read those directories. Bug=b:112486795 Test=sandbox_linux_unittests passed Change-Id: Iea0bad8be9e238a854de383ac6dc5124f462ead3 Reviewed-on: https://chromium-review.googlesource.com/1185376 Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Drew Davenport <ddavenport@chromium.org> Cr-Commit-Position: refs/heads/master@{#585586}
- Loading branch information
1 parent
fbfc48c
commit d2787ed
Showing
3 changed files
with
50 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters