psss / rpms / checkpolicy

Forked from rpms/checkpolicy 5 years ago
Clone
04fa4fd
%define libselinuxver 2.8-1
04fa4fd
%define libsepolver 2.8-1
269e7db
cvsdist f2e3813
Summary: SELinux policy compiler
cvsdist f2e3813
Name: checkpolicy
ccff9f3
Version: 2.8
a93670f
Release: 2%{?dist}
4325162
License: GPLv2
04fa4fd
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/checkpolicy-2.8.tar.gz
65b4436
# download https://raw.githubusercontent.com/fedora-selinux/scripts/master/selinux/make-fedora-selinux-patch.sh
65b4436
# run:
04fa4fd
# $ VERSION=2.8 ./make-fedora-selinux-patch.sh checkpolicy
04fa4fd
# HEAD https://github.com/fedora-selinux/selinux/commit/0e84c8fe6bb895d22f706be1c8f59119c6427f64
ccff9f3
# Patch1: checkpolicy-fedora.patch
13e82f6
Conflicts: selinux-policy-base < 3.13.1-138
b501520
BuildRequires: gcc
1e7f3c9
BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel  >= %{libselinuxver} 
cvsdist f2e3813
cvsdist f2e3813
%description
e21e3bf
Security-enhanced Linux is a feature of the Linux® kernel and a number
cvsdist f2e3813
of utilities with enhanced security functionality designed to add
cvsdist f2e3813
mandatory access controls to Linux.  The Security-enhanced Linux
cvsdist f2e3813
kernel contains new architectural components originally developed to
cvsdist f2e3813
improve the security of the Flask operating system. These
cvsdist f2e3813
architectural components provide general support for the enforcement
cvsdist f2e3813
of many kinds of mandatory access control policies, including those
cvsdist f2e3813
based on the concepts of Type Enforcement®, Role-based Access
cvsdist f2e3813
Control, and Multi-level Security.
cvsdist f2e3813
cvsdist f2e3813
This package contains checkpolicy, the SELinux policy compiler.  
cvsdist f2e3813
Only required for building policies. 
cvsdist f2e3813
cvsdist f2e3813
%prep
04fa4fd
%autosetup -p 1 -n checkpolicy-%{version}
cvsdist f2e3813
cvsdist f2e3813
%build
b1640a4
make clean
e67c255
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" LDFLAGS="$RPM_LD_FLAGS"
3529999
cd test
e67c255
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" LDFLAGS="$RPM_LD_FLAGS"
cvsdist f2e3813
cvsdist f2e3813
%install
cvsdist f2e3813
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
dfc85e2
make LIBDIR="%{_libdir}" DESTDIR="${RPM_BUILD_ROOT}" install
3529999
install test/dismod ${RPM_BUILD_ROOT}%{_bindir}/sedismod
3529999
install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
cvsdist f2e3813
cvsdist f2e3813
%files
ca57820
%{!?_licensedir:%global license %%doc}
ca57820
%license COPYING
cvsdist f2e3813
%{_bindir}/checkpolicy
dfc85e2
%{_bindir}/checkmodule
cvsdist f2e3813
%{_mandir}/man8/checkpolicy.8.gz
e8c9487
%{_mandir}/man8/checkmodule.8.gz
3529999
%{_bindir}/sedismod
3529999
%{_bindir}/sedispol
cvsdist f2e3813
cvsdist f2e3813
%changelog
a93670f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-2
a93670f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a93670f
04fa4fd
* Fri May 25 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-1
04fa4fd
- SELinux userspace 2.8 release
04fa4fd
5d411cd
* Tue May 15 2018 Petr Lautrbach <plautrba@workstation> - 2.8-0.rc3.1
5d411cd
- SELinux userspace 2.8-rc3 release candidate
5d411cd
ccff9f3
* Mon Apr 23 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-0.rc1.1
ccff9f3
- SELinux userspace 2.8-rc1 release candidate
ccff9f3
bb731d2
* Wed Mar 21 2018 Petr Lautrbach <plautrba@redhat.com> - 2.7-7
bb731d2
- Add support for the SCTP portcon keyword
bb731d2
0d9f220
* Tue Mar 13 2018 Petr Lautrbach <plautrba@redhat.com> - 2.7-6
0d9f220
- build: follow standard semantics for DESTDIR and PREFIX
0d9f220
e67c255
* Thu Feb 22 2018 Florian Weimer <fweimer@redhat.com> - 2.7-5
e67c255
- Use LDFLAGS from redhat-rpm-config
e67c255
782a151
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-4
782a151
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
782a151
817c204
* Wed Nov 22 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-3
817c204
- Rebuild with libsepol-2.7-3 and libselinux-2.7-6
817c204
39e0ef5
* Fri Oct 20 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-2
39e0ef5
- Rebuilt with libsepol-2.7-2
39e0ef5
980d2c8
* Mon Aug 07 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-1
980d2c8
- Update to upstream release 2017-08-04
980d2c8
0d6e022
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
0d6e022
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0d6e022
3484761
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
3484761
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3484761
269e7db
* Wed Feb 15 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-1
269e7db
- Update to upstream release 2016-10-14
269e7db
7671da6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-9
7671da6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7671da6
d70b204
* Mon Oct 03 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-8
d70b204
- Add types associated to a role in the current scope when parsing
d70b204
eca1d03
* Mon Aug 01 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-7
eca1d03
- Extend checkpolicy pathname matching
eca1d03
- Rebuilt with libsepol-2.5-9
eca1d03
39233d7
* Mon Jun 27 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-6
39233d7
- Fix typos in sedispol
39233d7
a1e6032
* Thu Jun 23 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-5
a1e6032
- Set flex as default lexer
a1e6032
- Fix checkmodule output message
a1e6032
eedb877
* Wed May 11 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-4
eedb877
- Rebuilt with libsepol-2.5-6
eedb877
43d653f
* Fri Apr 29 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-3
43d653f
- Build policy on systems not supporting DCCP protocol
43d653f
- Fail if module name different than output base filename
43d653f
65b4436
* Fri Apr 08 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-2
65b4436
- Add support for portcon dccp protocol
65b4436
ce5393b
* Tue Feb 23 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-1
ce5393b
- Update to upstream release 2016-02-23
ce5393b
cfa5845
* Sun Feb 21 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-0.1.rc1
cfa5845
- Update to upstream rc1 release 2016-01-07
cfa5845
3ba2a70
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2.1
3ba2a70
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3ba2a70
13e82f6
* Tue Jul 21 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-1.1
76fb2b6
- Update to 2.4 release
58f0113
437291d
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
437291d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
437291d
ca57820
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.3-3
ca57820
- fix license handling
ca57820
dd6f1ef
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
dd6f1ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
dd6f1ef
946ad38
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
946ad38
- Update to upstream 
946ad38
	* Add Android support for building dispol.
