mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-06 08:18:06 -04:00
universal7870: update init files with A6 Q files
This commit is contained in:
parent
ea162398f0
commit
03c3773a5e
5 changed files with 262 additions and 254 deletions
|
@ -1,112 +1,3 @@
|
|||
# ueventd can only set permissions on device nodes and their associated
|
||||
# sysfs attributes, not on arbitrary paths.
|
||||
#
|
||||
# format for /dev rules: devname mode uid gid
|
||||
# format for /sys rules: nodename attr mode uid gid
|
||||
# shortcut: "mtd@NN" expands to "/dev/mtd/mtdNN"
|
||||
|
||||
/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 0440 root system
|
||||
/dev/ashmem 0666 root root
|
||||
/dev/binder 0666 root root
|
||||
/dev/hwbinder 0666 root root
|
||||
/dev/vndbinder 0666 root root
|
||||
/dev/ovr* 0664 root system
|
||||
/dev/tvr* 0664 root system
|
||||
|
||||
# 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
|
||||
/dev/pmsg0 0222 root log
|
||||
|
||||
# the msm hw3d client device node is world writable/readable.
|
||||
/dev/msm_hw3dc 0666 root root
|
||||
|
||||
# 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 0660 radio radio
|
||||
/dev/diag_arm9 0660 radio radio
|
||||
/dev/ttyMSM0 0600 bluetooth bluetooth
|
||||
/dev/uhid 0660 system bluetooth
|
||||
/dev/uinput 0660 system bluetooth
|
||||
/dev/alarm 0664 system radio
|
||||
/dev/power_on_alarm 0660 system radio
|
||||
/dev/rtc0 0640 system system
|
||||
/dev/tty0 0660 root system
|
||||
/dev/graphics/* 0660 root 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 system
|
||||
/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/platform/trusty.* trusty_version 0440 root log
|
||||
/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/cpu* cpufreq/scaling_max_freq 0664 system system
|
||||
/sys/devices/system/cpu/cpu* cpufreq/scaling_min_freq 0664 system system
|
||||
|
||||
# DVB API device nodes
|
||||
/dev/dvb* 0660 root system
|
||||
|
||||
# uevent.samsungexynos7870.rc
|
||||
/dev/mali0 0666 system system
|
||||
/dev/ion 0666 system system
|
||||
/dev/ump 0666 system graphics
|
||||
|
@ -157,10 +48,10 @@
|
|||
/dev/video31 0660 media graphics
|
||||
|
||||
# mscalers
|
||||
/dev/video50 0660 media graphics
|
||||
/dev/video50 0660 mediacodec drmrpc
|
||||
/dev/video51 0660 media graphics
|
||||
/dev/m2m1shot_scaler0 0660 mediacodec drmrpc
|
||||
/dev/m2m1shot_scaler1 0660 mediacodec drmrpc
|
||||
/dev/m2m1shot_scaler1 0660 cameraserver cameraserver
|
||||
|
||||
/dev/video55 0666 system graphics
|
||||
/dev/fimg2d 0666 system graphics
|
||||
|
@ -168,10 +59,10 @@
|
|||
/dev/HPD 0660 system system
|
||||
|
||||
# mfc
|
||||
/dev/video6 0660 mediacodec mediadrm
|
||||
/dev/video7 0660 media mediadrm
|
||||
/dev/video8 0660 media mediadrm
|
||||
/dev/video9 0660 media mediadrm
|
||||
/dev/video6 0660 mediacodec mediadrm
|
||||
/dev/video7 0660 mediacodec mediadrm
|
||||
/dev/video8 0660 mediacodec mediadrm
|
||||
/dev/video9 0660 mediacodec mediadrm
|
||||
|
||||
# camera
|
||||
/dev/video100 0660 cameraserver camera
|
||||
|
@ -205,41 +96,47 @@
|
|||
# jpeg
|
||||
/dev/video12 0660 cameraserver media
|
||||
|
||||
# Google FRP solution
|
||||
/dev/block/platform/13540000.dwmmc0/by-name/PERSISTENT 0660 system system
|
||||
|
||||
# Reactivation Lock
|
||||
/dev/block/platform/13540000.dwmmc0/by-name/STEADY 0660 system system
|
||||
|
||||
# audio
|
||||
/dev/seiren 0660 system audio
|
||||
|
||||
# MobiCore
|
||||
/dev/mobicore 0700 system system
|
||||
/dev/mobicore-user 0666 radio system
|
||||
/dev/mobicore 0600 system system
|
||||
/dev/mobicore-user 0666 radio system
|
||||
|
||||
# Secure MEM driver
|
||||
/dev/s5p-smem 0660 system system
|
||||
|
||||
# Fingerprint Sensor
|
||||
/dev/vfsspi 0660 system system
|
||||
/dev/esfp0 0660 system system
|
||||
/dev/goodix_fp 0660 system system
|
||||
|
||||
# cbd modem block
|
||||
/dev/block/mmcblk0p5 0400 radio system
|
||||
|
||||
# Modem Interface
|
||||
/dev/block/platform/13540000.dwmmc0/by-name/RADIO 0660 system radio
|
||||
/dev/block/platform/13540000.dwmmc0/by-name/CP_DEBUG 0660 radio system
|
||||
/sys/devices/platform/10000.mif_pdata sim/ds_detect 0660 radio system
|
||||
|
||||
#cbd
|
||||
/dev/umts_ramdump0 0660 radio radio
|
||||
|
||||
# dev ril bridge
|
||||
/dev/drb 0660 system radio
|
||||
|
||||
# for DM tools
|
||||
/dev/umts_dm0 0660 radio radio
|
||||
/dev/umts_router 0660 radio radio
|
||||
|
||||
# SIPC RIL
|
||||
/dev/umts_boot0 0660 radio radio
|
||||
/dev/umts_ipc0 0660 radio radio
|
||||
# /dev/umts_ipc1 0660 radio radio
|
||||
/dev/umts_rfs0 0660 radio radio
|
||||
|
||||
# Modem Interface
|
||||
/dev/block/platform/13540000.dwmmc0/by-name/RADIO 0660 system radio
|
||||
/dev/block/platform/13540000.dwmmc0/by-name/CP_DEBUG 0660 radio system
|
||||
/dev/umts* 0660 system radio
|
||||
/dev/umts_csd 0660 system loop_radio
|
||||
/dev/smd4 0660 system radio
|
||||
/dev/umts_ciq0 0660 system bridge_rw
|
||||
/dev/umts* 0660 system radio
|
||||
/dev/ipc* 0660 system radio
|
||||
/dev/umts_csd 0660 system loop_radio
|
||||
/dev/smd4 0660 system radio
|
||||
/dev/ramdump_memshare 0660 system radio
|
||||
/dev/umts_ciq* 0660 system bridge_rw
|
||||
|
||||
# interactive governor parameters
|
||||
/sys/devices/system/cpu/cpu* cpufreq/interactive/timer_rate 0660 system system
|
||||
|
@ -255,13 +152,10 @@
|
|||
/sys/devices/system/cpu/cpu* cpufreq/interactive/boostpulse_duration 0660 system system
|
||||
/sys/devices/system/cpu/cpu* cpufreq/interactive/io_is_busy 0660 system system
|
||||
|
||||
# sensor sysfs properties
|
||||
/sys/devices/virtual/input/input* poll_delay 0660 system radio
|
||||
/sys/devices/virtual/input/input* enable 0660 system radio
|
||||
/dev/input/event* 0660 system input
|
||||
|
||||
# Google FRP solution
|
||||
/dev/block/platform/13540000.dwmmc0/by-name/PERSISTENT 0660 system system
|
||||
# Sensor
|
||||
/dev/input/event* 0660 system input
|
||||
/sys/devices/virtual/input/input* enable 0660 system input
|
||||
/sys/devices/virtual/input/input* poll_delay 0660 system input
|
||||
|
||||
# Sensorhub IIO
|
||||
/dev/ssp_sensorhub 0660 system system
|
||||
|
@ -269,11 +163,3 @@
|
|||
/sys/devices/13930000.spi/spi_master/spi2/spi2.0/iio:device* buffer/enable 0660 system system
|
||||
/sys/devices/13930000.spi/spi_master/spi2/spi2.0/iio:device* buffer/length 0660 system system
|
||||
/sys/bus/iio/devices/iio:device* 0664 system radio
|
||||
|
||||
# TEEGRIS
|
||||
/dev/tzdev 0660 system system
|
||||
/dev/ionfd2phys 0660 system system
|
||||
/dev/tuihw 0660 system system
|
||||
/dev/tzirs 0660 system system
|
||||
/dev/tz_shmem_validator 0666 system system
|
||||
/dev/tz_wormhole 0666 system system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue