diff options
author | Nick Kralevich <nnk@google.com> | 2012-03-29 10:40:00 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-29 10:40:00 -0700 |
commit | c8583c680a62dcd8f66952a71cd986f477aa1241 (patch) | |
tree | 139331a2fb5324e583472a20c33d2b2afefea2c8 | |
parent | 61745ed7fb1e922afb8b7a105b3e8556c5f83e02 (diff) | |
parent | 3439cc6145d24d2495490dab3e48d91cf36bccc3 (diff) | |
download | core-c8583c680a62dcd8f66952a71cd986f477aa1241.tar.gz core-c8583c680a62dcd8f66952a71cd986f477aa1241.tar.bz2 core-c8583c680a62dcd8f66952a71cd986f477aa1241.zip |
Merge "change files in /dev/log/ to 666"
-rw-r--r-- | rootdir/ueventd.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index 438cf0a56..07624c4ad 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -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 |