CODEOWNERS: add myself to files related to the hardened profile

I'm listed as the maintainer for most of these already but would like to be
notified on changes.
This commit is contained in:
Joachim Fasting
2019-04-18 16:48:27 +02:00
parent bbc7ba5aeb
commit 344b86f1f0

8
.github/CODEOWNERS vendored
View File

@@ -122,6 +122,14 @@
/nixos/modules/services/databases/postgresql.nix @thoughtpolice
/nixos/tests/postgresql.nix @thoughtpolice
# Hardened profile & related modules
/nixos/modules/profiles/hardened.nix @joachifm
/nixos/modules/security/hidepid.nix @joachifm
/nixos/modules/security/lock-kernel-modules.nix @joachifm
/nixos/modules/security/misc.nix @joachifm
/nixos/tests/hardened.nix @joachifm
/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
# Dhall
/pkgs/development/dhall-modules @Gabriel439 @Profpatsch
/pkgs/development/interpreters/dhall @Gabriel439 @Profpatsch