mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Update clients of PolicyBuilder to support architectures other than x86_64.
PiperOrigin-RevId: 499424110 Change-Id: I6e7ed7436db84a65b1920f78dfc00cb2f9894b3c
This commit is contained in:
parent
00d42577d5
commit
90ee0a7464
|
@ -111,6 +111,7 @@ std::unique_ptr<sandbox2::Policy> GetPolicy() {
|
|||
// /etc/ld.so.nohwcap.
|
||||
__NR_access,
|
||||
#endif
|
||||
__NR_faccessat,
|
||||
|
||||
#ifdef __NR_open
|
||||
__NR_open,
|
||||
|
|
Loading…
Reference in New Issue
Block a user