946ad38
	* Report source file and line information for neverallow failures.
946ad38
	* Prevent incompatible option combinations for checkmodule.
946ad38
	* Drop -lselinux from LDLIBS for test programs; not used.
946ad38
	* Add debug feature to display constraints/validatetrans from Richard Haines.
946ad38
eddfbe5
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
60787b1
- Update to upstream 
60787b1
	* Fix hyphen usage in man pages from Laurent Bigonville.
60787b1
	* handle-unknown / -U required argument fix from Laurent Bigonville.
60787b1
	* Support overriding Makefile PATH and LIBDIR from Laurent Bigonville.
60787b1
	* Support space and : in filenames from Dan Walsh.
60787b1
d2e9a9d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-5
d2e9a9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
eddfbe5
4ca4113
* Tue Jul 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-4
4ca4113
- Fix a segmentation fault if the --handle-unknown option was set without
4ca4113
arguments.
4ca4113
- Thanks to Alexandre Rebert and his team at Carnegie Mellon University
4ca4113
for detecting this crash.
4ca4113
9e5a835
* Tue Mar 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-3
6bfe32f
- ":" should be allowed for file trans names
6bfe32f
7a5e44f
* Tue Mar 12 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-2
7a5e44f
- Space should be allowed for file trans names
7a5e44f
02cf4ab
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-1
02cf4ab
- Update to upstream 
02cf4ab
        * Fix errors found by coverity
02cf4ab
        * implement default type policy syntax
02cf4ab
        * Free allocated memory when clean up / exit.
02cf4ab
13d5e7a
* Sat Jan 5 2013 Dan Walsh <dwalsh@redhat.com> -  2.1.11-3
13d5e7a
- Update to latest patches from eparis/Upstream
13d5e7a
-   checkpolicy: libsepol: implement default type policy syntax
13d5e7a
-   
13d5e7a
-   We currently have a mechanism in which the default user, role, and range
13d5e7a
-   can be picked up from the source or the target object.  This implements
13d5e7a
-   the same thing for types.  The kernel will override this with type
13d5e7a
-   transition rules and similar.  This is just the default if nothing
13d5e7a
-   specific is given.
13d5e7a
    
13d5e7a
aa08259
* Wed Sep 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-2
aa08259
- Rebuild with fixed libsepol
aa08259
1057df9
* Thu Sep 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-1
1057df9
- Update to upstream 
1057df9
	* fd leak reading policy
1057df9
	* check return code on ebitmap_set_bit
1057df9
1796244
* Mon Jul 30 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-4
1796244
- Rebuild to grab latest libsepol
1796244
04deb1a
* Tue Jul 24 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-3
04deb1a
- Rebuild to grab latest libsepol
04deb1a
c25bf4d
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.10-2
c25bf4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c25bf4d
f5401fa
* Wed Jul 4 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-1
f5401fa
- Update to upstream 
f5401fa
	* sepolgen: We need to support files that have a + in them
f5401fa
	* Android/MacOS X build support
