mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
6548078271cf381fe4c0340d8cf49598303c6c73
Once xt_qtaguid module is deprecated, the netd strictController which uses owner match to filter egress traffic will not work because xt_qtaguid masquerades as (and implements/extends) the "owner" module on android devices. It can be resolved by turning upstream xt_owner module back on since strictController only targets egress traffic and the upstream xt_owner module works fine in this case. Signed-off-by: Chenbo Feng <fengc@google.com> Bug: 79938294 Test: manual cherry-pick and compile Change-Id: Ia099db025f17f6042384c9f0caf7b941a40b8b84
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%