diff options
| author | Jeff Vander Stoep <jeffv@google.com> | 2016-05-10 12:57:12 -0700 |
|---|---|---|
| committer | Jeff Vander Stoep <jeffv@google.com> | 2016-05-10 15:35:14 -0700 |
| commit | 726f104df3e27af34b3c42e1e9842998f1e5d77b (patch) | |
| tree | 6761a14c1a8199c0de6fff60f2751c0ee3c0c44d /ueventd.common.rc | |
| parent | f75f3b177b1f2905e852f98bd8f2059437abf8c7 (diff) | |
Run nanocmd_app in system group
Change permissions on the following files to give group write access.
crw-r----- 1 system system 220, 0 1970-01-18 14:37 /dev/nanohub
crw-r----- 1 system system 220, 1 1970-01-18 14:37 /dev/nanohub_comms
Change-Id: I18429d3bd3bf545f538e19b82860d674a9bf8eec
Diffstat (limited to 'ueventd.common.rc')
| -rw-r--r-- | ueventd.common.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ueventd.common.rc b/ueventd.common.rc index c2c75044..2981edc8 100644 --- a/ueventd.common.rc +++ b/ueventd.common.rc @@ -51,8 +51,8 @@ #permissions for CSVT /dev/smd11 0660 radio radio -/dev/nanohub 0640 system system -/dev/nanohub_comms 0640 system system +/dev/nanohub 0660 system system +/dev/nanohub_comms 0660 system system /dev/radio0 0640 system system /dev/rfcomm0 0660 bluetooth bluetooth /dev/ttyUSB0 0660 bluetooth bluetooth |
