sm8150-common: sepolicy: Restore dashd domain
Change-Id: I7d3e1bd878319ce269fc19d0ec1ef69081d68edb
This commit is contained in:
parent
2f3c726854
commit
119cc4d051
|
@ -1285,5 +1285,5 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
|
||||||
service dashd /sbin/dashd
|
service dashd /sbin/dashd
|
||||||
class core
|
class core
|
||||||
critical
|
critical
|
||||||
#seclabel u:r:dashd:s0
|
seclabel u:r:dashd:s0
|
||||||
group root system
|
group root system
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
type dashd, domain;
|
||||||
|
type dashd_exec, exec_type, vendor_file_type, file_type;
|
||||||
|
|
||||||
|
init_daemon_domain(dashd)
|
Loading…
Reference in New Issue