diff options
author | Alessandro Astone <ales.astone@gmail.com> | 2020-03-20 19:42:37 +0100 |
---|---|---|
committer | Bruno Martins <bgcngm@gmail.com> | 2020-04-19 17:50:19 +0200 |
commit | 3abf91f436584e8279b2c3a1d97f6325b587f3f3 (patch) | |
tree | e75da6d338b553430d2b4b9e3c431e4d0b0bf83f /common | |
parent | 0ead839fc48e90e55f0ca241590612213fdb8718 (diff) | |
download | android_device_lineage_sepolicy-3abf91f436584e8279b2c3a1d97f6325b587f3f3.tar.gz android_device_lineage_sepolicy-3abf91f436584e8279b2c3a1d97f6325b587f3f3.tar.bz2 android_device_lineage_sepolicy-3abf91f436584e8279b2c3a1d97f6325b587f3f3.zip |
Revert "common: Allow adbd to set a system_prop"
This reverts commit 75c6cf913a9c42218ee63c4b4626f95f7666cdb2.
Change-Id: I0a5ec7e64ee5bf9cf65213dcb23aa63e75134f16
Diffstat (limited to 'common')
-rw-r--r-- | common/private/adb.te | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/private/adb.te b/common/private/adb.te deleted file mode 100644 index 155fa68..0000000 --- a/common/private/adb.te +++ /dev/null @@ -1,2 +0,0 @@ -# Required in order to set lineage.service.adb.root -set_prop(adbd, system_prop) |