https://bugzilla.suse.com/show_bug.cgi?id=1198722
Bug ID: 1198722 Summary: initialize useful compiled in LSMs by default Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: dmueller@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
Currently CONFIG_LSM is very minimal, not even listing the LSMs that we compile into the kernel, which requires manual fixing on kernel boot cmdline using the "lsm=" parameter.
we can enable these
* landlock: optional ability for user land applications to sandbox themselves * yama: optional restrict of use of ptrace for nonprivileged users * bpf: create eBPF based LSMs dynamically
bpf was enabled earlier already, but reverted due to bsc#1197746
https://bugzilla.suse.com/show_bug.cgi?id=1198722 https://bugzilla.suse.com/show_bug.cgi?id=1198722#c1
Dirk Mueller dmueller@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS
--- Comment #1 from Dirk Mueller dmueller@suse.com --- submitted to stable
https://bugzilla.suse.com/show_bug.cgi?id=1198722
Dirk Mueller dmueller@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement
https://bugzilla.suse.com/show_bug.cgi?id=1198722
Dirk Mueller dmueller@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium
https://bugzilla.suse.com/show_bug.cgi?id=1198722 https://bugzilla.suse.com/show_bug.cgi?id=1198722#c3
Jiri Slaby jslaby@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmueller@suse.com, | |jslaby@suse.com Flags| |needinfo?(dmueller@suse.com | |)
--- Comment #3 from Jiri Slaby jslaby@suse.com --- So what is the current state of this? Have you tried to play with it and enable that/them?
kernel-bugs@lists.opensuse.org