Merge "Add dontaudit rules for nfc.persist properties" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-15 22:12:01 +00:00
committed by Android (Google) Code Review
3 changed files with 5 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ allow hal_nfc_default nfc_vendor_data_file:file create_file_perms;
dontaudit hal_nfc_default nxpese_hwservice:hwservice_manager find;
dontaudit hal_nfc_default nxpnfc_hwservice:hwservice_manager add;
dontaudit hal_nfc_default persist_nfc_prop:file read;

View File

@@ -24,3 +24,4 @@ type vendor_radio_prop, property_type;
type vendor_wifi_version, property_type;
type vendor_usb_config_prop, property_type;
type vendor_charge_prop, property_type;
type persist_nfc_prop, property_type;

View File

@@ -200,3 +200,6 @@ persist.service.bdroid.ssrlvl u:object_r:vendor_bluetooth_prop:s0
ro.bluetooth.a4wp u:object_r:vendor_bluetooth_prop:s0
ro.bluetooth.emb_wp_mode u:object_r:vendor_bluetooth_prop:s0
ro.bluetooth.wipower u:object_r:vendor_bluetooth_prop:s0
# persist_nfc_prop
persist.nfc. u:object_r:persist_nfc_prop:s0