diff --git a/private/file_contexts b/private/file_contexts index 16ecbf047935c7eb4a51a8d5834da089b1f33934..7ec8d22dfb1b4913e13e06507e91cb628321470f 100644 --- a/private/file_contexts +++ b/private/file_contexts @@ -239,11 +239,11 @@ /system/fake-lib(64)?/libart.* u:object_r:libart_file:s0 /system/lib(64)?/libart.* u:object_r:libart_file:s0 /system/bin/hw/android\.hardware\.audio@2\.0-service u:object_r:hal_audio_default_exec:s0 +/system/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0 /system/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0 -/system/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0 /system/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_boot_exec:s0 +/system/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0 /system/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0 -/system/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0 /system/bin/hw/android\.hardware\.dumpstate@1\.0-service u:object_r:hal_dumpstate_default_exec:s0 /system/bin/hw/android\.hardware\.gatekeeper@1\.0-service u:object_r:hal_gatekeeper_default_exec:s0 /system/bin/hw/android\.hardware\.gnss@1\.0-service u:object_r:hal_gnss_default_exec:s0 diff --git a/public/attributes b/public/attributes index aec85fb06ef97c332a6dbfeaa2f57b8664f193a7..299532b369c1415dee994f71faa994a9065701fb 100644 --- a/public/attributes +++ b/public/attributes @@ -121,6 +121,7 @@ attribute haldomain; attribute hal_audio; attribute hal_bluetooth; attribute hal_camera; +attribute hal_contexthub; attribute hal_dumpstate; attribute hal_fingerprint; attribute hal_gatekeeper; @@ -139,4 +140,3 @@ attribute hal_thermal; attribute hal_vibrator; attribute hal_vr; attribute hal_wifi; -attribute hal_contexthub;