Skip to content

Commit

Permalink
Merge pull request #287 from ca-hu/master
Browse files Browse the repository at this point in the history
Select SELinux as default MAC in enforcing mode
  • Loading branch information
jreidinger authored Sep 4, 2024
2 parents d000210 + 2ab59ef commit 92fa692
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions control/control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,13 @@ textdomain="control"
<enable_kdump config:type="boolean">true</enable_kdump>

<lsm>
<select>apparmor</select>
<select>selinux</select>
<apparmor>
<patterns>apparmor</patterns>
<selectable config:type="boolean">true</selectable>
</apparmor>
<!-- Set SELinux permissive mode by default, https://github.com/yast/yast-installation/pull/906#issuecomment-784238549 -->
<selinux>
<mode>permissive</mode>
<mode>enforcing</mode>
<configurable config:type="boolean">true</configurable>
<selectable config:type="boolean">true</selectable>
<patterns>selinux</patterns>
Expand Down
5 changes: 5 additions & 0 deletions package/skelcd-control-openSUSE.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 3 08:30:52 UTC 2024 - Cathy Hu <[email protected]>

- Set SELinux as default LSM in enforcing mode instead of AppArmor (bsc#1230118)

-------------------------------------------------------------------
Wed Jul 31 10:26:00 UTC 2024 - Ancor Gonzalez Sosa <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/skelcd-control-openSUSE.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE
Version: 20240731
Version: 20240902
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
Expand Down

0 comments on commit 92fa692

Please sign in to comment.