2018-11-16 04:56:28 +01:00
|
|
|
r_dir_file(hal_sensors_default, efs_file)
|
|
|
|
|
2018-10-21 01:21:50 +02:00
|
|
|
allow hal_sensors_default {
|
2018-11-16 04:56:28 +01:00
|
|
|
iio_device
|
|
|
|
sensors_device
|
|
|
|
}:chr_file r_file_perms;
|
2018-11-16 15:25:43 +01:00
|
|
|
|
2018-11-16 15:27:03 +01:00
|
|
|
allow hal_sensors_default {
|
|
|
|
sysfs_iio
|
|
|
|
sysfs_input
|
|
|
|
}:dir r_dir_perms;
|
|
|
|
|
2018-11-16 04:56:28 +01:00
|
|
|
allow hal_sensors_default {
|
|
|
|
sysfs_batteryinfo
|
|
|
|
sysfs_graphics
|
|
|
|
sysfs_leds
|
2018-11-30 05:37:01 +01:00
|
|
|
sysfs_sec_thermistor
|
2018-11-16 04:56:28 +01:00
|
|
|
}:dir search;
|
|
|
|
|
2018-10-21 01:21:50 +02:00
|
|
|
allow hal_sensors_default {
|
|
|
|
sysfs_batteryinfo
|
|
|
|
sysfs_graphics
|
2018-11-15 03:57:03 +01:00
|
|
|
sysfs_sec_thermistor
|
2018-10-21 01:21:50 +02:00
|
|
|
}:file r_file_perms;
|
|
|
|
|
2018-11-16 15:27:03 +01:00
|
|
|
allow hal_sensors_default {
|
|
|
|
sysfs_iio
|
|
|
|
sysfs_input
|
|
|
|
}:file rw_file_perms;
|
|
|
|
|
|
|
|
allow hal_sensors_default {
|
|
|
|
sysfs_iio
|
|
|
|
sysfs_input
|
|
|
|
}:lnk_file read;
|