generic: Don't dontaudit vendor_persist_camera_prop read denials

This needs to be allowed in order for
I15910154c6df205e6d4e00bfad30a00c9e3d5bee to work. This will be
allowed in device/lineage/sepolicy.

Change-Id: Ie22121ee75e048bfa002d8980e15aeab1376f6b4
This commit is contained in:
Arian
2022-04-01 23:54:28 +02:00
committed by Michael Bestas
parent f82da960db
commit eb0b85aa45

View File

@@ -29,7 +29,3 @@ get_prop(appdomain, vendor_persist_dpm_prop)
get_prop(appdomain, vendor_persist_rcs_prop)
get_prop(appdomain, vendor_afp_prop)
# vendor_persist_camera_prop is not used by 3rd party apps, so don't
# audit it to suppress the denials
dontaudit appdomain vendor_persist_camera_prop:file r_file_perms;