Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68ea55fd authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge remote-tracking branch 'origin/lineage-19.1' into v1-s

parents f941bef4 fba8f619
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Allow TvSettings to read/write adb port prop
set_prop(system_app, adbd_config_prop)
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ vendor.lineage.livedisplay::IDisplayModes u:object
vendor.lineage.livedisplay::IPictureAdjustment                          u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IReadingEnhancement                         u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::ISunlightEnhancement                        u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.power::ILineagePower                                     u:object_r:hal_power_hwservice:s0
vendor.lineage.powershare::IPowerShare                                  u:object_r:hal_lineage_powershare_hwservice:s0
vendor.lineage.touch::IGloveMode                                        u:object_r:hal_lineage_touch_hwservice:s0
vendor.lineage.touch::IHighTouchPollingRate                             u:object_r:hal_lineage_touch_hwservice:s0

common/dynamic/service_contexts

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
vendor.lineage.power.IPower/default                                u:object_r:hal_power_service:s0
+1 −0
Original line number Diff line number Diff line
type sdcard_posix, sdcard_type, sdcard_posix_contextmount_type, fs_type, mlstrustedobject;
type adbroot_data_file, file_type, data_file_type, core_data_file_type;
+6 −0
Original line number Diff line number Diff line
# Filesystem tools
/system/bin/fsck\.ntfs                  u:object_r:fsck_exec:s0
/system/bin/mkfs\.exfat                 u:object_r:mkfs_exec:s0
/system/bin/mkfs\.f2fs                  u:object_r:mkfs_exec:s0
/system/bin/mkfs\.ntfs                  u:object_r:mkfs_exec:s0

# OTA packages
/data/lineageos_updates(/.*)?           u:object_r:ota_package_file:s0

Loading