Bugzilla – Bug 1217051
Enable ptrace_scope=1 by default on openSUSE Tumbleweed
Last modified: 2024-05-03 09:38:46 UTC
Currently, on openSUSE Tumbleweed, ptrace_scope is disabled by default (ptrace_scope=0). This makes Chromium sandboxing status showing as no and red colored for both Ptrace Protection with Yama LSM entries. Enabling ptrace_scope=1 this fixed the issue. And I think it's a security hardening for the system. There's a request to enable this feature on SUSE 15 SP4: https://bugzilla.suse.com/show_bug.cgi?id=1198601 I am requesting this on openSUSE Tumbleweed. For reference, ptrace_scope is enabled on Ubuntu since 10.10.
Yes, we should have this set to 1. That shouldn't break most use cases and improves security. I'll push for that
I opened a PR for this: https://github.com/openSUSE/aaa_base/pull/138
ptrace_scope=1 has been merged upstream, see https://github.com/openSUSE/aaa_base/pull/138