We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e29bcc commit 0e17b00Copy full SHA for 0e17b00
2 files changed
package/yast2-security.changes
@@ -1,3 +1,9 @@
1
+-------------------------------------------------------------------
2
+Thu Feb 5 13:18:03 UTC 2026 - Robert Frohl <rfrohl@suse.com>
3
+
4
+- write proper /etc/selinux/config according to expected format
5
+ (bsc#1257752)
6
7
-------------------------------------------------------------------
8
Wed Apr 9 08:12:01 UTC 2025 - Josef Reidinger <jreidinger@suse.com>
9
src/lib/cfa/selinux.rb
@@ -86,7 +86,7 @@ def save
86
#
87
# @note uses the simplevars lens instead of semanage because the latest is only available from
88
# augeas-lenses >= 1.12. See https://github.com/hercules-team/augeas/pull/594/files
89
- LENS = "simplevars.lns".freeze
+ LENS = "shellvars.lns".freeze
90
private_constant :LENS
91
end
92
0 commit comments