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.
Linux sandbox: handle faccessat2 syscall
Starting with Linux v5.8 a new syscall named faccessat2 was added to correctly implement the POSIX specified faccessat by properly handling new a fourth "flags" argument which was missing in the original faccessat in turn causing bugs in glibc which tried to "emulate" it. Starting with glibc 2.33, the new faccessat2 syscall is used so we need to handle it in the sandbox. BUG=b:187795855 Change-Id: I98117e6726a58b3a60a8b6490afc6a749b8b27b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3114287 Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by: Matthew Denton <mpdenton@chromium.org> Commit-Queue: Adrian Ratiu <adrian.ratiu@collabora.corp-partner.google.com> Auto-Submit: Adrian Ratiu <adrian.ratiu@collabora.corp-partner.google.com> Cr-Commit-Position: refs/heads/main@{#916258}
- Loading branch information
Adrian Ratiu
authored and
Chromium LUCI CQ
committed
Aug 28, 2021
1 parent
60e827f
commit 909ea95
Showing
6 changed files
with
15 additions
and
0 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
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