Ticket #8434 (closed defect: fixed)
ttyUSB devices should be accessible by user olpc
| Reported by: | pgf | Owned by: | cscott |
|---|---|---|---|
| Priority: | normal | Milestone: | 8.2.0 (was Update.2) |
| Component: | security | Version: | Development build as of this date |
| Keywords: | csafor8.2 | Cc: | mstone, gregorio, jmaloney@… |
| Action Needed: | test in release | Verified: | no |
| Deployments affected: | Blocked By: | ||
| Blocking: |
Description
currently (some) USB serial devices are supported on the laptop, including the Scratch sensor board. but because tty devices normally require privileged users, the devices aren't accessible without modifying system configuration.
we should create a udev rule to set the correct permissions by default on device insertion -- this rule should be placed in a file in /etc/udev/rules.d, and should contain:
KERNEL=="ttyUSB*", MODE="0666"
(thanks to john maloney for reminding us of this. i meant to report it some time ago.)
Change History
Note: See
TracTickets for help on using
tickets.


