diff options
-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, }; |