Merge pull request #13 from HorlogeSkynet/patch-1

Fixes a typo and removes duplicate contributor
This commit is contained in:
K4YT3X
2023-02-12 00:06:31 -05:00
committed by GitHub

View File

@@ -3,9 +3,8 @@
# Contributor: IceCodeNew # Contributor: IceCodeNew
# Contributor: HorlogeSkynet # Contributor: HorlogeSkynet
# Contributor: shenzhui007 # Contributor: shenzhui007
# Contributor: HorlogeSkynet
# Date Created: October 5, 2020 # Date Created: October 5, 2020
# Last Updated: August 4, 2022 # Last Updated: September 30, 2022
# Licensed under the GNU General Public License Version 3 (GNU GPL v3), # Licensed under the GNU General Public License Version 3 (GNU GPL v3),
# available at: https://www.gnu.org/licenses/gpl-3.0.txt # available at: https://www.gnu.org/licenses/gpl-3.0.txt
@@ -41,7 +40,7 @@ kernel.kptr_restrict = 2
# Ptrace protection using Yama # Ptrace protection using Yama
# - 1: only a parent process can be debugged # - 1: only a parent process can be debugged
# - 2: only admins canuse ptrace (CAP_SYS_PTRACE capability required) # - 2: only admins can use ptrace (CAP_SYS_PTRACE capability required)
# - 3: disables ptrace completely, reboot is required to re-enable ptrace # - 3: disables ptrace completely, reboot is required to re-enable ptrace
kernel.yama.ptrace_scope = 3 kernel.yama.ptrace_scope = 3