Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 13 11:19:19 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>

- Change the default lsm to SELinux in enforcing for both Leap and Tumblweed
keep AppArmor around as an option jsc#PED-12021
https://news.opensuse.org/2025/02/13/tw-plans-to-adopt-selinux-as-default/

-------------------------------------------------------------------
Fri Jan 24 06:45:45 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion products.d/leap_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ software:
base_product: openSUSE

security:
lsm: apparmor
lsm: selinux
available_lsms:
apparmor:
patterns:
Expand Down
4 changes: 2 additions & 2 deletions products.d/tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ software:
base_product: openSUSE

security:
lsm: apparmor
lsm: selinux
available_lsms:
apparmor:
patterns:
- apparmor
selinux:
patterns:
- selinux
policy: permissive
policy: enforcing
none:
patterns: null

Expand Down