Update clients of PolicyBuilder to support architectures other than x86_64.

PiperOrigin-RevId: 499424110
Change-Id: I6e7ed7436db84a65b1920f78dfc00cb2f9894b3c
This commit is contained in:
Sandboxed API Team 2023-01-04 01:43:41 -08:00 committed by Copybara-Service
parent 00d42577d5
commit 90ee0a7464

View File

@ -111,6 +111,7 @@ std::unique_ptr<sandbox2::Policy> GetPolicy() {
// /etc/ld.so.nohwcap.
__NR_access,
#endif
__NR_faccessat,
#ifdef __NR_open
__NR_open,