From e5d989af5ac2899985c48d60311856fb86e0ddeb Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 26 Oct 2023 12:04:13 -0400 Subject: [PATCH] comment --- usr/lib/sysctl.d/990-security-misc.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr/lib/sysctl.d/990-security-misc.conf b/usr/lib/sysctl.d/990-security-misc.conf index 1fcb0ea..718d64b 100644 --- a/usr/lib/sysctl.d/990-security-misc.conf +++ b/usr/lib/sysctl.d/990-security-misc.conf @@ -1,6 +1,12 @@ ## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP ## See the file COPYING for copying conditions. +## NOTE: +## This file has a weird file name so /usr/lib/sysctl.d/99-protect-links.conf +## is parsed first and /usr/lib/sysctl.d/990-security-misc.conf is parsed +## afterwards. See also: +## https://github.com/Kicksecure/security-misc/pull/135 + ## Disables coredumps. This setting may be overwritten by systemd so this may not be useful. ## security-misc also disables coredumps in other ways. kernel.core_pattern=|/bin/false