f5401fa
fbd2801
* Mon Apr 23 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-4
fbd2801
- Rebuild to get latest libsepol which fixes the file_name transition problems
fbd2801
c856d94
* Tue Apr 17 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-3
c856d94
- Recompile with libsepol that has support for ptrace_child
c856d94
1ef6843
* Tue Apr 3 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-2
1ef6843
- Allow checkpolicy to use + in a file name
1ef6843
9f8377e
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
9f8377e
- Update to upstream 
9f8377e
	* implement new default labeling behaviors for usr, role, range
9f8377e
	* Fix dead links to www.nsa.gov/selinux
9f8377e
9a3ff63
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
102b87e
- Fix man page to link to www.nsa.giv/research/selinux
102b87e
2bf4af1
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.8-2
2bf4af1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2bf4af1
629e1bb
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-1
629e1bb
-Update to upstream
ab9a334
	* add ignoredirs config for genhomedircon
ab9a334
	* Fallback_user_level can be NULL if you are not using MLS
629e1bb
228c1db
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-3
228c1db
- default_rules should be optional
228c1db
ca712cb
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-2
ca712cb
- Rebuild with latest libsepol
ca712cb
5ea3e82
* Tue Dec 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-1
5ea3e82
- Upgrade to upstream
5ea3e82
	* dis* fixed signed vs unsigned errors
5ea3e82
	* dismod: fix unused parameter errors
5ea3e82
	* test: Makefile: include -W and -Werror
5ea3e82
	* allow ~ in filename transition rules
5ea3e82
- Allow policy to specify the source of target for generating the default user,role 
5ea3e82
- or mls label for a new target.
5ea3e82
e9ff6df
* Mon Nov 14 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-2
e9ff6df
- Allow ~ in a filename 
e9ff6df
1e7f3c9
* Fri Nov 4 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-1
1e7f3c9
- Upgrade to upstream
1e7f3c9
	* Revert "checkpolicy: Redo filename/filesystem syntax to support filename trans rules"
1e7f3c9
	* drop libsepol dynamic link in checkpolicy
1e7f3c9
0708d41
* Tue Sep 20 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-2
0708d41
- Fix checkpolicy to ignore '"' in filename trans rules
0708d41
0708d41
* Mon Sep 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-1
253cdcd
-Update to upstream
253cdcd
	* Separate tunable from boolean during compile.
253cdcd
68f262f
* Tue Aug 30 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-0
68f262f
-Update to upstream
68f262f
	* checkpolicy: fix spacing in output message
68f262f
5bae771
* Thu Aug 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.3-0
5bae771
	* add missing ; to attribute_role_def
5bae771
	*Redo filename/filesystem syntax to support filename trans
5bae771
5bae771
* Wed Aug 3 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.2-0
5bae771
-Update to upstream
5bae771
	* .gitignore changes
5bae771
	* dispol output of role trans
5bae771
	* man page update: build a module with an older policy version
5bae771
5bae771
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.1-0
5bae771
-Update to upstream
5bae771
	* Minor updates to filename trans rule output in dis{mod,pol}
5bae771
920355c
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
920355c
-Update to upstream
920355c
5eaf355
* Mon May 23 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.26-1
5eaf355
-Update to upstream
5eaf355
	* Wrap file names in filename transitions with quotes by Steve Lawrence.
5eaf355
	* Allow filesystem names to start with a digit by James Carter.
5eaf355
	* Add support for using the last path compnent in type transitions by Eric
5eaf355
49877e7
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
49877e7
* Fixes for new role_transition class field by Eric Paris.
49877e7
f530d30
* Fri Apr 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
49877e7
- Add "-" as a file type
f530d30
f530d30
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-1
66140a0
-Update to upstream
66140a0
	* Add new class field in role_transition by Harry Ciao.
66140a0
66140a0
* Mon Apr 11 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-5
66140a0
- Fix type_transition to allow all files
66140a0
9d5bc6c
* Tue Mar 29 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-4
9d5bc6c
- Patches from Eric Paris 
9d5bc6c
We just use random numbers to make menu selections.  Use #defines and
9d5bc6c
names that make some sense instead.
9d5bc6c
9d5bc6c
This patch adds support for using the last path component as part of the
9d5bc6c
information in making labeling decisions for new objects.  A example
9d5bc6c
rule looks like so:
9d5bc6c
9d5bc6c
type_transition unconfined_t etc_t:file system_conf_t eric;
9d5bc6c
9d5bc6c
This rule says if unconfined_t creates a file in a directory labeled
9d5bc6c
etc_t and the last path component is "eric" (no globbing, no matching
9d5bc6c
magic, just exact strcmp) it should be labeled system_conf_t.
9d5bc6c
9d5bc6c
The kernel and policy representation does not have support for such
9d5bc6c
rules in conditionals, and thus policy explicitly notes that fact if
9d5bc6c
such a rule is added to a conditional.
9d5bc6c
9d5bc6c
ab345be
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.23-3
ab345be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ab345be
2cb151d
* Wed Jan 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-2
2cb151d
- Add James Carters Patch
2cb151d
  *This patch is needed because some filesystem names (such as 9p) start
2cb151d
  with a digit.
2cb151d
5ea14e8
* Tue Dec 21 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.23-1
5ea14e8
- Latest update from NSA
5ea14e8
  * Remove unused variables to fix compliation under GCC 4.6 by Justin Mattock
5ea14e8
8bd7fb2
* Wed Dec 8 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-2
8bd7fb2
- Rebuild to make sure it will build in Fedora 
8bd7fb2
889f900
* Wed Jun 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
ff8894c
- Latest update from NSA
ff8894c
	* Update checkmodule man page and usage by Daniel Walsh and Steve Lawrence
ff8894c
- Allow policy version to be one number
ff8894c
ff8894c
* Mon May 3 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.21-2
ff8894c
- Fix checkmodule man page and usage statements
ff8894c
889f900
* Sun Nov 1 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.21-1
7c6d84d
- Latest update from NSA
7c6d84d
	* Add support for building Xen policies from Paul Nuzzi.
7c6d84d
	* Add long options to checkpolicy and checkmodule by Guido
7c6d84d
	  Trentalancia <guido@trentalancia.com>
7c6d84d
377ab91
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-3
377ab91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
377ab91
6cd5270
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-2
6cd5270
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6cd5270
69181ce
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.19-1
69181ce
- Latest update from NSA
69181ce
	* Fix alias field in module format, caused by boundary format change
69181ce
	  from Caleb Case.
69181ce
69181ce
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.18-1
69181ce
- Latest update from NSA
69181ce
	* Properly escape regex symbols in the lexer from Stephen Smalley.
69181ce
	* Add bounds support from KaiGai Kohei.
69181ce
69181ce
* Tue Oct 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-4
69181ce
31c6784
* Mon Jul 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-3
f0fa1b8
- Rebuild with new libsepol
f0fa1b8
4325162
* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.16-2
4325162
- fix license tag
4325162
d9e3ea1
* Wed May 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
d9e3ea1
- Latest update from NSA
d9e3ea1
	* Update checkpolicy for user and role mapping support from Joshua Brindle.
d9e3ea1
889f900
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.15-1
d9e3ea1
- Latest update from NSA
d9e3ea1
	* Fix for policy module versions that look like IPv4 addresses from Jim Carter.
d9e3ea1
	  Resolves bug 444451.
d9e3ea1
889f900
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2
a17aa67
- Allow modules with 4 sections or more
a17aa67
1ca4c44
* Thu Mar 27 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-1
1ca4c44
- Latest update from NSA
1ca4c44
	* Add permissive domain support from Eric Paris.
1ca4c44
164c17c
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.13-1
164c17c
- Latest update from NSA
164c17c
	* Split out non-grammar parts of policy_parse.yacc into
164c17c
	  policy_define.c and policy_define.h from Todd C. Miller.
164c17c
	* Initialize struct policy_file before using it, from Todd C. Miller.
164c17c
	* Remove unused define, move variable out of .y file, simplify COND_ERR, from Todd C. Miller.
164c17c
e22ff16
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.10-1
e22ff16
- Latest update from NSA
e22ff16
	* Use yyerror2() where appropriate from Todd C. Miller.
e22ff16
- Build against latest libsepol
e22ff16
3529999
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-2
3529999
- Start shipping sedismod and sedispol
3529999
d793dcb
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-1
d793dcb
- Latest update from NSA
d793dcb
	* Update dispol for libsepol avtab changes from Stephen Smalley.
d793dcb
1257a8c
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
1257a8c
- Latest update from NSA
1257a8c
	* Deprecate role dominance in parser.
1257a8c
4dd1371
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-2
4dd1371
- Update to use libsepol-static library
4dd1371
4dd1371
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-1
4dd1371
- Latest update from NSA
4dd1371
	* Added support for policy capabilities from Todd Miller.
4dd1371
5c3895b
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
5c3895b
- Latest update from NSA
5c3895b
	* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
5c3895b
	* Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
5c3895b
5d69389
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.4-1
5d69389
	* Merged handle unknown policydb flag support from Eric Paris.
5d69389
	  Adds new command line options -U {allow, reject, deny} for selecting
5d69389
	  the flag when a base module or kernel policy is built.
5d69389
3667d6e
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.3-3
3667d6e
- Rebuild for selinux ppc32 issue.
3667d6e
889f900
* Mon Jun 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-2
7b1ac7a
- Rebuild with the latest libsepol
7b1ac7a
889f900
* Sun Jun 17 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-1
4bd6947
- Latest update from NSA
4bd6947
	* Merged fix for segfault on duplicate require of sensitivity from Caleb Case.
4bd6947
	* Merged fix for dead URLs in checkpolicy man pages from Dan Walsh.
4bd6947
7b7e590
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.2-1
7b7e590
- Latest update from NSA
7b7e590
	* Merged checkmodule man page fix from Dan Walsh.
7b7e590
ebb6b2e
* Fri Mar 30 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-3
ebb6b2e
- Rebuild with new libsepol
ebb6b2e
7f27419
* Wed Mar 28 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-2
7f27419
- Rebuild with new libsepol
7f27419
889f900
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.1-1
c1870cd
- Latest update from NSA
c1870cd
	* Merged patch to allow dots in class identifiers from Caleb Case.
