uwb: permissions for factory uwb calibration file

Allow nfc hal accessing /data/vendor/uwb.

Bug: 220167093
Test: build pass
Merged-In: I33093231577b71c24d5bf6f980c7021cc546fa98
Change-Id: I33093231577b71c24d5bf6f980c7021cc546fa98
This commit is contained in:
Jack Yu 2022-02-18 21:43:46 +08:00 committed by TreeHugger Robot
parent 8f90cf5408
commit 97a25bf259

View file

@ -7,3 +7,6 @@ set_prop(hal_nfc_default, vendor_secure_element_prop)
# Modem property
set_prop(hal_nfc_default, vendor_modem_prop)
# Access uwb cal for SecureRanging Applet
allow hal_nfc_default uwb_data_vendor:dir r_dir_perms;
allow hal_nfc_default uwb_data_vendor:file r_file_perms;