mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
e03bb93d67
* avc: denied { search } for name="leds" dev="sysfs" ino=7437 scontext=u:r:hal_sensors_default:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=1 * avc: denied { setattr } for name="led_r" dev="sysfs" ino=25718 scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 Change-Id: I8840e28b3aa72e60d5c15cad66f043a36a15c771
13 lines
242 B
Text
13 lines
242 B
Text
allow init sysfs_iio:lnk_file read;
|
|
|
|
allow init sysfs_input:file rw_file_perms;
|
|
|
|
allow init sysfs_graphics:file r_file_perms;
|
|
|
|
allow init {
|
|
sysfs_batteryinfo
|
|
sysfs_graphics
|
|
sysfs_iio
|
|
sysfs_input
|
|
sysfs_leds
|
|
}:file setattr;
|