diff options
author | Sreeram Ramachandran <sreeram@google.com> | 2014-05-11 07:27:34 -0700 |
---|---|---|
committer | Sreeram Ramachandran <sreeram@google.com> | 2014-05-14 11:12:42 -0700 |
commit | e38d4707141174a8c211d5cb01ff78da8ef1baff (patch) | |
tree | a93017a30640066174dac7bf07aac8bc51ffbf7b /rootdir | |
parent | 32e4479d5535887d03625b43b7e3574b458dfc8d (diff) | |
download | system_core-e38d4707141174a8c211d5cb01ff78da8ef1baff.zip system_core-e38d4707141174a8c211d5cb01ff78da8ef1baff.tar.gz system_core-e38d4707141174a8c211d5cb01ff78da8ef1baff.tar.bz2 |
Introduce fwmarkd: a service to set the fwmark of sockets.
(cherry picked from commit d5121e212c1f53b1cb6458ee83be892d94fdfef3)
Change-Id: Ieb049fe34ea2b21a7f6108f2099d1a8b8f2c28f7
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index e289a02..ed756e0 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -491,6 +491,7 @@ service netd /system/bin/netd socket netd stream 0660 root system socket dnsproxyd stream 0660 root inet socket mdns stream 0660 root system + socket fwmarkd stream 0660 root inet service debuggerd /system/bin/debuggerd class main |