From ce87e0cd408feceb7b509b663fa8bf65a09512c8 Mon Sep 17 00:00:00 2001 From: Elie Gambache Date: Fri, 27 Jun 2025 07:47:41 +0300 Subject: [PATCH 1/4] Add app policies for RedAlert, Google Translate, and Google Keep with FULL_OPEN network policy --- app-policies/governement/com.redalert.tzevaadom.json | 10 ++++++++++ .../com.google.android.apps.translate.json | 10 ++++++++++ app-policies/productivity/com.google.android.keep.json | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 app-policies/governement/com.redalert.tzevaadom.json create mode 100644 app-policies/productivity/com.google.android.apps.translate.json create mode 100644 app-policies/productivity/com.google.android.keep.json diff --git a/app-policies/governement/com.redalert.tzevaadom.json b/app-policies/governement/com.redalert.tzevaadom.json new file mode 100644 index 0000000..725d22d --- /dev/null +++ b/app-policies/governement/com.redalert.tzevaadom.json @@ -0,0 +1,10 @@ +{ + "type": "Fixed", + "packageName": "com.redalert.tzevaadom", + "category": "GOVERNMENT", + "minimumVersionCode": 83, + "networkPolicy": { + "mode": "FULL_OPEN" + }, + "sha1" : "65f5b38de052049e90269f5918df8ced643c9d3f" +} \ No newline at end of file diff --git a/app-policies/productivity/com.google.android.apps.translate.json b/app-policies/productivity/com.google.android.apps.translate.json new file mode 100644 index 0000000..530d1ce --- /dev/null +++ b/app-policies/productivity/com.google.android.apps.translate.json @@ -0,0 +1,10 @@ +{ + "type": "Fixed", + "packageName": "com.google.android.apps.translate", + "category": "PRODUCTIVITY", + "networkPolicy": { + "mode": "FULL_OPEN" + }, + "minimumVersionCode": 699974521, + "sha1" : "24bb24c05e47e0aefa68a58a766179d9b613a600" +} diff --git a/app-policies/productivity/com.google.android.keep.json b/app-policies/productivity/com.google.android.keep.json new file mode 100644 index 0000000..3d9dec3 --- /dev/null +++ b/app-policies/productivity/com.google.android.keep.json @@ -0,0 +1,10 @@ +{ + "type": "Fixed", + "packageName": "com.google.android.keep", + "category": "PRODUCTIVITY", + "networkPolicy": { + "mode": "FULL_OPEN" + }, + "minimumVersionCode": 220616879, + "sha1" : "38918a453d07199354f8b19af05ec6562ced5788" +} From e2edd7e8b9f4373a6ddadf1158d92c183095a046 Mon Sep 17 00:00:00 2001 From: Elie Gambache Date: Fri, 27 Jun 2025 07:50:23 +0300 Subject: [PATCH 2/4] Add app policy for Google Calendar under PRODUCTIVITY category with FULL_OPEN network policy --- .../productivity/com.google.android.calendar.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app-policies/productivity/com.google.android.calendar.json diff --git a/app-policies/productivity/com.google.android.calendar.json b/app-policies/productivity/com.google.android.calendar.json new file mode 100644 index 0000000..43072e1 --- /dev/null +++ b/app-policies/productivity/com.google.android.calendar.json @@ -0,0 +1,9 @@ +{ + "type": "Fixed", + "packageName": "com.google.android.calendar", + "category": "PRODUCTIVITY", + "networkPolicy": { + "mode": "FULL_OPEN" + }, + "minimumVersionCode": 0 +} From 00906c88e2b441ec2eb69d6fbab1765dd1283ca5 Mon Sep 17 00:00:00 2001 From: Elie Gambache Date: Fri, 27 Jun 2025 07:51:23 +0300 Subject: [PATCH 3/4] Add app policy for Google Contacts under PRODUCTIVITY category with FULL_OPEN network policy --- .../productivity/com.google.android.contacts.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app-policies/productivity/com.google.android.contacts.json diff --git a/app-policies/productivity/com.google.android.contacts.json b/app-policies/productivity/com.google.android.contacts.json new file mode 100644 index 0000000..68bd647 --- /dev/null +++ b/app-policies/productivity/com.google.android.contacts.json @@ -0,0 +1,9 @@ +{ + "type": "Fixed", + "packageName": "com.google.android.contacts", + "category": "PRODUCTIVITY", + "networkPolicy": { + "mode": "FULL_OPEN" + }, + "minimumVersionCode": 0 +} From b58599897667fedfa6d5486851d6a9a037b05269 Mon Sep 17 00:00:00 2001 From: Elie Gambache Date: Fri, 27 Jun 2025 07:55:52 +0300 Subject: [PATCH 4/4] Update Google Contacts app policy with SHA-1 signature and minimum version code --- app-policies/productivity/com.google.android.contacts.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-policies/productivity/com.google.android.contacts.json b/app-policies/productivity/com.google.android.contacts.json index 68bd647..fed5806 100644 --- a/app-policies/productivity/com.google.android.contacts.json +++ b/app-policies/productivity/com.google.android.contacts.json @@ -5,5 +5,6 @@ "networkPolicy": { "mode": "FULL_OPEN" }, - "minimumVersionCode": 0 + "minimumVersionCode": 2017801677, + "sha1" : "38918a453d07199354f8b19af05ec6562ced5788" }