Rebase to 1.0.2 release
Added context for "*mariadb*" named executables --- Since MariaDB 10.4, the upstream added "*mariadb*" named symlinks for "*mysql*" named executables. https://jira.mariadb.org/browse/MDEV-17591 Since MariaDB 10.5, the upstream switched them, so the executables are now "*mariadb*" named and the symlinks are "*mysql*" named. https://jira.mariadb.org/browse/MDEV-21303 Without these SELinux rules, the new "*mariadb*" files haven't got a correct context.
This commit is contained in:
parent
ce61608e90
commit
eb1050533e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/mysql-selinux.tar.gz
|
/mysql-selinux.tar.gz
|
||||||
/mysql-selinux-1.0.1.tar.gz
|
/mysql-selinux-1.0.1.tar.gz
|
||||||
|
/mysql-selinux-1.0.2.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global modulename mysql
|
%global modulename mysql
|
||||||
|
|
||||||
Name: mysql-selinux
|
Name: mysql-selinux
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -55,6 +55,10 @@ fi
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 02 2020 Michal Schorm <mschorm@redhat.com> - 1.0.2-1
|
||||||
|
- Rebase to 1.0.2 release
|
||||||
|
Added context for "*mariadb*" named executables
|
||||||
|
|
||||||
* Tue Dec 01 2020 Michal Schorm <mschorm@redhat.com> - 1.0.1-1
|
* Tue Dec 01 2020 Michal Schorm <mschorm@redhat.com> - 1.0.1-1
|
||||||
- Rebase to 1.0.1 release
|
- Rebase to 1.0.1 release
|
||||||
This release is just a sync-up with upstream selinux-policy
|
This release is just a sync-up with upstream selinux-policy
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mysql-selinux-1.0.1.tar.gz) = 729e3ad274f9540cd6b8ca469b62967cb0b53c7e7e33299b906e9673dddebb6fa94f234a440d0ff5f17b226edd21eb61f36d5a0be7d4a79d83663f198d30d949
|
SHA512 (mysql-selinux-1.0.2.tar.gz) = f3bea6ae7abec1cac42e91d71538933d69f6ef73c050e8a7e824333b7597914ed4ada0ff694bd46bb1828f9759de5ba455a38c4eced4f18c310e1f7fcee37dca
|
||||||
|
Loading…
Reference in New Issue
Block a user