Added support for hardware backed safetynet evaluation.
This commit is contained in:
Ross Smith IV 2021-10-05 17:58:19 -04:00
Родитель 043da6125b
Коммит e303727be7
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"displayName": "Android Enterprise Enhanced Data Protection v1.8",
"displayName": "Android Enterprise Enhanced Data Protection v1.9",
"description": "This app protection policy introduces data leakage prevention mechanisms and minimum OS requirements. This is the configuration that is applicable to most mobile users accessing work or school data.",
"roleScopeTagIds": [
"0"
@ -83,7 +83,7 @@
"customDialerAppPackageId": null,
"customDialerAppDisplayName": null,
"biometricAuthenticationBlocked": true,
"requiredAndroidSafetyNetEvaluationType": "basic",
"requiredAndroidSafetyNetEvaluationType": "hardwareBacked",
"blockAfterCompanyPortalUpdateDeferralInDays": 0,
"warnAfterCompanyPortalUpdateDeferralInDays": 0,
"wipeAfterCompanyPortalUpdateDeferralInDays": 0,

Просмотреть файл

@ -1,5 +1,5 @@
{
"displayName": "Android Enterprise High Data Protection v1.8",
"displayName": "Android Enterprise High Data Protection v1.9",
"description": "This app protection policy is for devices used by specific users or groups who are uniquely high risk (for example, users who handle highly sensitive data where unauthorized disclosure causes considerable material loss to the organization).",
"roleScopeTagIds": [
"0"
@ -82,7 +82,7 @@
"customDialerAppPackageId": "",
"customDialerAppDisplayName": "",
"biometricAuthenticationBlocked": false,
"requiredAndroidSafetyNetEvaluationType": "basic",
"requiredAndroidSafetyNetEvaluationType": "hardwareBacked",
"blockAfterCompanyPortalUpdateDeferralInDays": 0,
"warnAfterCompanyPortalUpdateDeferralInDays": 0,
"wipeAfterCompanyPortalUpdateDeferralInDays": 0,