diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2023-01-11 21:19:57 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 00:20:25 +0800 |
commit | 250c49b15fc0e8ec45a97c96d45a553e70c396d8 (patch) | |
tree | 1e44d02ed16f647b92de8d1da7f6ebe03763d50d | |
parent | 554ca179cc66cb161cb2781ac52532aa460141f2 (diff) |
Revert "Add fs_bpf rules for network stack."
This reverts commit 82a20ed16ebd020e1e142ed27a13fde7b9a0926d.
Reason for revert: Not needed on 13 and hits a neverallow.
Change-Id: If66dd5dc6c12e41782ad9ef5058377caca08fa36
-rwxr-xr-x | qva/vendor/common/network_stack.te | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qva/vendor/common/network_stack.te b/qva/vendor/common/network_stack.te index ae077b64..11e8233e 100755 --- a/qva/vendor/common/network_stack.te +++ b/qva/vendor/common/network_stack.te @@ -28,7 +28,3 @@ allow network_stack vendor_dpmd:unix_stream_socket connectto; allow network_stack vendor_dpmtcm_socket:sock_file write; hal_client_domain(network_stack, vendor_hal_perf); - -# allow Tethering(network_stack process) to run/update/read the eBPF maps to offload tethering traffic by eBPF. -allow network_stack fs_bpf :dir search; -allow network_stack fs_bpf :file { read write }; |