* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.26-1

* Added -B (--build) option to semodule to force a rebuild.
	* Reverted setsebool patch to call semanage_set_reload_bools().
	* Changed setsebool to disable policy reload and to call
	  security_set_boolean_list to update the runtime booleans.
	* Changed setfiles -c to use new flag to set_matchpathcon_flags()
	  to disable context translation by matchpathcon_init().
This commit is contained in:
Daniel J Walsh 2005-11-09 01:55:26 +00:00
parent cae7e9aca8
commit 03496a1f36
3 changed files with 12 additions and 3 deletions

View File

@ -63,3 +63,4 @@ policycoreutils-1.27.19.tgz
policycoreutils-1.27.20.tgz
policycoreutils-1.27.22.tgz
policycoreutils-1.27.23.tgz
policycoreutils-1.27.26.tgz

View File

@ -1,8 +1,8 @@
%define libsepolver 1.9.38-1
%define libsemanagever 1.3.43-1
%define libsemanagever 1.3.51-1
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.27.23
Version: 1.27.26
Release: 1
License: GPL
Group: System Environment/Base
@ -86,6 +86,14 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/sestatus.conf
%changelog
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.26-1
* Added -B (--build) option to semodule to force a rebuild.
* Reverted setsebool patch to call semanage_set_reload_bools().
* Changed setsebool to disable policy reload and to call
security_set_boolean_list to update the runtime booleans.
* Changed setfiles -c to use new flag to set_matchpathcon_flags()
to disable context translation by matchpathcon_init().
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.23-1
- Update to match NSA
* Changed setfiles for the context canonicalization support.

View File

@ -1 +1 @@
384f8db3aadc039e52e06255934b1ef2 policycoreutils-1.27.23.tgz
e733e3ea893350a26a30f15f45b2ad4e policycoreutils-1.27.26.tgz