c1870cd
1ec43fb
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.0-1
1ec43fb
- Latest update from NSA
1ec43fb
	* Merged patch to use new libsepol error codes by Karl MacMillan.
1ec43fb
	* Updated version for stable branch.
1ec43fb
efbbda8
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-2
efbbda8
- Rebuild for new libraries
efbbda8
c2957dd
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-1
c2957dd
- Latest update from NSA
c2957dd
	* Collapse user identifiers and identifiers together.
c2957dd
9e6b631
* Tue Oct 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.32-1
9e6b631
- Latest update from NSA
9e6b631
	* Updated version for release.
9e6b631
2fc5612
* Thu Sep 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.12-1
2fc5612
- Latest update from NSA
2fc5612
	* Merged user and range_transition support for modules from 
2fc5612
	  Darrel Goeddel
2fc5612
39e4bfb
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.11-1
39e4bfb
- Latest update from NSA
39e4bfb
	* merged range_transition enhancements and user module format
39e4bfb
	  changes from Darrel Goeddel
39e4bfb
	* Merged symtab datum patch from Karl MacMillan.
39e4bfb
d6c461c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.30.9-1.1
d6c461c
- rebuild
d6c461c
0962a54
* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.8-1
0962a54
- Latest upgrade from NSA
0962a54
	* Lindent.
0962a54
	* Merged patch to remove TE rule conflict checking from the parser
0962a54
	  from Joshua Brindle.  This can only be done properly by the 
0962a54
	  expander.
0962a54
	* Merged patch to make checkpolicy/checkmodule handling of
0962a54
	  duplicate/conflicting TE rules the same as the expander 
0962a54
	  from Joshua Brindle.
0962a54
	* Merged optionals in base take 2 patch set from Joshua Brindle.
0962a54
889f900
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.5-1
0b33b45
- Latest upgrade from NSA
0b33b45
	* Merged compiler cleanup patch from Karl MacMillan.
0b33b45
	* Merged fix warnings patch from Karl MacMillan.	
0b33b45
a7c8fb2
* Wed Apr 5 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.4-1
a7c8fb2
- Latest upgrade from NSA
a7c8fb2
	* Changed require_class to reject permissions that have not been
a7c8fb2
	  declared if building a base module.
a7c8fb2
cb354e0
* Tue Mar 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.3-1
cb354e0
- Latest upgrade from NSA
cb354e0
	* Fixed checkmodule to call link_modules prior to expand_module
cb354e0
	  to handle optionals.
cb354e0
	* Fixed require_class to avoid shadowing permissions already defined
cb354e0
	  in an inherited common definition.
cb354e0
d914ad5
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-2
d914ad5
- Rebuild with new libsepol
d914ad5
01a9ba8
* Thu Mar 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-1
01a9ba8
- Latest upgrade from NSA
01a9ba8
	* Moved processing of role and user require statements to 2nd pass.
01a9ba8
af7b9d6
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.30-1
af7b9d6
- Latest upgrade from NSA
af7b9d6
	* Updated version for release.
af7b9d6
	* Fixed bug in role dominance (define_role_dom).
af7b9d6
af7b9d6
* Fri Feb 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.4-1
d0cfe1d
- Latest upgrade from NSA
d0cfe1d
	* Added a check for failure to declare each sensitivity in
d0cfe1d
	  a level definition.
d0cfe1d
	* Changed to clone level data for aliased sensitivities to
d0cfe1d
	  avoid double free upon sens_destroy.  Bug reported by Kevin
d0cfe1d
	  Carr of Tresys Technology.
d0cfe1d
6d15169
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.2-1
6d15169
- Latest upgrade from NSA
6d15169
	* Merged optionals in base patch from Joshua Brindle.
6d15169
bc40ef4
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.1-1.2
6d15169
- Need to build againi
bc40ef4
f6e3697
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.29.1-1.1
f6e3697
- bump again for double-long bug on ppc(64)
f6e3697
7cb7072
* Tue Feb 07 2006 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
7cb7072
- Latest upgrade from NSA
7cb7072
	* Merged sepol_av_to_string patch from Joshua Brindle.
7cb7072
6c329b1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.28-5.1
6c329b1
- rebuilt for new gcc4.1 snapshot and glibc changes
6c329b1
4134497
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
4134497
- Rebuild to get latest libsepol
4134497
7cb7072
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
7cb7072
- Rebuild to get latest libsepol
7cb7072
7f0d316
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 1.28-4
7f0d316
- Rebuild to get latest libsepol
7f0d316
55423c3
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.28-3
55423c3
- Rebuild to get latest libsepol
55423c3
b1640a4
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 1.28-2
b1640a4
- Rebuild to get latest libsepol
b1640a4
aba9acb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
aba9acb
- rebuilt
aba9acb
6300e44
* Fri Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
6300e44
- Latest upgrade from NSA
6300e44
428c7aa
* Sun Dec 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.20-1
428c7aa
- Latest upgrade from NSA
428c7aa
	* Merged checkmodule man page from Dan Walsh, and edited it.
428c7aa
e8c9487
* Thu Dec 1 2005 Dan Walsh <dwalsh@redhat.com> 1.27.19-1
e8c9487
- Latest upgrade from NSA
e8c9487
	* Added error checking of all ebitmap_set_bit calls for out of
e8c9487
	  memory conditions.
e8c9487
	* Merged removal of compatibility handling of netlink classes
e8c9487
	  (requirement that policies with newer versions include the
e8c9487
	   netlink class definitions, remapping of fine-grained netlink
e8c9487
	   classes in newer source policies to single netlink class when
e8c9487
	   generating older policies) from George Coker.
e8c9487
671fd36
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-7
e003d30
- Rebuild to get latest libsepol
e003d30
f457404
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-1
f457404
- Latest upgrade from NSA
f457404
	* Merged dismod fix from Joshua Brindle.
f457404
af4dd8d
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.16-1
af4dd8d
- Latest upgrade from NSA
af4dd8d
	* Removed obsolete cond_check_type_rules() function and call and 
af4dd8d
	  cond_optimize_lists() call from checkpolicy.c; these are handled
af4dd8d
	  during parsing and expansion now.
af4dd8d
	* Updated calls to expand_module for interface change.
af4dd8d
	* Changed checkmodule to verify that expand_module succeeds 
af4dd8d
	  when building base modules.
af4dd8d
	* Merged module compiler fixes from Joshua Brindle.
af4dd8d
	* Removed direct calls to hierarchy_check_constraints() and 
af4dd8d
	  check_assertions() from checkpolicy since they are now called 
af4dd8d
	  internally by expand_module().
af4dd8d
acfce4c
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.11-1
acfce4c
- Latest upgrade from NSA
acfce4c
	* Updated for changes to sepol policydb_index_others interface.
acfce4c
b1c24f3
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.10-1
b1c24f3
- Latest upgrade from NSA
b1c24f3
	* Updated for changes to sepol expand_module and link_modules interfaces.
f0af6ae
* Sat Oct 15 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
f0af6ae
- Rebuild to get latest libsepol
f0af6ae
571771b
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
571771b
- Latest upgrade from NSA
571771b
	* Merged support for require blocks inside conditionals from
571771b
	Joshua Brindle (Tresys).
571771b
c7eb5fa
* Wed Oct 12 2005 Karsten Hopp <karsten@redhat.de> 1.27.8-2
c7eb5fa
- add buildrequirement for libselinux-devel for dispol
c7eb5fa
1b6c428
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.27.8-1
1b6c428
- Latest upgrade from NSA
1b6c428
	* Updated for changes to libsepol.
1b6c428
e191585
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-2
e191585
- Rebuild to get latest libsepol
e191585
b8c325c
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
b8c325c
- Latest upgrade from NSA
b8c325c
	* Merged several bug fixes from Joshua Brindle (Tresys).
b8c325c
4331420
* Tue Oct 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1
4331420
- Latest upgrade from NSA
4331420
	* Merged MLS in modules patch from Joshua Brindle (Tresys).
4331420
1bc86e3
* Mon Oct 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-2
1bc86e3
- Rebuild to get latest libsepol
1bc86e3
e21e3bf
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-1
e21e3bf
- Latest upgrade from NSA
e21e3bf
	* Merged error handling improvement in checkmodule from Karl MacMillan (Tresys).
e21e3bf
d3c90af
* Tue Sep 27 2005 Dan Walsh <dwalsh@redhat.com> 1.27.4-1
d3c90af
- Latest upgrade from NSA
d3c90af
	* Merged bugfix for dup role transition error messages from
d3c90af
	Karl MacMillan (Tresys).
d3c90af
d3c90af
* Fri Sep 23 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-1
d3c90af
- Latest upgrade from NSA
d3c90af
	* Merged policyver/modulever patches from Joshua Brindle (Tresys).
d3c90af
c95e46a
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-2
c95e46a
- Rebuild to get latest libsepol
c95e46a
e340199
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-1
e340199
- Latest upgrade from NSA
e340199
	* Fixed parse_categories handling of undefined category.
e340199
e340199
* Tue Sep 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-2
e340199
- Rebuild to get latest libsepol
e340199
ba974b1
* Sat Sep 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-1
ba974b1
- Latest upgrade from NSA
ba974b1
	* Merged bug fix for role dominance handling from Darrel Goeddel (TCS). 
af1d472
* Wed Sep 14 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
af1d472
- Rebuild to get latest libsepol
af1d472
7ba2db9
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-1
7ba2db9
- Latest upgrade from NSA
7ba2db9
	* Updated version for release.
7ba2db9
- Rebuild to get latest libsepol
7ba2db9
edf32bd
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-3
edf32bd
- Rebuild to get latest libsepol
edf32bd
0f4afaf
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-2
0f4afaf
- Rebuild to get latest libsepol
0f4afaf
f28bede
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-1
f28bede
- Update to NSA Release
f28bede
	* Fixed handling of validatetrans constraint expressions.
f28bede
	Bug reported by Dan Walsh for checkpolicy -M.
f28bede
2395713
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-2
2395713
- Fix mls crash
2395713
b846509
* Fri Aug 19 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-1
b846509
- Update to NSA Release
b846509
	* Merged use-after-free fix from Serge Hallyn (IBM).  
b846509
	  Bug found by Coverity.
b846509
cac0f0b
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.10-1
cac0f0b
- Update to NSA Release
cac0f0b
	* Fixed further memory leaks found by valgrind.
cac0f0b
	* Changed checkpolicy to destroy the policydbs prior to exit
cac0f0b
	  to allow leak detection.
cac0f0b
	* Fixed several memory leaks found by valgrind.
cac0f0b
14ec964
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-3
14ec964
- Rebuild to get latest libsepol changes
14ec964
a660f4e
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-2
a660f4e
- Rebuild to get latest libsepol changes
a660f4e
6798389
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-1
6798389
- Update to NSA Release
6798389
	* Updated checkpolicy and dispol for the new avtab format.
6798389
	  Converted users of ebitmaps to new inline operators.
6798389
  	  Note:  The binary policy format version has been incremented to 
6798389
	  version 20 as a result of these changes.  To build a policy
6798389
	  for a kernel that does not yet include these changes, use
6798389
	  the -c 19 option to checkpolicy.
6798389
	* Merged patch to prohibit use of "self" as a type name from Jason Tang (Tresys).
6798389
	* Merged patch to fix dismod compilation from Joshua Brindle (Tresys).
6798389
2d61bf5
* Wed Aug 10 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
2d61bf5
- Update to NSA Release
2d61bf5
	* Fixed call to hierarchy checking code to pass the right policydb.
2d61bf5
	* Merged patch to update dismod for the relocation of the
2d61bf5
	  module read/write code from libsemanage to libsepol, and
2d61bf5
	  to enable build of test subdirectory from Jason Tang (Tresys).
2d61bf5
eb71cf8
* Thu Jul 28 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-1
eb71cf8
- Update to NSA Release
eb71cf8
	* Merged hierarchy check fix from Joshua Brindle (Tresys).
eb71cf8
4fcad70
* Thu Jul 7 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-1
4fcad70
- Update to NSA Release
4fcad70
	* Merged loadable module support from Tresys Technology.
4fcad70
	* Merged patch to prohibit the use of * and ~ in type sets 
4fcad70
	  (other than in neverallow statements) and in role sets
4fcad70
	  from Joshua Brindle (Tresys).
4fcad70
	* Updated version for release.
4fcad70
4861342
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23-4-1
4861342
- Update to NSA Release
4861342
	* Merged cleanup patch from Dan Walsh.
4861342
47d570e
* Thu May 19 2005 Dan Walsh <dwalsh@redhat.com> 1.23-3-1
47d570e
- Update to NSA Release
47d570e
	* Added sepol_ prefix to Flask types to avoid namespace
47d570e
	  collision with libselinux.
47d570e
889f900
* Sat May 7 2005 Dan Walsh <dwalsh@redhat.com> 1.23-2-1
ba85e9a
- Update to NSA Release
ba85e9a
	* Merged identifier fix from Joshua Brindle (Tresys).
ba85e9a
240d322
* Thu Apr 14 2005 Dan Walsh <dwalsh@redhat.com> 1.23,1-1
240d322
	* Merged hierarchical type/role patch from Tresys Technology.
240d322
	* Merged MLS fixes from Darrel Goeddel of TCS.
240d322
45f1202
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.22-1
45f1202
- Update to NSA Release
45f1202
9f3bba3
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-2
9f3bba3
- Rebuild for FC4
9f3bba3
123fced
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
123fced
	* Merged define_user() cleanup patch from Darrel Goeddel (TCS).
123fced
	* Moved genpolusers utility to libsepol.
123fced
	* Merged range_transition support from Darrel Goeddel (TCS).
123fced
123fced
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
123fced
- Latest from NSA
123fced
	* Changed relabel Makefile target to use restorecon.
123fced
123fced
* Mon Feb 7 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-1
123fced
- Latest from NSA
123fced
	* Merged enhanced MLS support from Darrel Goeddel (TCS).
123fced
9a1ec74
* Fri Jan 7 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-1
9a1ec74
- Update for version increase at NSA
9a1ec74
945a63a
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
945a63a
- Latest from NSA
945a63a
	* Merged typeattribute statement patch from Darrel Goeddel of TCS.
945a63a
	* Changed genpolusers to handle multiple user config files.
945a63a
	* Merged nodecon ordering patch from Chad Hanson of TCS.
945a63a
1cde5b2
* Thu Nov 11 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
1cde5b2
- Latest from NSA
1cde5b2
	* Merged nodecon ordering patch from Chad Hanson of TCS.
1cde5b2
4895935
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
4895935
- Latest from NSA
4895935
	* MLS build fix.
