diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2016-08-06 22:11:12 -0400 |
|---|---|---|
| committer | sayeed99 <sayeed.afridi2009@gmail.com> | 2016-09-03 12:14:52 +0530 |
| commit | 2da7027e856278963064baf43585e34bbb4f1b34 (patch) | |
| tree | df53f331db17e5234852aba17dca01276c64d3ae /rootdir | |
| parent | a05b7a5aa51cda3107cf310705f25e68d733e8e8 (diff) | |
mofd: add uevent perms for ion, watchdog & modem
Change-Id: I31a4737aba49bd577de0d0d926621a2bc5acd9f2
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/ueventd.mofd_v1.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/etc/ueventd.mofd_v1.rc b/rootdir/etc/ueventd.mofd_v1.rc index c169d6f..14519c6 100644 --- a/rootdir/etc/ueventd.mofd_v1.rc +++ b/rootdir/etc/ueventd.mofd_v1.rc @@ -25,6 +25,9 @@ /dev/media* 0660 root camera /dev/ipu-psys* 0660 root camera +# Intel SCU watchdog +/dev/watchdog 0600 system system + # Device needed by shared transport layer (used by bluetooth, FM and GPS) /dev/rfkill 0660 bluetooth bluetooth /dev/hci_tty 0660 bluetooth bluetooth @@ -45,6 +48,7 @@ /dev/card0 0666 system system /dev/pvr_sync 0666 system system /dev/sw_sync 0660 system system +/dev/ion 0666 system system # NFCC devices /dev/pn544 0660 nfc nfc @@ -55,6 +59,7 @@ /sys/devices/pci* L2_autosuspend_enable 0664 root system # the 2nd modem UART interfaces should only be readable for other +/sys/devices/pci0000:00/0000:00:04.3 power/control 0664 root system /sys/devices/pci0000:00/0000:00:04.2 power/control 0664 root system # cpufreq sysfs interfaces permission |
