-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12618 from mpurg/cis_ubuntu2404_ptrace_scope
Add rule sysctl_kernel_yama_ptrace_scope to Ubuntu 24.04 CIS
- Loading branch information
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
linux_os/guide/system/permissions/restrictions/sysctl_kernel_yama_ptrace_scope_value.var
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
documentation_complete: true | ||
|
||
title: kernel.yama.ptrace_scope | ||
|
||
description: |- | ||
The setting yama.ptrace_scope restricts the ability of a process | ||
to observe and control the execution of another process via ptrace. | ||
See https://www.kernel.org/doc/Documentation/security/Yama.txt | ||
|
||
type: number | ||
|
||
operator: equals | ||
|
||
interactive: false | ||
|
||
options: | ||
default: 1 | ||
1: 1 | ||
2: 2 | ||
3: 3 |