-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathueventd.rc
executable file
·131 lines (120 loc) · 7.1 KB
/
ueventd.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/dev/null 0666 root root
/dev/zero 0666 root root
/dev/full 0666 root root
/dev/ptmx 0666 root root
/dev/tty 0666 root root
/dev/random 0666 root root
/dev/urandom 0666 root root
# Make HW RNG readable by group system to let EntropyMixer read it.
/dev/hw_random 0660 system system
/dev/ashmem 0666 root root
/dev/binder 0666 root root
# Anyone can read the logs, but if they're not in the "logs"
# group, then they'll only see log entries for their UID.
/dev/log/* 0666 root log
# the msm hw3d client device node is world writable/readable
/dev/msm_hw3dc 0666 root root
# the DIAG device node is not world writable/readable.
/dev/diag 0660 system qcom_diag
# gpu driver for adreno200 is globally accessible
/dev/kgsl 0666 root root
# kms driver for drm based gpu
/dev/dri/* 0666 root graphics
# these should not be world writable
/dev/diag_arm9 0660 radio radio
/dev/android_adb 0660 adb adb
/dev/android_adb_enable 0660 adb adb
/dev/ttyMSM0 0600 bluetooth bluetooth
/dev/uhid 0660 system net_bt_stack
/dev/uinput 0660 system net_bt_stack
/dev/alarm 0664 system radio
/dev/tty0 0660 root system
/dev/graphics/* 0660 system graphics
/dev/msm_hw3dm 0660 system graphics
/dev/input/* 0660 root input
/dev/eac 0660 root audio
/dev/cam 0660 root camera
/dev/pmem 0660 system graphics
/dev/pmem_adsp* 0660 system audio
/dev/pmem_camera* 0660 system camera
/dev/oncrpc/* 0660 root system
/dev/adsp/* 0660 system audio
/dev/snd/* 0660 system audio
/dev/mt9t013 0660 system system
/dev/msm_camera/* 0660 system camera
/dev/akm8976_daemon 0640 compass system
/dev/akm8976_aot 0640 compass system
/dev/akm8973_daemon 0640 compass system
/dev/akm8973_aot 0640 compass system
/dev/bma150 0640 compass system
/dev/cm3602 0640 compass system
/dev/akm8976_pffd 0640 compass system
/dev/lightsensor 0640 system system
/dev/msm_pcm_out* 0660 system audio
/dev/msm_pcm_in* 0660 system audio
/dev/msm_pcm_ctl* 0660 system audio
/dev/msm_snd* 0660 system audio
/dev/msm_mp3* 0660 system audio
/dev/audience_a1026* 0660 system audio
/dev/tpa2018d1* 0660 system audio
/dev/msm_audpre 0660 system audio
/dev/msm_audio_ctl 0660 system audio
/dev/htc-acoustic 0660 system audio
/dev/vdec 0660 system audio
/dev/q6venc 0660 system audio
/dev/snd/dsp 0660 system audio
/dev/snd/dsp1 0660 system audio
/dev/snd/mixer 0660 system audio
/dev/smd0 0640 radio radio
/dev/qmi 0640 radio radio
/dev/qmi0 0640 radio radio
/dev/qmi1 0640 radio radio
/dev/qmi2 0640 radio radio
/dev/bus/usb/* 0660 root usb
/dev/mtp_usb 0660 root mtp
/dev/usb_accessory 0660 root usb
/dev/tun 0660 system vpn
# CDMA radio interface MUX
/dev/ts0710mux* 0640 radio radio
/dev/ppp 0660 radio vpn
# sysfs properties
/sys/devices/virtual/input/input* enable 0660 root input
/sys/devices/virtual/input/input* poll_delay 0660 root input
/sys/devices/virtual/usb_composite/* enable 0664 root system
/sys/devices/system/cpu/cpufreq ondemand/boostfreq 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/boostpulse 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/boosttime 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/input_boost 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/sampling_rate 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/sampling_rate_min 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/ignore_nice_load 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/io_is_busy 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/down_differential 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/powersave_bias 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/sampling_down_factor 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/up_threshold 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/up_threshold_multi_core 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/down_differential_multi_core 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/optimal_freq 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/sync_freq 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/up_threshold_any_cpu_load 0664 system system
/sys/devices/system/cpu/cpufreq ondemand/up_threshold_multi_core 0664 system system
/sys/devices/system/cpu/cpufreq interactive/boost 0664 system system
/sys/devices/system/cpu/cpufreq interactive/boostpulse 0664 system system
/sys/devices/system/cpu/cpufreq interactive/boostpulse_duration 0664 system system
/sys/devices/system/cpu/cpufreq interactive/timer_rate 0664 system system
/sys/devices/system/cpu/cpufreq interactive/min_sample_rate 0664 system system
/sys/devices/system/cpu/cpufreq interactive/min_sample_time 0664 system system
/sys/devices/system/cpu/cpufreq interactive/sampling_down_factor 0664 system system
/sys/devices/system/cpu/cpufreq interactive/sync_freq 0664 system system
/sys/devices/system/cpu/cpufreq interactive/target_loads 0664 system system
/sys/devices/system/cpu/cpufreq interactive/hispeed_freq 0664 system system
/sys/devices/system/cpu/cpufreq interactive/go_hispeed_load 0664 system system
/sys/devices/system/cpu/cpufreq interactive/above_hispeed_delay 0664 system system
/sys/devices/system/cpu/cpufreq interactive/io_is_busy 0664 system system
/sys/devices/system/cpu/cpufreq interactive/timer_slack 0664 system system
/sys/devices/system/cpu/cpufreq interactive/up_threshold_any_cpu_freq 0664 system system
/sys/devices/system/cpu/cpufreq interactive/up_threshold_any_cpu_load 0664 system system
/sys/devices/system/cpu/cpu* cpufreq/scaling_max_freq 0664 system system
/sys/devices/system/cpu/cpu* cpufreq/scaling_min_freq 0664 system system
/sys/devices/system/cpu/cpu* cpufreq/scaling_governor 0664 system system