sdm845-common: Relocate dashd to /system/bin
Change-Id: Ief585959ebef9461bd62b26039997ae3c438c1d5
This commit is contained in:
parent
1ef6a00e0b
commit
98fbd09d7d
4 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,7 @@ product/lib64/libaptX_encoder.so|df1c89d7af1bb35808d5fe3496b04ba066c10cbc
|
||||||
product/lib64/libaptXHD_encoder.so|e13fa70c97caaa24d061678bdee608eb8850a69e
|
product/lib64/libaptXHD_encoder.so|e13fa70c97caaa24d061678bdee608eb8850a69e
|
||||||
|
|
||||||
# DASH
|
# DASH
|
||||||
-sbin/dashd;rootfs
|
sbin/dashd:bin/dashd
|
||||||
|
|
||||||
# DPM
|
# DPM
|
||||||
framework/tcmclient.jar
|
framework/tcmclient.jar
|
||||||
|
|
|
@ -11,10 +11,9 @@ on charger
|
||||||
service cvphalservice /system/bin/true
|
service cvphalservice /system/bin/true
|
||||||
disabled
|
disabled
|
||||||
|
|
||||||
service dashd /sbin/dashd
|
service dashd /system/bin/dashd
|
||||||
class core
|
class core
|
||||||
critical
|
critical
|
||||||
seclabel u:r:dashd:s0
|
|
||||||
group root system
|
group root system
|
||||||
|
|
||||||
service factory-hal-1-0 /system/bin/true
|
service factory-hal-1-0 /system/bin/true
|
||||||
|
|
2
sepolicy/private/dashd.te
Normal file
2
sepolicy/private/dashd.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
type dashd, coredomain, domain;
|
||||||
|
type dashd_exec, exec_type, system_file_type, file_type;
|
|
@ -15,6 +15,9 @@
|
||||||
/system/bin/hw/lineage\.livedisplay@2\.0-service\.oneplus_sdm845 u:object_r:hal_livedisplay_sdm845_exec:s0
|
/system/bin/hw/lineage\.livedisplay@2\.0-service\.oneplus_sdm845 u:object_r:hal_livedisplay_sdm845_exec:s0
|
||||||
/system/bin/hw/lineage\.touch@1\.0-service\.oneplus_sdm845 u:object_r:hal_touch_sdm845_exec:s0
|
/system/bin/hw/lineage\.touch@1\.0-service\.oneplus_sdm845 u:object_r:hal_touch_sdm845_exec:s0
|
||||||
|
|
||||||
|
# DASH
|
||||||
|
/system/bin/dashd u:object_r:dashd_exec:s0
|
||||||
|
|
||||||
# tri-state-key
|
# tri-state-key
|
||||||
/system/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0
|
/system/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue