diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-05-14 08:58:38 +0100 |
---|---|---|
committer | Bruno Martins <bgcngm@gmail.com> | 2020-05-14 08:59:53 +0100 |
commit | e2d01a837be030ac0075b81a1431b327fb473e8f (patch) | |
tree | 0e0ffc5fa263ff6e2597804f9cbc0e2ce474f8c1 /common | |
parent | c546045255d2a96847a64c18a4a84b13553ab0cb (diff) | |
download | android_device_lineage_sepolicy-e2d01a837be030ac0075b81a1431b327fb473e8f.tar.gz android_device_lineage_sepolicy-e2d01a837be030ac0075b81a1431b327fb473e8f.tar.bz2 android_device_lineage_sepolicy-e2d01a837be030ac0075b81a1431b327fb473e8f.zip |
Revert "Label lineage.service.adb.root as system prop"
This reverts commit a60a7e79b6d452ddc19dc6529f9d90411e28528d.
Reason for revert: Standard adb root prop is being used again.
Change-Id: Ic1e2ee66141301ce9e0de9364b615a20e2a1ec65
Diffstat (limited to 'common')
-rw-r--r-- | common/private/property_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/private/property_contexts b/common/private/property_contexts index bf225bf..e8411b7 100644 --- a/common/private/property_contexts +++ b/common/private/property_contexts @@ -1,3 +1,3 @@ adb.network.port u:object_r:system_prop:s0 -lineage.service.adb.root u:object_r:system_prop:s0 + ro.telephony.use_old_mnc_mcc_format u:object_r:exported3_default_prop:s0 |