rpmb_dev: add rpmb_dev package am: f02f35fa9c
Original change: https://android-review.googlesource.com/c/device/google/gs-common/+/3001224 Change-Id: Ia2a0d785d9988b2ab661ada8c0c23f28c472fc30 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2120172acc
3 changed files with 9 additions and 0 deletions
3
trusty/rpmb_dev/rpmb_dev.mk
Normal file
3
trusty/rpmb_dev/rpmb_dev.mk
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/trusty/rpmb_dev/sepolicy
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += rpmb_dev
|
2
trusty/rpmb_dev/sepolicy/file_contexts
Normal file
2
trusty/rpmb_dev/sepolicy/file_contexts
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Binaries
|
||||||
|
/vendor/bin/rpmb_dev u:object_r:rpmb_dev_exec:s0
|
4
trusty/rpmb_dev/sepolicy/rpmb_dev.te
Normal file
4
trusty/rpmb_dev/sepolicy/rpmb_dev.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
type rpmb_dev, domain;
|
||||||
|
type rpmb_dev_exec, vendor_file_type, exec_type, file_type;
|
||||||
|
|
||||||
|
init_daemon_domain(rpmb_dev)
|
Loading…
Add table
Add a link
Reference in a new issue