File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 99Summary: SELinux policy
1010Name: selinux-policy
1111Version: %{refpolicy_major }.%{refpolicy_minor }
12- Release: 11 %{?dist }
12+ Release: 12 %{?dist }
1313License: GPLv2
1414Vendor: Microsoft Corporation
1515Distribution: Azure Linux
@@ -132,7 +132,7 @@ enforced by the kernel when running with SELinux enabled.
132132%{_sharedstatedir }/selinux/%{policy_name }/active/seusers
133133%{_sharedstatedir }/selinux/%{policy_name }/active/file_contexts
134134%{_sharedstatedir }/selinux/%{policy_name }/active/modules_checksum
135- %exclude %{_sharedstatedir }/selinux/%{policy_name }/active/policy.kern
135+ %verify(not md5 size mtime) %{_sharedstatedir }/selinux/%{policy_name }/active/policy.kern
136136%verify(not md5 size mtime) %{_sharedstatedir }/selinux/%{policy_name }/active/file_contexts.homedirs
137137%{_sharedstatedir }/selinux/%{policy_name }/active/modules/100/*
138138
@@ -329,6 +329,9 @@ exit 0
329329selinuxenabled && semodule -nB
330330exit 0
331331%changelog
332+ *
Thu Aug 18 2025 Chris PeBenito <[email protected] > -
2.20240226-12 333+ - Include policy.kern otherwise some semanage operations fail without it.
334+
332335*
Fri Apr 04 2025 Chris PeBenito <[email protected] > -
2.20240226-11 333336- Add fix for gpg-agent use in rpm scripts for watching root's secrets dir.
334337
You can’t perform that action at this time.
0 commit comments