• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file takes effect only on S and Sv2
2# (Note: it does take effect on R as well, but isn't actually used)
3#
4# The service is started from netd's dnsresolver call into ADnsHelper_init()
5# on initial (boot time) startup of netd.
6
7service mdnsd_netbpfload /apex/com.android.tethering/bin/netbpfload
8    capabilities CHOWN SYS_ADMIN NET_ADMIN
9    group system root graphics network_stack net_admin net_bw_acct net_bw_stats net_raw
10    user system
11    rlimit memlock 1073741824 1073741824
12    oneshot
13    reboot_on_failure reboot,netbpfload-failed
14