|
Bugzilla – Full Text Bug Listing |
| Summary: | AUDIT-WHITELIST: aaa_base: sysctl-file-digest-mismatch /usr/lib/sysctl.d/52-yama.conf | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ana Guerrero <ana.guerrero> |
| Component: | Security | Assignee: | Wolfgang Frisch <wolfgang.frisch> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | wolfgang.frisch |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ana Guerrero
2024-02-07 07:34:34 UTC
Thanks for the bug report. We will schedule it in our team shortly. The change enables a ptrace() hardening in the Yama LSM.
> --kernel.yama.ptrace_scope = 0
> +-kernel.yama.ptrace_scope = 1
Good!
For the curious: https://www.kernel.org/doc/Documentation/security/Yama.txt > 1 - restricted ptrace: a process must have a predefined relationship > with the inferior it wants to call PTRACE_ATTACH on. By default, > this relationship is that of only its descendants when the above > classic criteria is also met. To change the relationship, an > inferior can call prctl(PR_SET_PTRACER, debugger, ...) to declare > an allowed debugger PID to call PTRACE_ATTACH on the inferior. > Using PTRACE_TRACEME is unchanged. Whitelisting in progress: https://github.com/rpm-software-management/rpmlint/pull/1187 This is an autogenerated message for OBS integration: This bug (1219656) was mentioned in https://build.opensuse.org/request/show/1145135 Factory / rpmlint The whitelisting is now in Factory, closing as fixed. |