2022-02-09 00:22:02 -05:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2021-03-22 19:59:15 -04:00
|
|
|
From: Tad <tad@spotco.us>
|
|
|
|
Date: Mon, 12 Feb 2018 02:55:55 -0500
|
|
|
|
Subject: [PATCH] Harden signature spoofing
|
|
|
|
|
2022-03-05 12:24:18 -05:00
|
|
|
Change-Id: I31e2a20923fff883c87fa6425408971657d3d7b3
|
2021-03-22 19:59:15 -04:00
|
|
|
---
|
|
|
|
core/res/AndroidManifest.xml | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
|
2022-02-09 00:22:02 -05:00
|
|
|
index ad6cfd6ae501..acd7dbbbc4b1 100644
|
2021-03-22 19:59:15 -04:00
|
|
|
--- a/core/res/AndroidManifest.xml
|
|
|
|
+++ b/core/res/AndroidManifest.xml
|
2022-02-09 00:22:02 -05:00
|
|
|
@@ -2863,7 +2863,7 @@
|
2021-03-22 19:59:15 -04:00
|
|
|
seen by applications -->
|
|
|
|
<permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"
|
|
|
|
android:permissionGroup="android.permission-group.UNDEFINED"
|
|
|
|
- android:protectionLevel="dangerous"
|
|
|
|
+ android:protectionLevel="signature"
|
|
|
|
android:label="@string/permlab_fakePackageSignature"
|
|
|
|
android:description="@string/permdesc_fakePackageSignature" />
|
|
|
|
|