Commit Graph

115 Commits

Author SHA1 Message Date
Daniel J Walsh 39e4bfb0e8 - Latest update from NSA
merged range_transition enhancements and user module format changes from
    Darrel Goeddel
Merged symtab datum patch from Karl MacMillan.
2006-09-06 18:16:16 +00:00
Daniel J Walsh 0962a544c8 - 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.
2006-07-05 10:43:21 +00:00
Daniel J Walsh 0b33b45a9e - Latest upgrade from NSA
Merged compiler cleanup patch from Karl MacMillan.
Merged fix warnings patch from Karl MacMillan.
2006-05-24 03:11:52 +00:00
Daniel J Walsh a7c8fb25b4 - Latest upgrade from NSA
Changed require_class to reject permissions that have not been declared if
    building a base module.
2006-04-05 17:46:41 +00:00
Daniel J Walsh cb354e0254 - 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-28 20:07:42 +00:00
Daniel J Walsh 01a9ba841e - Latest upgrade from NSA
Moved processing of role and user require statements to 2nd pass.
2006-03-23 16:14:03 +00:00
Daniel J Walsh af7b9d6c00 - Latest upgrade from NSA
Updated version for release.
Fixed bug in role dominance (define_role_dom).
2006-03-17 18:36:26 +00:00
Daniel J Walsh d0cfe1d1ab - 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-16 18:44:15 +00:00
Daniel J Walsh 6d151699a3 - Latest upgrade from NSA
Merged optionals in base patch from Joshua Brindle.
2006-02-13 19:31:17 +00:00
Daniel J Walsh 7cb707226a - Latest upgrade from NSA
Merged sepol_av_to_string patch from Joshua Brindle.
2006-02-07 15:33:17 +00:00
Daniel J Walsh 6300e4418d - Latest upgrade from NSA 2005-12-09 18:24:24 +00:00
Daniel J Walsh 428c7aa7cd - Latest upgrade from NSA
Merged checkmodule man page from Dan Walsh, and edited it.
2005-12-04 13:13:34 +00:00
Daniel J Walsh e8c9487983 - 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-12-01 20:02:47 +00:00
Daniel J Walsh f4574040bd - Latest upgrade from NSA
Merged dismod fix from Joshua Brindle.
2005-10-25 19:18:26 +00:00
Daniel J Walsh af4dd8d071 - 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-20 20:34:02 +00:00
Daniel J Walsh acfce4cb75 - Latest upgrade from NSA
Updated for changes to sepol policydb_index_others interface.
2005-10-18 18:27:54 +00:00
Daniel J Walsh b1c24f328b - Latest upgrade from NSA
Updated for changes to sepol expand_module and link_modules interfaces.
Sat Oct 15 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
- Rebuild to get latest libsepol
2005-10-18 14:17:02 +00:00
Daniel J Walsh 571771b17d - Latest upgrade from NSA
Merged support for require blocks inside conditionals from Joshua Brindle
    (Tresys).
2005-10-14 12:31:36 +00:00
Daniel J Walsh 1b6c428fd8 - Latest upgrade from NSA
Updated for changes to libsepol.
2005-10-10 13:00:20 +00:00
Daniel J Walsh b8c325caf1 - Latest upgrade from NSA
Merged several bug fixes from Joshua Brindle (Tresys).
2005-10-06 16:08:53 +00:00
Daniel J Walsh 43314203eb - Latest upgrade from NSA
Merged MLS in modules patch from Joshua Brindle (Tresys).
2005-10-04 18:02:36 +00:00
Daniel J Walsh e21e3bfb9d - Latest upgrade from NSA
Merged error handling improvement in checkmodule from Karl MacMillan
    (Tresys).
2005-09-29 01:18:06 +00:00
Daniel J Walsh d3c90af390 - Latest upgrade from NSA
Merged bugfix for dup role transition error messages from Karl MacMillan
    (Tresys).
2005-09-27 19:00:56 +00:00
Daniel J Walsh e34019964c - Latest upgrade from NSA
Fixed parse_categories handling of undefined category.
2005-09-21 14:18:23 +00:00
Daniel J Walsh ba974b169b - Latest upgrade from NSA
Merged bug fix for role dominance handling from Darrel Goeddel (TCS).
Wed Sep 14 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
- Rebuild to get latest libsepol
2005-09-17 11:40:23 +00:00
Daniel J Walsh 7ba2db9576 - Latest upgrade from NSA
Updated version for release.
- Rebuild to get latest libsepol
2005-09-12 20:30:47 +00:00
Daniel J Walsh f28bede7d6 - Update to NSA Release
Fixed handling of validatetrans constraint expressions. Bug reported by Dan
    Walsh for checkpolicy -M.
2005-08-24 15:28:06 +00:00
Daniel J Walsh b846509581 - Update to NSA Release
Merged use-after-free fix from Serge Hallyn (IBM). Bug found by Coverity.
2005-08-19 19:56:18 +00:00
Daniel J Walsh cac0f0ba38 - 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-15 20:17:00 +00:00
Daniel J Walsh 6798389672 - Update to NSA Release
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-12 02:57:19 +00:00
Daniel J Walsh 2d61bf5dd0 - 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-10 21:05:55 +00:00
Daniel J Walsh eb71cf87d9 - Update to NSA Release
Merged hierarchy check fix from Joshua Brindle (Tresys).
2005-08-02 16:58:50 +00:00
Daniel J Walsh dfc85e21d9 - 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-07-07 11:23:32 +00:00
Daniel J Walsh 4861342204 - Update to NSA Release
Merged cleanup patch from Dan Walsh.
2005-05-20 17:24:02 +00:00
Daniel J Walsh e6e4a0126e - Update to NSA Release
Added sepol_ prefix to Flask types to avoid namespace collision with
    libselinux.
