sanders: Add spectrum support
Co-authored-by: Anushek Prasal <anushekprasal@gmail.com> Co-authored-by: ronaxdevil <pratabidya.007@gmail.com> Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
4
sepolicy/vendor/property.te
vendored
4
sepolicy/vendor/property.te
vendored
@@ -5,3 +5,7 @@ type touch_prop, property_type;
|
||||
type diag_prop, property_type;
|
||||
type thermal_prop, property_type;
|
||||
type qti_telephony_prop, property_type;
|
||||
type dirac_prop, property_type;
|
||||
# Spectrum
|
||||
type spectrum_prop, property_type;
|
||||
|
||||
|
||||
4
sepolicy/vendor/property_contexts
vendored
4
sepolicy/vendor/property_contexts
vendored
@@ -3,3 +3,7 @@ hw.aov.hotword_dsp_path u:object_r:adspd_prop:s0
|
||||
hw.motosh.booted u:object_r:motosh_prop:s0
|
||||
ro.boot.hardware.revision u:object_r:hw_rev_prop:s0
|
||||
hw.touch.status u:object_r:touch_prop:s0
|
||||
persist.audio.dirac. u:object_r:dirac_prop:s0
|
||||
# Spectrum
|
||||
persist.spectrum.profile u:object_r:spectrum_prop:s0
|
||||
|
||||
|
||||
1
sepolicy/vendor/system_app.te
vendored
1
sepolicy/vendor/system_app.te
vendored
@@ -15,3 +15,4 @@ get_prop(system_app, diag_prop);
|
||||
binder_call(system_app, qtitetherservice_service);
|
||||
binder_call(system_app, wificond);
|
||||
|
||||
get_prop(system_app, spectrum_prop);
|
||||
|
||||
Reference in New Issue
Block a user