OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sensors_config
(Results
1 - 2
of
2
) sorted by null
/device/asus/grouper/sepolicy/
sensors_config.te
2
#
sensors_config
: load calibration files.
4
type
sensors_config
, domain;
7
init_daemon_domain(
sensors_config
)
8
file_type_auto_trans(
sensors_config
, system_data_file, sensors_data_file)
11
allow
sensors_config
shell_exec:file rx_file_perms;
12
allow
sensors_config
system_file:file execute_no_trans;
15
allow
sensors_config
sensors_data_file:dir mounton;
16
allow
sensors_config
sdcard_external:filesystem { mount unmount };
17
allow
sensors_config
{ sdcard_external block_device }:dir search;
20
allow
sensors_config
sdcard_external:file r_file_perms
[
all
...]
/device/asus/grouper/
BoardConfigCommon.mk
103
sensors_config
.te \
Completed in 160 milliseconds