libselinux-2.8-4
- Fix typo in newrole.1 manpage - sepolgen: print all AV rules correctly - sepolgen: fix access vector initialization - Add xperms support to audit2allow - semanage: Stop logging loginRecords changes - semanage: Fix logger class definition - semanage: Replace bare except with specific one - semanage: fix Python syntax of catching several exceptions - sepolgen: return NotImplemented instead of raising it - sepolgen: fix refpolicy parsing of "permissive"
This commit is contained in:
parent
1cf65c551e
commit
2001cdc01d
@ -1,3 +1,16 @@
|
||||
diff --git policycoreutils-2.8/newrole/newrole.1 policycoreutils-2.8/newrole/newrole.1
|
||||
index 0d9738a..893c42f 100644
|
||||
--- policycoreutils-2.8/newrole/newrole.1
|
||||
+++ policycoreutils-2.8/newrole/newrole.1
|
||||
@@ -44,7 +44,7 @@ specified by that range. If the
|
||||
or
|
||||
.B --preserve-environment
|
||||
option is specified, the shell with the new SELinux context will preserve environment variables,
|
||||
-otherwise a new minimal enviroment is created.
|
||||
+otherwise a new minimal environment is created.
|
||||
.PP
|
||||
Additional arguments
|
||||
.I ARGS
|
||||
diff --git policycoreutils-2.8/po/Makefile policycoreutils-2.8/po/Makefile
|
||||
index 575e143..18bc1df 100644
|
||||
--- policycoreutils-2.8/po/Makefile
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global libauditver 2.1.3-4
|
||||
%global libsepolver 2.8-1
|
||||
%global libsemanagever 2.8-1
|
||||
%global libselinuxver 2.8-1
|
||||
%global libsemanagever 2.8-4
|
||||
%global libselinuxver 2.8-4
|
||||
%global sepolgenver 2.8
|
||||
|
||||
%global generatorsdir %{_prefix}/lib/systemd/system-generators
|
||||
@ -12,7 +12,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.8
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: GPLv2
|
||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||
Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/policycoreutils-2.8.tar.gz
|
||||
@ -37,7 +37,7 @@ Source22: gui-po.tgz
|
||||
Source23: sandbox-po.tgz
|
||||
# download https://raw.githubusercontent.com/fedora-selinux/scripts/master/selinux/make-fedora-selinux-patch.sh
|
||||
# run:
|
||||
# HEAD https://github.com/fedora-selinux/selinux/commit/1a1bfe96d5b80d05d0077ea4d6304261834c072d
|
||||
# HEAD https://github.com/fedora-selinux/selinux/commit/db1433d3b785eadb4eecf5c82430d57c92855a35
|
||||
# $ for i in policycoreutils selinux-python selinux-gui selinux-sandbox selinux-dbus semodule-utils restorecond; do
|
||||
# VERSION=2.8 ./make-fedora-selinux-patch.sh $i
|
||||
# done
|
||||
@ -530,6 +530,18 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%systemd_postun_with_restart restorecond.service
|
||||
|
||||
%changelog
|
||||
* Tue Sep 4 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-7
|
||||
- Fix typo in newrole.1 manpage
|
||||
- sepolgen: print all AV rules correctly
|
||||
- sepolgen: fix access vector initialization
|
||||
- Add xperms support to audit2allow
|
||||
- semanage: Stop logging loginRecords changes
|
||||
- semanage: Fix logger class definition
|
||||
- semanage: Replace bare except with specific one
|
||||
- semanage: fix Python syntax of catching several exceptions
|
||||
- sepolgen: return NotImplemented instead of raising it
|
||||
- sepolgen: fix refpolicy parsing of "permissive"
|
||||
|
||||
* Mon Aug 6 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-6
|
||||
- Use split translation files
|
||||
https://github.com/fedora-selinux/selinux/issues/43
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user