netd: Require 4.19+ for connect/recvmsg/sendmsg cgroup hooks

According to sectionNameTypes in NetBpfLoad.cpp, programs starting with
the following names require these BPF attach types.

* connect4/ -> BPF_CGROUP_INET4_CONNECT
* connect6/ -> BPF_CGROUP_INET6_CONNECT
* recvmsg4/ -> BPF_CGROUP_UDP4_RECVMSG
* recvmsg6/ -> BPF_CGROUP_UDP6_RECVMSG
* sendmsg4/ -> BPF_CGROUP_UDP4_SENDMSG
* sendmsg6/ -> BPF_CGROUP_UDP6_SENDMSG

However, none of these are available in deprecated/android-4.14-stable
kernel/common branch, but all of them are available in
android-4.19-stable.

Change-Id: I5a725628e06642c7a68105d25a65f0cad277cd3b
1 file changed