mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-31 02:19:05 -04:00
Fixup the sensors permission patches on 7, 8, and 9.
Switch these patches to MODE_ALLOWED from MODE_ASK to fix breakage of system services. Also remove some code that adds a likely security issue. Will need some extra regression testing. Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
f7295a0f74
commit
621441349e
11 changed files with 27 additions and 184 deletions
|
@ -291,9 +291,9 @@ if enterAndClear "device/lge/msm8996-common"; then
|
|||
sed -i '3itypeattribute hwaddrs misc_block_device_exception;' sepolicy/hwaddrs.te;
|
||||
fi;
|
||||
|
||||
if enterAndClear "device/moto/shamu"; then
|
||||
#if enterAndClear "device/moto/shamu"; then
|
||||
#git revert --no-edit 05fb49518049440f90423341ff25d4f75f10bc0c; #restore releasetools #TODO
|
||||
fi;
|
||||
#fi;
|
||||
|
||||
if enterAndClear "device/oneplus/oneplus2"; then
|
||||
sed -i 's|etc/permissions/qti_libpermissions.xml|vendor/etc/permissions/qti_libpermissions.xml|' proprietary-files.txt; #Fix outdated path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue