android_packages_modules_Co.../netd
Maciej Żenczykowski b43b14acdf BpfHandler: abort on U+ if unexpected cgroup mount path
This is defined here:
http://cs/h/android/platform/superproject/+/master:system/core/libprocessgroup/profiles/cgroups.json?l=27
and has been a constant since
  https://android-review.googlesource.com/c/platform/system/core/+/1324649
was merged back on August 21, 2020 (ie. Android S)

But currently there's no easy way to get at this constant
from mainline code... which means it's very difficult
to do any bpf cgroup attach/detach from mainline.

btw. this appears to also be already hardcoded in:
http://cs/h/android/platform/superproject/+/master:packages/modules/Connectivity/service/src/com/android/server/connectivity/ConnectivityNativeService.java?l=48
as well

Fix: 285432857
Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:65075bb8f8290125fbd0ce8ffc5aaab6bdb3284e)
Merged-In: I99f4a5a26dd10f6ea70bf73114af0d18098de630
Change-Id: I99f4a5a26dd10f6ea70bf73114af0d18098de630

Former-commit-id: ad9ff691c4
2023-06-02 06:38:57 +00:00
..
include
Android.bp BpfHandler: abort on U+ if unexpected cgroup mount path 2023-06-02 06:38:57 +00:00
BpfBaseTest.cpp wire bpf_base_test into netd_updatable_unit_test 2022-12-20 00:41:05 +00:00
BpfHandler.cpp BpfHandler: abort on U+ if unexpected cgroup mount path 2023-06-02 06:38:57 +00:00
BpfHandler.h rename bpf_shared.h to netd.h 2022-12-18 20:02:52 +00:00
BpfHandlerTest.cpp BpfHandler - eliminate mutex 2022-09-01 12:36:17 +00:00
NetdUpdatable.cpp simplify netd updatable 2022-08-15 17:40:31 +00:00
libnetd_updatable.map.txt