summaryrefslogtreecommitdiffstats
path: root/rootdir/init.rc
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index f843824..4d446c8 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -487,7 +487,7 @@ service racoon /system/bin/racoon
class main
socket racoon stream 600 system system
# IKE uses UDP port 500. Racoon will setuid to vpn after binding the port.
- group vpn net_admin
+ group vpn net_admin inet
disabled
oneshot
@@ -495,7 +495,7 @@ service mtpd /system/bin/mtpd
class main
socket mtpd stream 600 system system
user vpn
- group vpn net_admin net_raw
+ group vpn net_admin inet net_raw
disabled
oneshot