Merge "change files in /dev/log/ to 666"

This commit is contained in:
Nick Kralevich 2012-03-29 10:40:00 -07:00 committed by Android (Google) Code Review
commit c8583c680a
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@
/dev/ashmem 0666 root root
/dev/binder 0666 root root
# logger should be world writable (for logging) but not readable
/dev/log/* 0662 root log
# 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
# the msm hw3d client device node is world writable/readable.
/dev/msm_hw3dc 0666 root root