Compare commits
No commits in common. "c8" and "c8-beta" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/container-selinux.tgz
|
||||
SOURCES/selinux-policy-contrib-aadacd8.tar.gz
|
||||
SOURCES/selinux-policy-fa87f85.tar.gz
|
||||
SOURCES/selinux-policy-552905c.tar.gz
|
||||
SOURCES/selinux-policy-contrib-91c6683.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
34a078fbec0190b407d64c1664aaa0887204ba2e SOURCES/container-selinux.tgz
|
||||
470eeffd45f8dd003edb6ddbff4104e573b6c08d SOURCES/selinux-policy-contrib-aadacd8.tar.gz
|
||||
91c17cd38073aba5562898449fe3b4f2bbffac8e SOURCES/selinux-policy-fa87f85.tar.gz
|
||||
bbb12996896e2ee34641583ae64503c3e3c186e0 SOURCES/container-selinux.tgz
|
||||
ac42e4401f30f57e1ffea73fb82ba208d5f96c88 SOURCES/selinux-policy-552905c.tar.gz
|
||||
5ed5ccc182ac21e43920a7b1dcc17cd4fc1b7216 SOURCES/selinux-policy-contrib-91c6683.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 fa87f8551f38f3977209b9c633766f28c8fda086
|
||||
%global commit0 552905cb94a7790fb51586b7778d303be21692a4
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# github repo with selinux-policy contrib sources
|
||||
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
|
||||
%global commit1 aadacd8e54ad79d73aca5b869cbd0c135d3a6f4d
|
||||
%global commit1 91c6683da692e18fea6e20aa37a34ba988746d6c
|
||||
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
||||
|
||||
%define distro redhat
|
||||
@ -29,7 +29,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.14.3
|
||||
Release: 139%{?dist}.1
|
||||
Release: 137%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -718,24 +718,6 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 25 2024 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-139.1
|
||||
- Allow setsebool_t relabel selinux data files
|
||||
Resolves: RHEL-55432
|
||||
- Allow dirsrv-snmp map dirsv_tmpfs_t files
|
||||
Resolves: RHEL-32441
|
||||
- Allow dirsrv_snmp_t to manage dirsrv_config_t & dirsrv_var_run_t files
|
||||
Resolves: RHEL-32441
|
||||
|
||||
* Fri Mar 08 2024 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-139
|
||||
- Allow wdmd read hardware state information
|
||||
Resolves: RHEL-27507
|
||||
|
||||
* Fri Mar 08 2024 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-138
|
||||
- Allow wdmd list the contents of the sysfs directories
|
||||
Resolves: RHEL-27507
|
||||
- Allow linuxptp configure phc2sys and chronyd over a unix domain socket
|
||||
Resolves: RHEL-27394
|
||||
|
||||
* Thu Feb 22 2024 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-137
|
||||
- Differentiate between staff and sysadm when executing crontab with sudo
|
||||
Resolves: RHEL-1388
|
||||
|
Loading…
Reference in New Issue
Block a user