diff options
author | Greg Hackmann <ghackmann@google.com> | 2013-12-18 00:31:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-18 00:31:30 +0000 |
commit | d9a5df44c5866a8cdd63d5ba39d70a0287a6df71 (patch) | |
tree | 33f0ada5a28be349088487c045b615fd84a5971c /rootdir | |
parent | d9f2f8a1b24d16cb98a36dc77f092529e81b034c (diff) | |
parent | 5ae67bebc46a4974869458eb35270b23633aba0c (diff) | |
download | system_core-d9a5df44c5866a8cdd63d5ba39d70a0287a6df71.zip system_core-d9a5df44c5866a8cdd63d5ba39d70a0287a6df71.tar.gz system_core-d9a5df44c5866a8cdd63d5ba39d70a0287a6df71.tar.bz2 |
am 5ae67beb: am c042bb01: am e25864b7: am 537f53b6: Merge "rootdir: add permissions for /dev/rtc0"
* commit '5ae67bebc46a4974869458eb35270b23633aba0c':
rootdir: add permissions for /dev/rtc0
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/ueventd.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index ddf8753..9bf17e2 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -35,6 +35,7 @@ subsystem adf /dev/uhid 0660 system net_bt_stack /dev/uinput 0660 system net_bt_stack /dev/alarm 0664 system radio +/dev/rtc0 0664 system radio /dev/tty0 0660 root system /dev/graphics/* 0660 root graphics /dev/msm_hw3dm 0660 system graphics |