mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: sepolicy: Resolve additional sensors HAL denials
* avc: denied { search } for name="sec-thermistor" dev="sysfs" ino=5485 scontext=u:r:hal_sensors_default:s0 tcontext=u:object_r:sysfs_sec_thermistor:s0 tclass=dir permissive=0 Change-Id: I4d77e87b2662bca081cc5b934161347fed6a157d
This commit is contained in:
parent
c75b3abe8d
commit
3be1e28b19
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ allow hal_sensors_default {
|
|||
sysfs_batteryinfo
|
||||
sysfs_graphics
|
||||
sysfs_leds
|
||||
sysfs_sec_thermistor
|
||||
}:dir search;
|
||||
|
||||
allow hal_sensors_default {
|
||||
|
|
Loading…
Reference in a new issue