Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install the microos-selinux pattern by default #6

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions control/control.SMO.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ textdomain="control"
<default_patterns>microos-base microos-defaults microos-hardware</default_patterns>
Using the Container Host role's list of patterns by default
-->
<default_patterns>microos-base microos-defaults microos-container_runtime microos-hardware</default_patterns>
<default_patterns>microos-base microos-defaults microos-container_runtime microos-hardware microos-selinux</default_patterns>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not this be dependent on user configuration? What if user disable selinux, does it still makes sense?

<!-- bnc#876760: Explicitly selecting these (optional) patterns by default if they exist -->
<optional_default_patterns>32bit</optional_default_patterns>

Expand Down Expand Up @@ -232,7 +232,7 @@ textdomain="control"
<id>container_host_role</id>

<software>
<default_patterns>microos-base microos-defaults microos-container_runtime microos-hardware</default_patterns>
<default_patterns>microos-base microos-defaults microos-container_runtime microos-hardware microos-selinux</default_patterns>
</software>

<order config:type="integer">200</order>
Expand Down
6 changes: 6 additions & 0 deletions package/skelcd-control-SMO.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 5 01:59:25 UTC 2021 - jsrain@suse.com

- install the microos-selinux pattern by default (bsc#1181714)
- 5.0.2

-------------------------------------------------------------------
Thu Feb 4 12:26:52 UTC 2021 - David Diaz <dgonzalez@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/skelcd-control-SMO.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


Name: skelcd-control-SMO
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: The SUSEM MicroOS Installation Control file
License: MIT
Expand Down