2015-07-20 16:52:52 +00:00
|
|
|
%define libselinuxver 2.4-1
|
|
|
|
%define libsepolver 2.4-1
|
2004-09-09 03:45:40 +00:00
|
|
|
Summary: SELinux policy compiler
|
|
|
|
Name: checkpolicy
|
2015-07-20 16:52:52 +00:00
|
|
|
Version: 2.4
|
2016-02-03 17:36:25 +00:00
|
|
|
Release: 2%{?dist}.1
|
2008-05-28 21:41:21 +00:00
|
|
|
License: GPLv2
|
2004-09-09 03:45:40 +00:00
|
|
|
Group: Development/System
|
2015-07-20 16:52:52 +00:00
|
|
|
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/checkpolicy-2.4.tar.gz
|
2005-12-01 20:02:47 +00:00
|
|
|
|
2015-07-21 08:56:22 +00:00
|
|
|
Conflicts: selinux-policy-base < 3.13.1-138
|
2004-09-09 03:45:40 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
2011-11-04 13:27:03 +00:00
|
|
|
BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel >= %{libselinuxver}
|
2004-09-09 03:45:40 +00:00
|
|
|
|
|
|
|
%description
|
2005-09-29 01:18:06 +00:00
|
|
|
Security-enhanced Linux is a feature of the Linux® kernel and a number
|
2004-09-09 03:45:40 +00:00
|
|
|
of utilities with enhanced security functionality designed to add
|
|
|
|
mandatory access controls to Linux. The Security-enhanced Linux
|
|
|
|
kernel contains new architectural components originally developed to
|
|
|
|
improve the security of the Flask operating system. These
|
|
|
|
architectural components provide general support for the enforcement
|
|
|
|
of many kinds of mandatory access control policies, including those
|
|
|
|
based on the concepts of Type Enforcement®, Role-based Access
|
|
|
|
Control, and Multi-level Security.
|
|
|
|
|
|
|
|
This package contains checkpolicy, the SELinux policy compiler.
|
|
|
|
Only required for building policies.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2005-12-16 14:18:43 +00:00
|
|
|
make clean
|
2004-09-09 03:49:04 +00:00
|
|
|
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}"
|
2008-02-22 19:33:37 +00:00
|
|
|
cd test
|
|
|
|
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}"
|
2004-09-09 03:45:40 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
2005-07-07 11:23:32 +00:00
|
|
|
make LIBDIR="%{_libdir}" DESTDIR="${RPM_BUILD_ROOT}" install
|
2008-02-22 19:33:37 +00:00
|
|
|
install test/dismod ${RPM_BUILD_ROOT}%{_bindir}/sedismod
|
|
|
|
install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
2004-09-09 03:45:40 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2014-07-11 20:30:32 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
2004-09-09 03:45:40 +00:00
|
|
|
%{_bindir}/checkpolicy
|
2005-07-07 11:23:32 +00:00
|
|
|
%{_bindir}/checkmodule
|
2004-09-09 03:45:40 +00:00
|
|
|
%{_mandir}/man8/checkpolicy.8.gz
|
2005-12-01 20:02:47 +00:00
|
|
|
%{_mandir}/man8/checkmodule.8.gz
|
2008-02-22 19:33:37 +00:00
|
|
|
%{_bindir}/sedismod
|
|
|
|
%{_bindir}/sedispol
|
2004-09-09 03:45:40 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-02-03 17:36:25 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-21 08:56:22 +00:00
|
|
|
* Tue Jul 21 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-1.1
|
2015-07-20 16:52:52 +00:00
|
|
|
- Update to 2.4 release
|
2015-06-17 02:34:29 +00:00
|
|
|
|
2014-08-16 00:01:56 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-11 20:30:32 +00:00
|
|
|
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.3-3
|
|
|
|
- fix license handling
|
|
|
|
|
2014-06-07 04:34:12 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-06 18:20:14 +00:00
|
|
|
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
|
|
|
|
- Update to upstream
|
|
|
|
* Add Android support for building dispol.
|
|
|
|
* Report source file and line information for neverallow failures.
|
|
|
|
* Prevent incompatible option combinations for checkmodule.
|
|
|
|
* Drop -lselinux from LDLIBS for test programs; not used.
|
|
|
|
* Add debug feature to display constraints/validatetrans from Richard Haines.
|
|
|
|
|
2013-10-31 13:21:49 +00:00
|
|
|
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
|
2013-10-31 13:23:42 +00:00
|
|
|
- Update to upstream
|
|
|
|
* Fix hyphen usage in man pages from Laurent Bigonville.
|
|
|
|
* handle-unknown / -U required argument fix from Laurent Bigonville.
|
|
|
|
* Support overriding Makefile PATH and LIBDIR from Laurent Bigonville.
|
|
|
|
* Support space and : in filenames from Dan Walsh.
|
|
|
|
|
2013-08-03 04:45:36 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
2013-10-31 13:21:49 +00:00
|
|
|
|
2013-07-16 16:36:38 +00:00
|
|
|
* Tue Jul 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-4
|
|
|
|
- Fix a segmentation fault if the --handle-unknown option was set without
|
|
|
|
arguments.
|
|
|
|
- Thanks to Alexandre Rebert and his team at Carnegie Mellon University
|
|
|
|
for detecting this crash.
|
|
|
|
|
2013-03-19 23:41:27 +00:00
|
|
|
* Tue Mar 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-3
|
2013-03-19 14:48:10 +00:00
|
|
|
- ":" should be allowed for file trans names
|
|
|
|
|
2013-03-12 12:43:39 +00:00
|
|
|
* Tue Mar 12 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-2
|
|
|
|
- Space should be allowed for file trans names
|
|
|
|
|
2013-02-07 18:40:56 +00:00
|
|
|
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-1
|
|
|
|
- Update to upstream
|
|
|
|
* Fix errors found by coverity
|
|
|
|
* implement default type policy syntax
|
|
|
|
* Free allocated memory when clean up / exit.
|
|
|
|
|
2013-01-05 16:02:10 +00:00
|
|
|
* Sat Jan 5 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.11-3
|
|
|
|
- Update to latest patches from eparis/Upstream
|
|
|
|
- checkpolicy: libsepol: implement default type policy syntax
|
|
|
|
-
|
|
|
|
- We currently have a mechanism in which the default user, role, and range
|
|
|
|
- can be picked up from the source or the target object. This implements
|
|
|
|
- the same thing for types. The kernel will override this with type
|
|
|
|
- transition rules and similar. This is just the default if nothing
|
|
|
|
- specific is given.
|
|
|
|
|
|
|
|
|
2012-09-25 19:42:44 +00:00
|
|
|
* Wed Sep 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-2
|
|
|
|
- Rebuild with fixed libsepol
|
|
|
|
|
2012-09-13 17:29:17 +00:00
|
|
|
* Thu Sep 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-1
|
|
|
|
- Update to upstream
|
|
|
|
* fd leak reading policy
|
|
|
|
* check return code on ebitmap_set_bit
|
|
|
|
|
2012-07-30 15:21:22 +00:00
|
|
|
* Mon Jul 30 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-4
|
|
|
|
- Rebuild to grab latest libsepol
|
|
|
|
|
2012-07-24 18:04:15 +00:00
|
|
|
* Tue Jul 24 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-3
|
|
|
|
- Rebuild to grab latest libsepol
|
|
|
|
|
2012-07-18 18:53:20 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-04 11:24:23 +00:00
|
|
|
* Wed Jul 4 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-1
|
|
|
|
- Update to upstream
|
|
|
|
* sepolgen: We need to support files that have a + in them
|
|
|
|
* Android/MacOS X build support
|
|
|
|
|
2012-04-24 01:10:43 +00:00
|
|
|
* Mon Apr 23 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-4
|
|
|
|
- Rebuild to get latest libsepol which fixes the file_name transition problems
|
|
|
|
|
2012-04-17 21:06:35 +00:00
|
|
|
* Tue Apr 17 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-3
|
|
|
|
- Recompile with libsepol that has support for ptrace_child
|
|
|
|
|
2012-04-03 22:51:45 +00:00
|
|
|
* Tue Apr 3 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-2
|
|
|
|
- Allow checkpolicy to use + in a file name
|
|
|
|
|
2012-03-29 19:28:08 +00:00
|
|
|
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
|
|
|
|
- Update to upstream
|
|
|
|
* implement new default labeling behaviors for usr, role, range
|
|
|
|
* Fix dead links to www.nsa.gov/selinux
|
|
|
|
|
2012-01-16 17:13:04 +00:00
|
|
|
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
|
2012-01-16 17:12:18 +00:00
|
|
|
- Fix man page to link to www.nsa.giv/research/selinux
|
|
|
|
|
2012-01-12 23:17:07 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 17:59:06 +00:00
|
|
|
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-1
|
|
|
|
-Update to upstream
|
2011-12-21 18:06:58 +00:00
|
|
|
* add ignoredirs config for genhomedircon
|
|
|
|
* Fallback_user_level can be NULL if you are not using MLS
|
2011-12-21 17:59:06 +00:00
|
|
|
|
2011-12-21 13:35:19 +00:00
|
|
|
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-3
|
|
|
|
- default_rules should be optional
|
|
|
|
|
2011-12-16 11:23:11 +00:00
|
|
|
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-2
|
|
|
|
- Rebuild with latest libsepol
|
|
|
|
|
2011-12-15 19:30:26 +00:00
|
|
|
* Tue Dec 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-1
|
|
|
|
- Upgrade to upstream
|
|
|
|
* dis* fixed signed vs unsigned errors
|
|
|
|
* dismod: fix unused parameter errors
|
|
|
|
* test: Makefile: include -W and -Werror
|
|
|
|
* allow ~ in filename transition rules
|
|
|
|
- Allow policy to specify the source of target for generating the default user,role
|
|
|
|
- or mls label for a new target.
|
|
|
|
|
2011-11-14 16:35:35 +00:00
|
|
|
* Mon Nov 14 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-2
|
|
|
|
- Allow ~ in a filename
|
|
|
|
|
2011-11-04 13:27:03 +00:00
|
|
|
* Fri Nov 4 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-1
|
|
|
|
- Upgrade to upstream
|
|
|
|
* Revert "checkpolicy: Redo filename/filesystem syntax to support filename trans rules"
|
|
|
|
* drop libsepol dynamic link in checkpolicy
|
|
|
|
|
2011-09-20 14:06:14 +00:00
|
|
|
* Tue Sep 20 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-2
|
|
|
|
- Fix checkpolicy to ignore '"' in filename trans rules
|
|
|
|
|
|
|
|
* Mon Sep 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-1
|
2011-09-19 10:43:53 +00:00
|
|
|
-Update to upstream
|
|
|
|
* Separate tunable from boolean during compile.
|
|
|
|
|
2011-08-30 20:15:26 +00:00
|
|
|
* Tue Aug 30 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-0
|
|
|
|
-Update to upstream
|
|
|
|
* checkpolicy: fix spacing in output message
|
|
|
|
|
2011-08-18 10:51:40 +00:00
|
|
|
* Thu Aug 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.3-0
|
|
|
|
* add missing ; to attribute_role_def
|
|
|
|
*Redo filename/filesystem syntax to support filename trans
|
|
|
|
|
|
|
|
* Wed Aug 3 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.2-0
|
|
|
|
-Update to upstream
|
|
|
|
* .gitignore changes
|
|
|
|
* dispol output of role trans
|
|
|
|
* man page update: build a module with an older policy version
|
|
|
|
|
|
|
|
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.1-0
|
|
|
|
-Update to upstream
|
|
|
|
* Minor updates to filename trans rule output in dis{mod,pol}
|
|
|
|
|
2011-07-28 15:38:45 +00:00
|
|
|
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
|
|
|
|
-Update to upstream
|
|
|
|
|
2011-05-23 22:25:07 +00:00
|
|
|
* Mon May 23 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.26-1
|
|
|
|
-Update to upstream
|
|
|
|
* Wrap file names in filename transitions with quotes by Steve Lawrence.
|
|
|
|
* Allow filesystem names to start with a digit by James Carter.
|
|
|
|
* Add support for using the last path compnent in type transitions by Eric
|
|
|
|
|
2011-04-21 15:32:36 +00:00
|
|
|
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
|
|
|
|
* Fixes for new role_transition class field by Eric Paris.
|
|
|
|
|
2011-04-15 18:10:50 +00:00
|
|
|
* Fri Apr 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
|
2011-04-21 15:32:36 +00:00
|
|
|
- Add "-" as a file type
|
2011-04-15 18:10:50 +00:00
|
|
|
|
|
|
|
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-1
|
2011-04-12 17:12:30 +00:00
|
|
|
-Update to upstream
|
|
|
|
* Add new class field in role_transition by Harry Ciao.
|
|
|
|
|
|
|
|
* Mon Apr 11 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-5
|
|
|
|
- Fix type_transition to allow all files
|
|
|
|
|
2011-03-29 19:42:16 +00:00
|
|
|
* Tue Mar 29 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-4
|
|
|
|
- Patches from Eric Paris
|
|
|
|
We just use random numbers to make menu selections. Use #defines and
|
|
|
|
names that make some sense instead.
|
|
|
|
|
|
|
|
This patch adds support for using the last path component as part of the
|
|
|
|
information in making labeling decisions for new objects. A example
|
|
|
|
rule looks like so:
|
|
|
|
|
|
|
|
type_transition unconfined_t etc_t:file system_conf_t eric;
|
|
|
|
|
|
|
|
This rule says if unconfined_t creates a file in a directory labeled
|
|
|
|
etc_t and the last path component is "eric" (no globbing, no matching
|
|
|
|
magic, just exact strcmp) it should be labeled system_conf_t.
|
|
|
|
|
|
|
|
The kernel and policy representation does not have support for such
|
|
|
|
rules in conditionals, and thus policy explicitly notes that fact if
|
|
|
|
such a rule is added to a conditional.
|
|
|
|
|
|
|
|
|
2011-02-08 08:16:59 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.23-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-12 21:49:06 +00:00
|
|
|
* Wed Jan 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-2
|
|
|
|
- Add James Carters Patch
|
|
|
|
*This patch is needed because some filesystem names (such as 9p) start
|
|
|
|
with a digit.
|
|
|
|
|
2010-12-21 21:41:10 +00:00
|
|
|
* Tue Dec 21 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.23-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Remove unused variables to fix compliation under GCC 4.6 by Justin Mattock
|
|
|
|
|
2010-12-08 16:37:45 +00:00
|
|
|
* Wed Dec 8 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-2
|
|
|
|
- Rebuild to make sure it will build in Fedora
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Wed Jun 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
|
2010-06-16 12:11:21 +00:00
|
|
|
- Latest update from NSA
|
|
|
|
* Update checkmodule man page and usage by Daniel Walsh and Steve Lawrence
|
|
|
|
- Allow policy version to be one number
|
|
|
|
|
|
|
|
* Mon May 3 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.21-2
|
|
|
|
- Fix checkmodule man page and usage statements
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Sun Nov 1 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.21-1
|
2009-12-01 22:50:19 +00:00
|
|
|
- Latest update from NSA
|
|
|
|
* Add support for building Xen policies from Paul Nuzzi.
|
|
|
|
* Add long options to checkpolicy and checkmodule by Guido
|
|
|
|
Trentalancia <guido@trentalancia.com>
|
|
|
|
|
2009-07-24 18:52:16 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-24 07:15:25 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-18 21:54:40 +00:00
|
|
|
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.19-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Fix alias field in module format, caused by boundary format change
|
|
|
|
from Caleb Case.
|
|
|
|
|
|
|
|
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.18-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Properly escape regex symbols in the lexer from Stephen Smalley.
|
|
|
|
* Add bounds support from KaiGai Kohei.
|
|
|
|
|
|
|
|
* Tue Oct 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-4
|
|
|
|
|
2008-07-08 12:08:04 +00:00
|
|
|
* Mon Jul 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-3
|
2008-07-08 12:05:35 +00:00
|
|
|
- Rebuild with new libsepol
|
|
|
|
|
2008-05-28 21:41:21 +00:00
|
|
|
* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.16-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-05-28 15:15:49 +00:00
|
|
|
* Wed May 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Update checkpolicy for user and role mapping support from Joshua Brindle.
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.15-1
|
2008-05-28 15:15:49 +00:00
|
|
|
- Latest update from NSA
|
|
|
|
* Fix for policy module versions that look like IPv4 addresses from Jim Carter.
|
|
|
|
Resolves bug 444451.
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2
|
2008-05-06 18:22:18 +00:00
|
|
|
- Allow modules with 4 sections or more
|
|
|
|
|
2008-03-27 17:39:08 +00:00
|
|
|
* Thu Mar 27 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Add permissive domain support from Eric Paris.
|
|
|
|
|
2008-03-13 23:47:55 +00:00
|
|
|
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.13-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Split out non-grammar parts of policy_parse.yacc into
|
|
|
|
policy_define.c and policy_define.h from Todd C. Miller.
|
|
|
|
* Initialize struct policy_file before using it, from Todd C. Miller.
|
|
|
|
* Remove unused define, move variable out of .y file, simplify COND_ERR, from Todd C. Miller.
|
|
|
|
|
2008-02-28 21:57:00 +00:00
|
|
|
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.10-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Use yyerror2() where appropriate from Todd C. Miller.
|
|
|
|
- Build against latest libsepol
|
|
|
|
|
2008-02-22 19:33:37 +00:00
|
|
|
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-2
|
|
|
|
- Start shipping sedismod and sedispol
|
|
|
|
|
2008-02-04 17:24:34 +00:00
|
|
|
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Update dispol for libsepol avtab changes from Stephen Smalley.
|
|
|
|
|
2008-01-25 16:19:00 +00:00
|
|
|
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Deprecate role dominance in parser.
|
|
|
|
|
2008-01-21 21:42:58 +00:00
|
|
|
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-2
|
|
|
|
- Update to use libsepol-static library
|
|
|
|
|
|
|
|
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Added support for policy capabilities from Todd Miller.
|
|
|
|
|
2007-11-15 18:41:43 +00:00
|
|
|
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
|
|
|
|
* Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
|
|
|
|
|
2007-09-19 00:20:03 +00:00
|
|
|
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.4-1
|
|
|
|
* Merged handle unknown policydb flag support from Eric Paris.
|
|
|
|
Adds new command line options -U {allow, reject, deny} for selecting
|
|
|
|
the flag when a base module or kernel policy is built.
|
|
|
|
|
2007-08-29 04:03:17 +00:00
|
|
|
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.3-3
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Mon Jun 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-2
|
2007-06-18 18:20:26 +00:00
|
|
|
- Rebuild with the latest libsepol
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Sun Jun 17 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-1
|
2007-06-04 19:21:50 +00:00
|
|
|
- Latest update from NSA
|
|
|
|
* Merged fix for segfault on duplicate require of sensitivity from Caleb Case.
|
|
|
|
* Merged fix for dead URLs in checkpolicy man pages from Dan Walsh.
|
|
|
|
|
2007-04-12 20:05:28 +00:00
|
|
|
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.2-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Merged checkmodule man page fix from Dan Walsh.
|
|
|
|
|
2007-03-30 16:14:13 +00:00
|
|
|
* Fri Mar 30 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-3
|
|
|
|
- Rebuild with new libsepol
|
|
|
|
|
2007-03-29 18:01:38 +00:00
|
|
|
* Wed Mar 28 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-2
|
|
|
|
- Rebuild with new libsepol
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.1-1
|
2007-02-20 14:59:15 +00:00
|
|
|
- Latest update from NSA
|
|
|
|
* Merged patch to allow dots in class identifiers from Caleb Case.
|
|
|
|
|
2007-02-07 21:42:36 +00:00
|
|
|
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.0-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Merged patch to use new libsepol error codes by Karl MacMillan.
|
|
|
|
* Updated version for stable branch.
|
|
|
|
|
2006-11-28 19:04:15 +00:00
|
|
|
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-2
|
|
|
|
- Rebuild for new libraries
|
|
|
|
|
2006-11-14 14:50:36 +00:00
|
|
|
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Collapse user identifiers and identifiers together.
|
|
|
|
|
2006-11-03 21:45:02 +00:00
|
|
|
* Tue Oct 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.32-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Updated version for release.
|
|
|
|
|
2006-09-29 14:22:59 +00:00
|
|
|
* Thu Sep 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.12-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* Merged user and range_transition support for modules from
|
|
|
|
Darrel Goeddel
|
|
|
|
|
2006-09-06 18:16:16 +00:00
|
|
|
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.11-1
|
|
|
|
- Latest update from NSA
|
|
|
|
* merged range_transition enhancements and user module format
|
|
|
|
changes from Darrel Goeddel
|
|
|
|
* Merged symtab datum patch from Karl MacMillan.
|
|
|
|
|
2006-07-12 04:47:50 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.30.9-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-05 10:43:21 +00:00
|
|
|
* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.8-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Lindent.
|
|
|
|
* Merged patch to remove TE rule conflict checking from the parser
|
|
|
|
from Joshua Brindle. This can only be done properly by the
|
|
|
|
expander.
|
|
|
|
* Merged patch to make checkpolicy/checkmodule handling of
|
|
|
|
duplicate/conflicting TE rules the same as the expander
|
|
|
|
from Joshua Brindle.
|
|
|
|
* Merged optionals in base take 2 patch set from Joshua Brindle.
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.5-1
|
2006-05-24 03:11:52 +00:00
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged compiler cleanup patch from Karl MacMillan.
|
|
|
|
* Merged fix warnings patch from Karl MacMillan.
|
|
|
|
|
2006-04-05 17:46:41 +00:00
|
|
|
* Wed Apr 5 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.4-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Changed require_class to reject permissions that have not been
|
|
|
|
declared if building a base module.
|
|
|
|
|
2006-03-28 20:07:42 +00:00
|
|
|
* Tue Mar 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.3-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Fixed checkmodule to call link_modules prior to expand_module
|
|
|
|
to handle optionals.
|
|
|
|
* Fixed require_class to avoid shadowing permissions already defined
|
|
|
|
in an inherited common definition.
|
|
|
|
|
2006-03-27 22:13:22 +00:00
|
|
|
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-2
|
|
|
|
- Rebuild with new libsepol
|
|
|
|
|
2006-03-23 16:14:03 +00:00
|
|
|
* Thu Mar 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Moved processing of role and user require statements to 2nd pass.
|
|
|
|
|
2006-03-17 18:36:26 +00:00
|
|
|
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.30-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Updated version for release.
|
|
|
|
* Fixed bug in role dominance (define_role_dom).
|
|
|
|
|
|
|
|
* Fri Feb 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.4-1
|
2006-02-16 18:44:15 +00:00
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Added a check for failure to declare each sensitivity in
|
|
|
|
a level definition.
|
|
|
|
* Changed to clone level data for aliased sensitivities to
|
|
|
|
avoid double free upon sens_destroy. Bug reported by Kevin
|
|
|
|
Carr of Tresys Technology.
|
|
|
|
|
2006-02-13 19:31:17 +00:00
|
|
|
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.2-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged optionals in base patch from Joshua Brindle.
|
|
|
|
|
2006-02-13 15:28:42 +00:00
|
|
|
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.1-1.2
|
2006-02-13 19:31:17 +00:00
|
|
|
- Need to build againi
|
2006-02-13 15:28:42 +00:00
|
|
|
|
2006-02-11 02:15:00 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.29.1-1.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 15:33:17 +00:00
|
|
|
* Tue Feb 07 2006 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged sepol_av_to_string patch from Joshua Brindle.
|
|
|
|
|
2006-02-07 11:14:04 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.28-5.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-13 22:33:16 +00:00
|
|
|
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2006-02-07 15:33:17 +00:00
|
|
|
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2006-01-05 21:58:33 +00:00
|
|
|
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 1.28-4
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2006-01-04 18:55:25 +00:00
|
|
|
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.28-3
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-12-16 14:18:43 +00:00
|
|
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 1.28-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-12-09 22:39:58 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-09 18:24:24 +00:00
|
|
|
* Fri Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
|
2005-12-04 13:13:34 +00:00
|
|
|
* Sun Dec 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.20-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged checkmodule man page from Dan Walsh, and edited it.
|
|
|
|
|
2005-12-01 20:02:47 +00:00
|
|
|
* Thu Dec 1 2005 Dan Walsh <dwalsh@redhat.com> 1.27.19-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Added error checking of all ebitmap_set_bit calls for out of
|
|
|
|
memory conditions.
|
|
|
|
* Merged removal of compatibility handling of netlink classes
|
|
|
|
(requirement that policies with newer versions include the
|
|
|
|
netlink class definitions, remapping of fine-grained netlink
|
|
|
|
classes in newer source policies to single netlink class when
|
|
|
|
generating older policies) from George Coker.
|
|
|
|
|
2005-11-10 02:44:34 +00:00
|
|
|
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-7
|
2005-10-28 19:25:01 +00:00
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-10-25 19:18:26 +00:00
|
|
|
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged dismod fix from Joshua Brindle.
|
|
|
|
|
2005-10-20 20:34:02 +00:00
|
|
|
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.16-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Removed obsolete cond_check_type_rules() function and call and
|
|
|
|
cond_optimize_lists() call from checkpolicy.c; these are handled
|
|
|
|
during parsing and expansion now.
|
|
|
|
* Updated calls to expand_module for interface change.
|
|
|
|
* Changed checkmodule to verify that expand_module succeeds
|
|
|
|
when building base modules.
|
|
|
|
* Merged module compiler fixes from Joshua Brindle.
|
|
|
|
* Removed direct calls to hierarchy_check_constraints() and
|
|
|
|
check_assertions() from checkpolicy since they are now called
|
|
|
|
internally by expand_module().
|
|
|
|
|
2005-10-18 18:27:54 +00:00
|
|
|
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.11-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Updated for changes to sepol policydb_index_others interface.
|
|
|
|
|
2005-10-18 14:17:02 +00:00
|
|
|
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.10-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Updated for changes to sepol expand_module and link_modules interfaces.
|
2005-10-15 12:27:09 +00:00
|
|
|
* Sat Oct 15 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-10-14 12:31:36 +00:00
|
|
|
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged support for require blocks inside conditionals from
|
|
|
|
Joshua Brindle (Tresys).
|
|
|
|
|
2005-10-12 12:02:45 +00:00
|
|
|
* Wed Oct 12 2005 Karsten Hopp <karsten@redhat.de> 1.27.8-2
|
|
|
|
- add buildrequirement for libselinux-devel for dispol
|
|
|
|
|
2005-10-10 13:00:20 +00:00
|
|
|
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.27.8-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Updated for changes to libsepol.
|
|
|
|
|
2005-10-07 14:19:15 +00:00
|
|
|
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-10-06 16:08:53 +00:00
|
|
|
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged several bug fixes from Joshua Brindle (Tresys).
|
|
|
|
|
2005-10-04 18:02:36 +00:00
|
|
|
* Tue Oct 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged MLS in modules patch from Joshua Brindle (Tresys).
|
|
|
|
|
2005-10-03 13:23:30 +00:00
|
|
|
* Mon Oct 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-09-29 01:18:06 +00:00
|
|
|
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged error handling improvement in checkmodule from Karl MacMillan (Tresys).
|
|
|
|
|
2005-09-27 19:00:56 +00:00
|
|
|
* Tue Sep 27 2005 Dan Walsh <dwalsh@redhat.com> 1.27.4-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged bugfix for dup role transition error messages from
|
|
|
|
Karl MacMillan (Tresys).
|
|
|
|
|
|
|
|
* Fri Sep 23 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged policyver/modulever patches from Joshua Brindle (Tresys).
|
|
|
|
|
2005-09-21 18:23:46 +00:00
|
|
|
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-09-21 14:18:23 +00:00
|
|
|
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Fixed parse_categories handling of undefined category.
|
|
|
|
|
|
|
|
* Tue Sep 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-09-17 11:40:23 +00:00
|
|
|
* Sat Sep 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Merged bug fix for role dominance handling from Darrel Goeddel (TCS).
|
2005-09-14 19:36:33 +00:00
|
|
|
* Wed Sep 14 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-09-12 20:30:47 +00:00
|
|
|
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-1
|
|
|
|
- Latest upgrade from NSA
|
|
|
|
* Updated version for release.
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-09-01 16:17:07 +00:00
|
|
|
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-3
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-08-29 14:22:45 +00:00
|
|
|
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-2
|
|
|
|
- Rebuild to get latest libsepol
|
|
|
|
|
2005-08-24 15:28:06 +00:00
|
|
|
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Fixed handling of validatetrans constraint expressions.
|
|
|
|
Bug reported by Dan Walsh for checkpolicy -M.
|
|
|
|
|
2005-08-22 18:13:47 +00:00
|
|
|
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-2
|
|
|
|
- Fix mls crash
|
|
|
|
|
2005-08-19 19:56:18 +00:00
|
|
|
* Fri Aug 19 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Merged use-after-free fix from Serge Hallyn (IBM).
|
|
|
|
Bug found by Coverity.
|
|
|
|
|
2005-08-15 20:17:00 +00:00
|
|
|
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.10-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Fixed further memory leaks found by valgrind.
|
|
|
|
* Changed checkpolicy to destroy the policydbs prior to exit
|
|
|
|
to allow leak detection.
|
|
|
|
* Fixed several memory leaks found by valgrind.
|
|
|
|
|
2005-08-14 20:04:47 +00:00
|
|
|
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-3
|
|
|
|
- Rebuild to get latest libsepol changes
|
|
|
|
|
2005-08-13 10:03:25 +00:00
|
|
|
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-2
|
|
|
|
- Rebuild to get latest libsepol changes
|
|
|
|
|
2005-08-12 02:57:19 +00:00
|
|
|
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Updated checkpolicy and dispol for the new avtab format.
|
|
|
|
Converted users of ebitmaps to new inline operators.
|
|
|
|
Note: The binary policy format version has been incremented to
|
|
|
|
version 20 as a result of these changes. To build a policy
|
|
|
|
for a kernel that does not yet include these changes, use
|
|
|
|
the -c 19 option to checkpolicy.
|
|
|
|
* Merged patch to prohibit use of "self" as a type name from Jason Tang (Tresys).
|
|
|
|
* Merged patch to fix dismod compilation from Joshua Brindle (Tresys).
|
|
|
|
|
2005-08-10 21:05:55 +00:00
|
|
|
* Wed Aug 10 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Fixed call to hierarchy checking code to pass the right policydb.
|
|
|
|
* Merged patch to update dismod for the relocation of the
|
|
|
|
module read/write code from libsemanage to libsepol, and
|
|
|
|
to enable build of test subdirectory from Jason Tang (Tresys).
|
|
|
|
|
2005-08-02 16:58:50 +00:00
|
|
|
* Thu Jul 28 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Merged hierarchy check fix from Joshua Brindle (Tresys).
|
|
|
|
|
2005-07-07 10:54:19 +00:00
|
|
|
* Thu Jul 7 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Merged loadable module support from Tresys Technology.
|
|
|
|
* Merged patch to prohibit the use of * and ~ in type sets
|
|
|
|
(other than in neverallow statements) and in role sets
|
|
|
|
from Joshua Brindle (Tresys).
|
|
|
|
* Updated version for release.
|
|
|
|
|
2005-05-20 17:24:02 +00:00
|
|
|
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23-4-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Merged cleanup patch from Dan Walsh.
|
|
|
|
|
2005-05-19 17:47:42 +00:00
|
|
|
* Thu May 19 2005 Dan Walsh <dwalsh@redhat.com> 1.23-3-1
|
|
|
|
- Update to NSA Release
|
|
|
|
* Added sepol_ prefix to Flask types to avoid namespace
|
|
|
|
collision with libselinux.
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Sat May 7 2005 Dan Walsh <dwalsh@redhat.com> 1.23-2-1
|
2005-05-07 05:12:50 +00:00
|
|
|
- Update to NSA Release
|
|
|
|
* Merged identifier fix from Joshua Brindle (Tresys).
|
|
|
|
|
2005-04-14 20:34:19 +00:00
|
|
|
* Thu Apr 14 2005 Dan Walsh <dwalsh@redhat.com> 1.23,1-1
|
|
|
|
* Merged hierarchical type/role patch from Tresys Technology.
|
|
|
|
* Merged MLS fixes from Darrel Goeddel of TCS.
|
|
|
|
|
2005-03-10 14:47:40 +00:00
|
|
|
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.22-1
|
|
|
|
- Update to NSA Release
|
|
|
|
|
2005-03-02 04:13:04 +00:00
|
|
|
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-2
|
|
|
|
- Rebuild for FC4
|
|
|
|
|
2005-02-17 20:52:00 +00:00
|
|
|
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
|
|
|
|
* Merged define_user() cleanup patch from Darrel Goeddel (TCS).
|
|
|
|
* Moved genpolusers utility to libsepol.
|
|
|
|
* Merged range_transition support from Darrel Goeddel (TCS).
|
|
|
|
|
|
|
|
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
* Changed relabel Makefile target to use restorecon.
|
|
|
|
|
|
|
|
* Mon Feb 7 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-1
|
|
|
|
- Latest from NSA
|
|
|
|
* Merged enhanced MLS support from Darrel Goeddel (TCS).
|
|
|
|
|
2005-01-07 14:51:13 +00:00
|
|
|
* Fri Jan 7 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-1
|
|
|
|
- Update for version increase at NSA
|
|
|
|
|
2004-12-20 14:16:37 +00:00
|
|
|
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
* Merged typeattribute statement patch from Darrel Goeddel of TCS.
|
|
|
|
* Changed genpolusers to handle multiple user config files.
|
|
|
|
* Merged nodecon ordering patch from Chad Hanson of TCS.
|
|
|
|
|
2004-11-11 12:38:33 +00:00
|
|
|
* Thu Nov 11 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
|
|
|
|
- Latest from NSA
|
|
|
|
* Merged nodecon ordering patch from Chad Hanson of TCS.
|
|
|
|
|
2004-11-04 13:30:49 +00:00
|
|
|
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
|
|
|
|
- Latest from NSA
|
|
|
|
* MLS build fix.
|
|
|
|
|
2004-09-20 20:58:55 +00:00
|
|
|
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-1
|
|
|
|
- Latest from NSA
|
|
|
|
* Fixed Makefile dependencies (Chris PeBenito).
|
|
|
|
|
2004-09-14 13:42:05 +00:00
|
|
|
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.4-1
|
|
|
|
- Latest from NSA
|
|
|
|
* Fixed Makefile dependencies (Chris PeBenito).
|
|
|
|
|
2004-09-10 17:18:59 +00:00
|
|
|
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-1
|
|
|
|
- Latest from NSA
|
2004-09-14 13:42:05 +00:00
|
|
|
* Merged fix for role dominance ordering issue from Chad Hanson of TCS.
|
2004-09-10 17:18:59 +00:00
|
|
|
|
2004-09-09 03:49:04 +00:00
|
|
|
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:48:59 +00:00
|
|
|
* Thu Aug 26 2004 Dan Walsh <dwalsh@redhat.com> 1.16.3-1
|
|
|
|
- Fix NSA package to not include y.tab files.
|
|
|
|
|
2004-09-09 03:48:52 +00:00
|
|
|
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.16.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
- Allow port ranges to overlap
|
|
|
|
|
2004-09-09 03:48:48 +00:00
|
|
|
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.16.1-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:48:46 +00:00
|
|
|
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:48:34 +00:00
|
|
|
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:48:20 +00:00
|
|
|
* Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Sat Aug 7 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
|
2004-09-09 03:48:20 +00:00
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:47:49 +00:00
|
|
|
* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:47:33 +00:00
|
|
|
* Sat Jul 31 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:47:22 +00:00
|
|
|
* Tue Jul 27 2004 Dan Walsh <dwalsh@redhat.com> 1.14.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:47:18 +00:00
|
|
|
* Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
2004-09-09 03:47:09 +00:00
|
|
|
* Fri Jun 18 2004 Dan Walsh <dwalsh@redhat.com> 1.12.2-1
|
|
|
|
- Latest from NSA
|
|
|
|
|
|
|
|
* Thu Jun 17 2004 Dan Walsh <dwalsh@redhat.com> 1.12.1-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
|
2004-09-09 03:47:06 +00:00
|
|
|
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.12-1
|
|
|
|
- Update to latest from NSA
|
|
|
|
|
2004-09-09 03:46:59 +00:00
|
|
|
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.10-5
|
|
|
|
- Add nlclass patch
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 03:46:44 +00:00
|
|
|
* Fri Jun 4 2004 Dan Walsh <dwalsh@redhat.com> 1.10-3
|
|
|
|
- Add BuildRequires flex
|
|
|
|
|
2004-09-09 03:46:32 +00:00
|
|
|
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
|
|
|
|
- Add BuildRequires byacc
|
|
|
|
|
2004-09-09 03:46:19 +00:00
|
|
|
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
|
|
|
|
- Upgrade to the latest from NSA
|
|
|
|
|
2004-09-09 03:46:12 +00:00
|
|
|
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
|
|
|
|
- Upgrade to the latest from NSA
|
|
|
|
|
2013-01-05 16:08:17 +00:00
|
|
|
* Tue Feb 24 2004 Dan Walsh <dwalsh@redhat.com> 1.6-1
|
2004-09-09 03:46:12 +00:00
|
|
|
- Upgrade to the latest from NSA
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 03:45:40 +00:00
|
|
|
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-6
|
|
|
|
- Add typealias patch
|
|
|
|
|
|
|
|
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-5
|
|
|
|
- Update excludetypes with negset-final patch
|
|
|
|
|
|
|
|
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4
|
|
|
|
- Add excludetypes patch
|
|
|
|
|
|
|
|
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-3
|
|
|
|
- Add Colin Walter's lineno patch
|
|
|
|
|
|
|
|
* Wed Jan 7 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
|
|
|
|
- Remove check for roles transition
|
|
|
|
|
|
|
|
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
|
|
|
|
- upgrade to 1.4
|
|
|
|
|
|
|
|
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
|
|
|
|
- upgrade to 1.2
|
|
|
|
|
|
|
|
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 1.1-2
|
|
|
|
- upgrade to 1.1
|
|
|
|
|
|
|
|
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
|
|
|
|
- Initial version
|