am 5c49135b: Merge change 5852 into donut

Merge commit '5c49135b032235f82560d5e55b0e4c547506516b'

* commit '5c49135b032235f82560d5e55b0e4c547506516b':
  rootdir: Modify init.rc to run mtpd/racoon as a non-root user.
This commit is contained in:
Android (Google) Code Review 2009-07-02 14:24:58 -07:00 committed by The Android Open Source Project
commit 91217ca5cb
1 changed files with 5 additions and 1 deletions

View File

@ -289,13 +289,17 @@ service installd /system/bin/installd
service flash_recovery /system/bin/flash_image recovery /system/recovery.img
oneshot
service racoon /system/bin/racoon -F -f /etc/racoon/racoon.conf
service racoon /system/bin/racoon
socket racoon stream 600 system system
# racoon will setuid to vpn after getting necessary resources.
group net_admin keystore
disabled
oneshot
service mtpd /system/bin/mtpd
socket mtpd stream 600 system system
user vpn
group vpn net_admin net_raw
disabled
oneshot