forked from mdmower/twrp-htc-m7univ
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I9a606913f7beaae68f1309843b1b2f84412d2dcb
- Loading branch information
Showing
46 changed files
with
180 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
0 0 android | ||
0 1 adreno200 | ||
0 1 adreno |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#<src> <mnt_point> <type> <mnt_flags> <fs_mgr_flags> | ||
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait,check | ||
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,barrier=1 wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/extra | ||
/dev/block/platform/msm_sdcc.1/by-name/devlog /devlog ext4 noatime,nosuid,nodev,barrier=1 wait | ||
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,noatime,barrier=1 wait |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-62.7 KB
recovery/root/res/offmode_charging_warn_images/batt_incompatible_charger.png
Binary file not shown.
Binary file removed
BIN
-49.9 KB
recovery/root/res/offmode_charging_warn_images/batt_low_current_charger.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
type akmd, domain; | ||
type akmd_exec, exec_type, file_type; | ||
init_daemon_domain(akmd) | ||
|
||
allow akmd sensors_data_file:file { getattr setattr open read write create }; | ||
allow akmd sensors_device:chr_file { open read write ioctl }; | ||
allow akmd system_data_file:dir { add_name write }; | ||
type_transition akmd system_data_file:file sensors_data_file; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
allow bluetooth smd_device:chr_file rw_file_perms; | ||
allow bluetooth bluetooth_device:chr_file { write open }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
type cir_fw_update, domain; | ||
type cir_fw_update_exec, exec_type, file_type; | ||
init_daemon_domain(cir_fw_update) | ||
|
||
allow cir_fw_update cir_device:chr_file { getattr open read write ioctl }; | ||
allow cir_fw_update self:capability dac_override; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
# GPU (used by most UI apps) | ||
type gpu_device, dev_type; | ||
|
||
# BT lock device for BCM4335 | ||
type btlock_device, dev_type; | ||
|
||
# Qualcomm Secure Execution Environment Communicator (QSEECOM) device | ||
type qseecom_device, dev_type; | ||
|
||
type diag_device, dev_type; | ||
|
||
# Qualcomm MSM Audio ACDB device | ||
type msm_acdb_device, dev_type; | ||
|
||
# Kickstart device used by QC qcks | ||
type kickstart_device, dev_type; | ||
|
||
# SMD device, used by hci_qcomm_init | ||
type smd_device, dev_type; | ||
type bluetooth_device, dev_type; | ||
type cir_device, dev_type; | ||
type timerirq_device, dev_type; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
# Qualcomm MSM Interface (QMI) socket types | ||
type qmux_audio_socket, file_type; | ||
type qmux_bluetooth_socket, file_type; | ||
type qmux_gps_socket, file_type; | ||
type qmux_radio_socket, file_type; | ||
|
||
allow efs_file rootfs:filesystem associate; | ||
allow cache_file rootfs:filesystem associate; | ||
allow asec_apk_file rootfs:filesystem associate; | ||
type camera_sysfs, fs_type, sysfs_type; | ||
type vibeamp_sysfs, fs_type, sysfs_type; |
Oops, something went wrong.