Skip to content
Snippets Groups Projects
Commit 4bfbac11 authored by Saalim Quadri's avatar Saalim Quadri Committed by Dhina17
Browse files

onclite: sepolicy: Fix sepolicy build for a12

Change-Id: I0076bc2c3ca429a37c2d1a7909a47e47cd2bb881
parent b9b080ea
No related branches found
No related tags found
No related merge requests found
......@@ -31,4 +31,4 @@ allow hal_fingerprint_default storage_file:lnk_file { getattr read };
r_dir_file(hal_fingerprint_default, firmware_file)
set_prop(hal_fingerprint_default, fp_prop);
set_prop(hal_fingerprint_default, vendor_fp_prop);
# Fingerprint
type fp_prop, property_type;
system_public_prop(vendor_fp_prop)
......@@ -5,7 +5,7 @@ camera.dual.mode u:object_r:camera_prop:s0
persist.camera. u:object_r:camera_prop:s0
# Fingerprint
sys.fp.goodix u:object_r:fp_prop:s0
sys.fp.vendor u:object_r:fp_prop:s0
persist.sys.fp. u:object_r:fp_prop:s0
persist.vendor.sys.fp. u:object_r:fp_prop:s0
sys.fp.goodix u:object_r:vendor_fp_prop:s0
sys.fp.vendor u:object_r:vendor_fp_prop:s0
persist.sys.fp. u:object_r:vendor_fp_prop:s0
persist.vendor.sys.fp. u:object_r:vendor_fp_prop:s0
......@@ -5,4 +5,4 @@ r_dir_file(system_server, idc_file);
r_dir_file(system_server, keylayout_file);
# Fingerprint
get_prop(system_server, fp_prop);
get_prop(system_server, vendor_fp_prop);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment