Merge "zumapro: Add sysfs_faceauth_gcma_heap type" into udc-qpr-dev am: dabd49dff7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro-sepolicy/+/24344182 Change-Id: Ib51174c7295250263aacab2b62e2c10418bc1d91 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4dd5e0387a
2 changed files with 6 additions and 0 deletions
3
vendor/file.te
vendored
3
vendor/file.te
vendored
|
@ -49,3 +49,6 @@ type sysfs_ota, sysfs_type, fs_type;
|
||||||
|
|
||||||
# GSA
|
# GSA
|
||||||
type sysfs_gsa_log, sysfs_type, fs_type;
|
type sysfs_gsa_log, sysfs_type, fs_type;
|
||||||
|
|
||||||
|
# Faceauth
|
||||||
|
type sysfs_faceauth_rawimage_heap, sysfs_type, fs_type;
|
||||||
|
|
3
vendor/genfs_contexts
vendored
3
vendor/genfs_contexts
vendored
|
@ -497,3 +497,6 @@ genfscon sysfs /devices/platform/17000000.aoc/control/memory_votes_ff1 u:ob
|
||||||
|
|
||||||
# OTA
|
# OTA
|
||||||
genfscon sysfs /devices/platform/13200000.ufs/pixel/boot_lun_enabled u:object_r:sysfs_ota:s0
|
genfscon sysfs /devices/platform/13200000.ufs/pixel/boot_lun_enabled u:object_r:sysfs_ota:s0
|
||||||
|
|
||||||
|
# Faceauth
|
||||||
|
genfscon sysfs /sys/kernel/vendor_mm/gcma_heap/trusty:faceauth_rawimage_heap/max_usage_kb u:object_r:sysfs_faceauth_rawimage_heap:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue