diff options
| author | Howard M. Harte <hharte@cyngn.com> | 2015-08-04 17:43:00 -0700 |
|---|---|---|
| committer | Howard M. Harte <hharte@cyngn.com> | 2015-08-04 17:44:56 -0700 |
| commit | d0ff995f8207fb967e8f8558f5cf6483dabcd224 (patch) | |
| tree | 1d67a53551a0159906b624c9978e713dd0e64f4b | |
| parent | e9b2e30f0ba10ae140600718e47fef019e0902f1 (diff) | |
Z008: cts: Fix for android.permission.cts.FileSystemPermissionTest
Change-Id: Ic98c454be2529f93f115b78376f7929f07ebd65c
| -rw-r--r-- | rootdir/etc/init.mofd_v1.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/init.mofd_v1.rc b/rootdir/etc/init.mofd_v1.rc index f5be851..8272579 100644 --- a/rootdir/etc/init.mofd_v1.rc +++ b/rootdir/etc/init.mofd_v1.rc @@ -207,9 +207,9 @@ on post-fs # SEP (Chaabi) copy /system/etc/security/sep_policy.conf /sys/fs/sepfs/load chown system system /dev/dx_sep_q0 - chmod 0666 /dev/dx_sep_q0 + chmod 0660 /dev/dx_sep_q0 chown system system /dev/dx_sep_q1 - chmod 0666 /dev/dx_sep_q1 + chmod 0660 /dev/dx_sep_q1 #Gyroscope l3g4200d chown system system /sys/bus/i2c/devices/5-0068/poll |