4895935
6d25edb
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-1
6d25edb
- Latest from NSA
6d25edb
	* Fixed Makefile dependencies (Chris PeBenito).
6d25edb
7b8ecc9
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.4-1
7b8ecc9
- Latest from NSA
7b8ecc9
	* Fixed Makefile dependencies (Chris PeBenito).
7b8ecc9
9fde288
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-1
9fde288
- Latest from NSA
7b8ecc9
	* Merged fix for role dominance ordering issue from Chad Hanson of TCS.
9fde288
cvsdist da71909
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
cvsdist da71909
- Latest from NSA
cvsdist da71909
cvsdist 8319f84
* Thu Aug 26 2004 Dan Walsh <dwalsh@redhat.com> 1.16.3-1
cvsdist 8319f84
- Fix NSA package to not include y.tab files.
cvsdist 8319f84
cvsdist 211730d
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.16.2-1
cvsdist 211730d
- Latest from NSA
cvsdist 211730d
- Allow port ranges to overlap
cvsdist 211730d
cvsdist 1512be7
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.16.1-1
cvsdist 1512be7
- Latest from NSA
cvsdist 1512be7
cvsdist eaf1a21
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
cvsdist eaf1a21
- Latest from NSA
cvsdist eaf1a21
cvsdist db0378e
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
cvsdist db0378e
- Latest from NSA
cvsdist db0378e
cvsdist 8291c6a
* Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
cvsdist 8291c6a
- Latest from NSA
cvsdist 8291c6a
889f900
* Sat Aug 7 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
cvsdist 8291c6a
- Latest from NSA
cvsdist 8291c6a
cvsdist c2acfd0
* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
cvsdist c2acfd0
- Latest from NSA
cvsdist c2acfd0
cvsdist 1bfbd54
* Sat Jul 31 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
cvsdist 1bfbd54
- Latest from NSA
cvsdist 1bfbd54
cvsdist 861a17e
* Tue Jul 27 2004 Dan Walsh <dwalsh@redhat.com> 1.14.2-1
cvsdist 861a17e
- Latest from NSA
cvsdist 861a17e
cvsdist 11ced95
* Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
cvsdist 11ced95
- Latest from NSA
cvsdist 11ced95
cvsdist 2d805d9
* Fri Jun 18 2004 Dan Walsh <dwalsh@redhat.com> 1.12.2-1
cvsdist 2d805d9
- Latest from NSA
cvsdist 2d805d9
cvsdist 2d805d9
* Thu Jun 17 2004 Dan Walsh <dwalsh@redhat.com> 1.12.1-1
cvsdist 2d805d9
- Update to latest from NSA
cvsdist 2d805d9
cvsdist b472e6f
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.12-1
cvsdist b472e6f
- Update to latest from NSA
cvsdist b472e6f
cvsdist a6ef65e
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.10-5
cvsdist a6ef65e
- Add nlclass patch
cvsdist a6ef65e
cvsdist a6ef65e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a6ef65e
- rebuilt
cvsdist a6ef65e
cvsdist 0ac68c2
* Fri Jun 4 2004 Dan Walsh <dwalsh@redhat.com> 1.10-3
cvsdist 0ac68c2
- Add BuildRequires flex
cvsdist 0ac68c2
cvsdist f5f8a5d
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
cvsdist f5f8a5d
- Add BuildRequires byacc
cvsdist f5f8a5d
cvsdist 0bd8fc7
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
cvsdist 0bd8fc7
- Upgrade to the latest from NSA
cvsdist 0bd8fc7
cvsdist bcdb28e
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
cvsdist bcdb28e
- Upgrade to the latest from NSA
cvsdist bcdb28e
889f900
* Tue Feb 24 2004 Dan Walsh <dwalsh@redhat.com> 1.6-1
cvsdist bcdb28e
- Upgrade to the latest from NSA
cvsdist bcdb28e
cvsdist bcdb28e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist bcdb28e
- rebuilt
cvsdist bcdb28e
cvsdist f2e3813
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-6
cvsdist f2e3813
- Add typealias patch
cvsdist f2e3813
cvsdist f2e3813
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-5
cvsdist f2e3813
- Update excludetypes with negset-final patch
cvsdist f2e3813
cvsdist f2e3813
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4
cvsdist f2e3813
- Add excludetypes patch
cvsdist f2e3813
cvsdist f2e3813
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-3
cvsdist f2e3813
- Add Colin Walter's lineno patch
cvsdist f2e3813
cvsdist f2e3813
* Wed Jan 7 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
cvsdist f2e3813
- Remove check for roles transition
cvsdist f2e3813
cvsdist f2e3813
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
cvsdist f2e3813
- upgrade to 1.4
cvsdist f2e3813
cvsdist f2e3813
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
cvsdist f2e3813
- upgrade to 1.2
cvsdist f2e3813
cvsdist f2e3813
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 1.1-2
cvsdist f2e3813
- upgrade to 1.1
cvsdist f2e3813
cvsdist f2e3813
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
cvsdist f2e3813
- Initial version