Merge "change files in /dev/log/ to 666"
This commit is contained in:
commit
c8583c680a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue