diff options
author | Bram Bonné <brambonne@google.com> | 2021-02-26 16:42:37 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-26 16:42:37 +0000 |
commit | dddf75f9904d634db29adf15a2ceb63880db2cb0 (patch) | |
tree | 153e6678f79b514ecbbc3e9dbc7b40874eecf08d | |
parent | 47b5c5d752a45c9d8e8b28aef5d4c121744b4685 (diff) | |
parent | 82c3d89758dab4780e909f165d45e90a0a3b3f3a (diff) |
Merge "Add additional app to netlink appcompat allowlist."
-rw-r--r-- | libc/bionic/bionic_appcompat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/bionic/bionic_appcompat.h b/libc/bionic/bionic_appcompat.h index fd3703588..e67e50c29 100644 --- a/libc/bionic/bionic_appcompat.h +++ b/libc/bionic/bionic_appcompat.h @@ -31,11 +31,13 @@ constexpr int MAX_PACKAGE_NAME_LENGTH = 230; static inline const char* const soft_mac_bind_allowlist[] = { + "com.cisco.anyconnect.vpn.android.avf:nchs", "com.skype.raider", nullptr, }; static inline const char* const soft_mac_getlink_allowlist[] = { + "com.cisco.anyconnect.vpn.android.avf:nchs", nullptr, }; |