Skip to content

Commit

Permalink
Fixes a typo and removes duplicate contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet authored Sep 30, 2022
1 parent 0b3910d commit efaac1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# Contributor: IceCodeNew
# Contributor: HorlogeSkynet
# Contributor: shenzhui007
# Contributor: HorlogeSkynet
# 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),
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
Expand Down Expand Up @@ -41,7 +40,7 @@ kernel.kptr_restrict = 2

# Ptrace protection using Yama
# - 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
kernel.yama.ptrace_scope = 3

Expand Down

0 comments on commit efaac1f

Please sign in to comment.