Sync from SUSE:SLFO:Main selinux-policy revision f9efaebb3ac13de52268ab06acd2f09b
This commit is contained in:
parent
7a3f24a12c
commit
fba2fe2eb3
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.suse.de/selinux/selinux-policy.git</param>
|
||||
<param name="changesrevision">95302f48355ffaa5a735b715db6cda3d57524d25</param></service></servicedata>
|
||||
<param name="changesrevision">24f674cf40ce13040f4d0139bca49866fa14cdac</param></service></servicedata>
|
@ -117,7 +117,7 @@ if [ -z "${_policytype}" ]; then \
|
||||
_policytype="targeted" \
|
||||
fi \
|
||||
if %{_sbindir}/selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then \
|
||||
if [ -f %{_file_context_file_pre} ]; then \
|
||||
if [ -f %{_file_context_file_pre} ] && [ -z "${TRANSACTIONAL_UPDATE}" ]; then \
|
||||
%{_sbindir}/fixfiles -C %{_file_context_file_pre} restore &> /dev/null \
|
||||
rm -f %{_file_context_file_pre} \
|
||||
fi \
|
||||
|
BIN
selinux-policy-20240604+git380.95302f48.tar.xz
(Stored with Git LFS)
BIN
selinux-policy-20240604+git380.95302f48.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
selinux-policy-20240604+git382.24f674cf.tar.xz
(Stored with Git LFS)
Normal file
BIN
selinux-policy-20240604+git382.24f674cf.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 08:26:34 UTC 2024 - cathy.hu@suse.com
|
||||
|
||||
- Update to version 20240604+git382.24f674cf:
|
||||
* Allow snapperd to manage unlabeled_t files (bsc#1230966)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 08:50:16 UTC 2024 - Cathy Hu <cathy.hu@suse.com>
|
||||
|
||||
- Fix macros.selinux-policy (bsc#1230897)
|
||||
- %selinux_relabel_post should not relabel files in
|
||||
transactional systems in %post as the policy is not loaded
|
||||
into the kernel directly after install, instead the relabelling
|
||||
will happen on the next boot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 07:48:02 UTC 2024 - cathy.hu@suse.com
|
||||
|
||||
|
@ -33,7 +33,7 @@ Summary: SELinux policy configuration
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Management
|
||||
Name: selinux-policy
|
||||
Version: 20240604+git380.95302f48
|
||||
Version: 20240604+git382.24f674cf
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: container.fc
|
||||
|
Loading…
Reference in New Issue
Block a user