sm8150-common: sepolicy: Restore dashd domain

Change-Id: I7d3e1bd878319ce269fc19d0ec1ef69081d68edb
This commit is contained in:
LuK1337 2019-07-07 22:54:32 +02:00
parent 2f3c726854
commit 119cc4d051
2 changed files with 5 additions and 1 deletions

View File

@ -1285,5 +1285,5 @@ service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
service dashd /sbin/dashd
class core
critical
#seclabel u:r:dashd:s0
seclabel u:r:dashd:s0
group root system

4
sepolicy/vendor/dashd.te vendored Normal file
View File

@ -0,0 +1,4 @@
type dashd, domain;
type dashd_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(dashd)