diff options
author | 2023-06-08 14:58:28 -0400 | |
---|---|---|
committer | 2023-06-08 15:03:28 -0400 | |
commit | b432b55176443e96b6f3bc39ed140ab00cddd84f (patch) | |
tree | c88510835e7bcd34e58c83895f2e45ca92e519cf | |
parent | capability: erase checker warnings about struct __user_cap_data_struct (diff) | |
download | wireguard-linux-b432b55176443e96b6f3bc39ed140ab00cddd84f.tar.xz wireguard-linux-b432b55176443e96b6f3bc39ed140ab00cddd84f.zip |
MAINTAINERS: move labeled networking to "supported"
My current employer, Microsoft, cares very much about the development
and maintenance of the upstream Linux Kernel so we can consider
labeled networking to be "supported" according to the definition in
MAINTAINERS:
S: *Status*, one of the following:
Supported: Someone is actually paid to look after this.
Maintained: Someone actually looks after it.
...
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7e0b87d5aa2e..8818cd866009 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14667,7 +14667,7 @@ NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK) M: Paul Moore <paul@paul-moore.com> L: netdev@vger.kernel.org L: linux-security-module@vger.kernel.org -S: Maintained +S: Supported W: https://github.com/netlabel F: Documentation/netlabel/ F: include/net/calipso.h |