https://git.reactos.org/?p=reactos.git;a=commitdiff;h=009f2c3917be8d28b8bba1...
commit 009f2c3917be8d28b8bba13bce4206818bf0a9d6 Author: George Bișoc george.bisoc@reactos.org AuthorDate: Fri Nov 19 12:01:19 2021 +0100 Commit: George Bișoc george.bisoc@reactos.org CommitDate: Fri Nov 19 12:01:19 2021 +0100
[CODEOWNERS] Add myself as maintainer for Security Manager
From now on I'll take care of this subsystem of the kernel. --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/CODEOWNERS b/CODEOWNERS index 86f8aa11961..fa505246fd4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -246,6 +246,12 @@ # S: Maintained /sdk/lib/rtl/ @HeisSpiter @learn-more @ThFabba @tkreuzer
+# Security Manager +# M: GeoB99, George Bișoc +# S: Maintained +/modules/rostests/kmtests/ntos_se/ @GeoB99 +/ntoskrnl/se/ @GeoB99 + # Shell Extensions # M: # R: learn-more, learn_more, Mark Jansen