blob: c0f189c8a3f6b22d4453e043f6b27502a4ff28f2 [file] [log] [blame]
Eric Paris1f8cf402011-08-26 15:11:58 -040011.1.1 2011-08-26
2 * refparser: include open among valid permissions
3 * refparser: add support for filename_trans rules
4
Steve Lawrence44121f62011-07-26 09:39:09 -040051.1.0 2011-07-27
6 * Release, minor version bump
7
Joshua Brindle4bbaeeb2010-03-24 13:47:39 -040081.0.23 2010-03-24
9 * Fix unit tests from Dan Walsh.
10
111.0.22 2010-03-23
12 * improve parser error recovery from Karl MacMillan.
13
Joshua Brindlee796cee2010-03-18 16:52:16 -0400141.0.21 2010-03-18
15 * Add since-last-boot option to audit2allow from Dan Walsh.
16 * Fix sepolgen output to match what Chris expects for upstream
17 refpolicy from Dan Walsh.
18
Joshua Brindleb5b2c2c2010-03-12 08:32:38 -0500191.0.20 2010-03-12
20 * Add dontaudit flag to audit2allow from Dan Walsh.
21
Joshua Brindle32cf5d52009-11-27 15:03:02 -0500221.0.19 2009-11-27
23 * fix sepolgen to read a "type 1403" msg as a policy load by Stephen
24 Smalley <sds@tycho.nsa.gov>
25
Joshua Brindlef3c3bbd2009-10-14 15:54:16 -0400261.0.18 2009-10-14
27 * Add support for Xen ocontexts from Paul Nuzzi.
28
Joshua Brindle4fabd7d2009-05-05 20:20:36 -0400291.0.17 2009-05-15
30 * Fix typo in RoleTypeSet from Marshall Miller.
31
Joshua Brindle6ed00ee2009-02-17 12:19:32 -0500321.0.16 2009-02-18
33 * Convert sepolgen to using hashlib instead of the deprecated md5
34 module from Dan Walsh.
35
Joshua Brindlea5dfb3a2009-01-12 10:49:36 -0500361.0.15 2009-01-12
37 * fix to return length of role dict for len(roles) from Dan Walsh.
38
Joshua Brindle5214ee32008-09-07 18:57:50 -0400391.0.14 2008-09-12
40 * fix multiple gen_requires block generation from Dan Walsh.
41
Joshua Brindle13cd4c82008-08-19 15:30:36 -0400421.0.13 2008-07-29
43 * Only append s0 suffix if MLS is enabled from Karl MacMillan.
44
451.0.12 2008-06-30
46 * Fix generation of role-type and role allow rules from Karl MacMillan.
47
481.0.11 2008-01-23
49 * Merged sepolgen fixes from Dan Walsh.
50
511.0.10 2007-09-10
52 * Expand the sepolgen parser to parse all current refpolicy modules from Karl MacMillan.
53 * Suppress generation of rules for non-denials from Karl MacMillan (take 3).
54
551.0.9 2007-08-16
56 * Supress generation of rules for non-denials from Karl MacMillan.
57
581.0.8 2007-04-10
59 * Merged updates to sepolgen parser and tools from Karl MacMillan.
60 This includes improved debugging support, handling of interface
61 calls with list parameters, support for role transition rules,
62 updated range transition rule support, and looser matching.
63
641.0.7 2007-03-26
65 * Merged patch to discard self from types when generating requires from Karl MacMillan.
66
671.0.6 2007-03-21
68 * Merged patch to move the sepolgen runtime data from /usr/share to /var/lib to facilitate a read-only /usr from Karl MacMillan.
69
701.0.5 2007-03-21
71 * Merged patch to fix type_transition style and unit tests from Karl MacMillan.
72
731.0.4 2007-03-01
74 * Merged better matching for refpolicy style from Karl MacMillan
75 * Merged support for extracting interface paramaters from interface calls from Karl MacMillan
76 * Merged support for parsing USER_AVC audit messages from Karl MacMillan.
77
781.0.3 2007-02-27
79 * Merged support for enabling parser debugging from Karl MacMillan.
80
811.0.2 2007-02-22
82 * Merged patch to leave generated files (e.g. local.te) in current directory from Karl MacMillan.
83 * Merged patch to make run-tests.py use unittest.main from Karl MacMillan.
84 * Merged patch to update PLY from Karl MacMillan.
85 * Merged patch to update the sepolgen parser to handle the latest reference policy from Karl MacMillan.
86
871.0.1 2007-02-21
88 * Merged Makefile and refparser.py patch from Dan Walsh.
89 Fixes PYTHONLIBDIR definition and error handling on interface files.
90
911.0.0 2007-02-05
92 * Initial merge from Karl MacMillan.
93