|
Bugzilla – Full Text Bug Listing |
| Summary: | kernel lsm boot parameter needs lsm=integrity to use IMA | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Petr Vorel <petr.vorel> |
| Component: | Bootloader | Assignee: | Michael Chang <mchang> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kanderssen, kernel-bugs, llzhao, mchang, security-team, yast2-maintainers |
| Version: | Current | Flags: | kanderssen:
needinfo?
(kernel-bugs) |
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| See Also: |
https://bugzilla.suse.com/show_bug.cgi?id=1196274 https://bugzilla.suse.com/show_bug.cgi?id=1189580 http://bugzilla.opensuse.org/show_bug.cgi?id=1197746 |
||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Petr Vorel
2022-01-05 09:32:24 UTC
As abergman noticed, it might come from yast2-security package: https://github.com/yast/yast-security/blob/master/src/lib/y2security/lsm/app_armor.rb#L43 We have moved back to the previous behavior in yast2-security module using the security=module paramater instead of lsm as using it to specify only the Major module to be activated looks wrong as we have seen in this bug report. We could write also integrity in case it is AppArmor is selected during installation but from implementation that would be strange. The fix should be available in yast2-security-4.4.5 See https://github.com/yast/yast-security/pull/118 for more details. SR: https://build.suse.de/request/show/261749 FYI boot fixed for x86_64 [1]. Other archs has not been tested yet, but they should work as well. [1] https://openqa.opensuse.org/tests/2131290 |