Snap for 9089009 from 1bfa9e6a2fd2610264fb790f0eb8d8a084b42e9f to udc-release
Change-Id: I61485e910e7f8f716bcbf89d743d5bdee4c711ea
This commit is contained in:
commit
55d7a270c8
@ -6,7 +6,9 @@ PRODUCT_PACKAGES += \
|
||||
citadeld \
|
||||
citadel_updater \
|
||||
android.hardware.weaver@1.0-service.citadel \
|
||||
android.hardware.weaver-service.citadel \
|
||||
android.hardware.authsecret-service.citadel \
|
||||
android.hardware.oemlock-service.citadel \
|
||||
android.hardware.identity@1.0-service.citadel \
|
||||
init_citadel \
|
||||
android.hardware.strongbox_keystore.xml \
|
||||
|
@ -3,8 +3,10 @@
|
||||
/vendor/bin/hw/init_citadel u:object_r:init_citadel_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.security\.keymint-service\.citadel u:object_r:hal_keymint_citadel_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.weaver@1\.0-service\.citadel u:object_r:hal_weaver_citadel_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.weaver-service\.citadel u:object_r:hal_weaver_citadel_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.identity@1\.0-service\.citadel u:object_r:hal_identity_citadel_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.authsecret-service\.citadel u:object_r:hal_authsecret_citadel_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.oemlock-service\.citadel u:object_r:hal_oemlock_citadel_exec:s0
|
||||
/vendor/bin/hw/citadel_updater u:object_r:citadel_updater:s0
|
||||
/vendor/bin/hw/citadeld u:object_r:citadeld_exec:s0
|
||||
|
||||
|
9
dauntless/sepolicy/hal_oemlock_citadel.te
Normal file
9
dauntless/sepolicy/hal_oemlock_citadel.te
Normal file
@ -0,0 +1,9 @@
|
||||
type hal_oemlock_citadel, domain;
|
||||
type hal_oemlock_citadel_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
vndbinder_use(hal_oemlock_citadel)
|
||||
binder_call(hal_oemlock_citadel, citadeld)
|
||||
allow hal_oemlock_citadel citadeld_service:service_manager find;
|
||||
|
||||
hal_server_domain(hal_oemlock_citadel, hal_oemlock)
|
||||
init_daemon_domain(hal_oemlock_citadel)
|
Loading…
x
Reference in New Issue
Block a user