summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2019-04-18 16:48:27 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2019-04-18 16:49:53 +0200
commit344b86f1f02946a47a4c027238ad015083c5826d (patch)
tree988a585d4827df66ea0eb05508fa4efb4b736c3e /.github/CODEOWNERS
parentbbc7ba5aeb63c3e5a056cbda8675554432d6ee04 (diff)
downloadnixpkgs-344b86f1f02946a47a4c027238ad015083c5826d.tar
nixpkgs-344b86f1f02946a47a4c027238ad015083c5826d.tar.gz
nixpkgs-344b86f1f02946a47a4c027238ad015083c5826d.tar.bz2
nixpkgs-344b86f1f02946a47a4c027238ad015083c5826d.tar.lz
nixpkgs-344b86f1f02946a47a4c027238ad015083c5826d.tar.xz
nixpkgs-344b86f1f02946a47a4c027238ad015083c5826d.tar.zst
nixpkgs-344b86f1f02946a47a4c027238ad015083c5826d.zip
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.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a6a07deae49..ba6a3501e38 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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