2005-05-19 18:04:58 +00:00
Daniel J Walsh 251eb70033 - Update to NSA Release
Added sepol_ prefix to Flask types to avoid namespace collision with
    libselinux.
2005-05-19 17:50:49 +00:00
Daniel J Walsh f52e50006b - Update to NSA Release
Merged identifier fix from Joshua Brindle (Tresys).
2005-05-07 05:18:00 +00:00
Daniel J Walsh 240d322d88 Merged hierarchical type/role patch from Tresys Technology.
Merged MLS fixes from Darrel Goeddel of TCS.
2005-04-14 20:34:19 +00:00
Daniel J Walsh 45f1202c49 - Update to NSA Release 2005-03-10 14:47:40 +00:00
Daniel J Walsh 123fcedb0b Merged define_user() cleanup patch from Darrel Goeddel (TCS).
Moved genpolusers utility to libsepol.
Merged range_transition support from Darrel Goeddel (TCS).
2005-02-17 20:52:00 +00:00
Daniel J Walsh 9a1ec74176 - Update for version increase at NSA 2005-01-07 14:51:13 +00:00
Daniel J Walsh 945a63ac92 - 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-12-20 14:16:37 +00:00
Daniel J Walsh 1cde5b268e - Latest from NSA
Merged nodecon ordering patch from Chad Hanson of TCS.
2004-11-11 12:38:33 +00:00
Daniel J Walsh 489593543d - Latest from NSA
MLS build fix.
2004-11-04 13:30:49 +00:00
Daniel J Walsh 6d25edbb2b latest from NSA 2004-09-20 20:58:55 +00:00
Daniel J Walsh 7b8ecc970b latest from NSA 2004-09-14 13:42:05 +00:00
Daniel J Walsh 9fde28857e latest from NSA 2004-09-10 17:18:59 +00:00
cvsdist da719092e4 auto-import changelog data from checkpolicy-1.17.2-1.src.rpm
Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
- Latest from NSA
2004-09-09 03:49:04 +00:00
cvsdist 8319f84e4d auto-import changelog data from checkpolicy-1.16.3-1.src.rpm
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:59 +00:00
cvsdist 211730d74a auto-import changelog data from checkpolicy-1.16.2-1.src.rpm
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:52 +00:00
cvsdist 1512be7982 auto-import changelog data from checkpolicy-1.16.1-1.src.rpm
Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.16.1-1
- Latest from NSA
2004-09-09 03:48:48 +00:00
cvsdist eaf1a21d7e auto-import changelog data from checkpolicy-1.15.6-1.src.rpm
Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
- Latest from NSA
2004-09-09 03:48:46 +00:00
cvsdist db0378edb5 auto-import changelog data from checkpolicy-1.15.5-1.src.rpm
Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
- Latest from NSA
2004-09-09 03:48:34 +00:00
cvsdist 8291c6a3ee auto-import changelog data from checkpolicy-1.15.4-2.src.rpm
Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
- Latest from NSA
Sun Aug 08 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
- Latest from NSA
2004-09-09 03:48:20 +00:00
cvsdist c2acfd033b auto-import changelog data from checkpolicy-1.15.2-1.src.rpm
Wed Aug 04 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
- Latest from NSA
2004-09-09 03:47:49 +00:00
cvsdist 1bfbd54892 auto-import changelog data from checkpolicy-1.15.1-1.src.rpm
Sat Jul 31 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
- Latest from NSA
2004-09-09 03:47:33 +00:00
cvsdist 861a17e56c auto-import changelog data from checkpolicy-1.14.2-1.src.rpm
Tue Jul 27 2004 Dan Walsh <dwalsh@redhat.com> 1.14.2-1
- Latest from NSA
2004-09-09 03:47:22 +00:00
cvsdist 11ced9583d auto-import changelog data from checkpolicy-1.14.1-1.src.rpm
Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
- Latest from NSA
2004-09-09 03:47:18 +00:00
cvsdist 96788c8b66 auto-import checkpolicy-1.12.3-1 from checkpolicy-1.12.3-1.src.rpm 2004-09-09 03:47:13 +00:00
cvsdist 2d805d9fff auto-import changelog data from checkpolicy-1.12.2-1.src.rpm
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:09 +00:00
cvsdist b472e6fbb2 auto-import checkpolicy-1.12-1 from checkpolicy-1.12-1.src.rpm 2004-09-09 03:47:06 +00:00
cvsdist 0bd8fc73c2 auto-import changelog data from checkpolicy-1.10-1.src.rpm
Thu Apr 08 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
- Upgrade to the latest from NSA
2004-09-09 03:46:19 +00:00
cvsdist bcdb28e3a2 auto-import changelog data from checkpolicy-1.8-1.src.rpm
Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
- Upgrade to the latest from NSA
Tue Feb 24 2004 Dan Walsh <dwalsh@redhat.com> 1.6-1
- Upgrade to the latest from NSA
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 03:46:12 +00:00
cvsdist f2e3813a66 auto-import changelog data from checkpolicy-1.4-6.src.rpm
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 07 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
- Remove check for roles transition
Sat Dec 06 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
- upgrade to 1.4
Wed Oct 01 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 02 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
- Initial version
2004-09-09 03:45:40 +00:00
cvsdist fd354d3d7b Setup of module checkpolicy 2004-09-09 03:45:38 +00:00