sweet: Drop selinux context from batterysecret init unit
We do that from sepolicy label Change-Id: I0aa6778bca6c6175eb41364d4932a1ee868f7b21
This commit is contained in:
parent
e30e8e580f
commit
c26b57ac9f
@ -8,6 +8,9 @@
|
||||
|
||||
function blob_fixup() {
|
||||
case "${1}" in
|
||||
vendor/etc/init/init.batterysecret.rc)
|
||||
sed -i "/seclabel u:r:batterysecret:s0/d" "${2}"
|
||||
;;
|
||||
vendor/etc/init/init.mi_thermald.rc)
|
||||
sed -i "/seclabel u:r:mi_thermald:s0/d" "${2}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user