]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - refpolicy/Changelog
complete build tools
[people/stevee/selinux-policy.git] / refpolicy / Changelog
CommitLineData
a4e8b79d 1* Wed Oct 19 2005 Chris PeBenito <selinux@tresys.com> - 20051019
61feb222 2- Many fixes to make loadable modules build.
8df65f13 3- Add targets for sechecker.
4f9f30c8
CP
4- Updated to sedoctool to read bool files and tunable
5 files separately.
6- Changed the xml tag of <boolean> to <bool> to be consistent
7 with gen_bool().
8- Modified the implementation of segenxml to use regular
9 expressions.
e02c61cf
CP
10- Rename context_template() to gen_context() to clarify
11 that its not a Reference Policy template, but a support
12 macro.
b03f960e 13- Add disable_*_trans bool support for targeted policy.
f0574fa9
CP
14- Add MLS module to handle MLS constraint exceptions,
15 such as reading up and writing down.
681c9a02 16- Fix errors uncovered by sediff.
84285926 17- Added policies:
9edc2895 18 anaconda
e749cd12 19 apache
4483ee84
CP
20 apm
21 arpwatch
d4dca585 22 bluetooth
20e306e2 23 dmidecode
d4dca585 24 finger
fc6524d7 25 ftp
84285926 26 kudzu
799a0b43 27 mailman
e08118a5 28 ppp
fa67570d 29 radvd
a4e8b79d 30 radius
f33561f5
CP
31 sasl
32 webalizer
681c9a02 33
48558667 34* Thu Sep 22 2005 Chris PeBenito <selinux@tresys.com> - 20050922
142e9f40
CP
35- Make logrotate, sendmail, sshd, and rpm policies
36 unconfined in the targeted policy so no special
37 modules.conf is required.
a0824843 38- Add experimental MCS support.
c0e4fe2c 39- Add appconfig for MLS.
98a8ead4
CP
40- Add equivalents for old can_resolve(), can_ldap(), and
41 can_portmap() to sysnetwork.
082dcd9e 42- Fix base module compile issues.
d17b4d23 43- Added policies:
9210553e 44 cpucontrol
93070cba 45 cvs
d17b4d23 46 ktalk
eb3cb682 47 portmap
a1fcff33 48 postgresql
4fd5201a 49 rlogin
84c92239 50 samba
ccc59782 51 snmp
200f453f 52 stunnel
4fd5201a 53 telnet
40adb57f 54 tftp
f7ba4a89 55 uucp
a1fcff33 56 vpn
9ff30033 57 zebra
d17b4d23 58
541b7d57 59* Wed Sep 07 2005 Chris PeBenito <selinux@tresys.com> - 20050907
ce1b44aa 60- Fix errors uncovered by sediff.
a19e3464
CP
61- Doc tool will explicitly say a module does not have interfaces
62 or templates on the module page.
6e61566d
CP
63- Added policies:
64 comsat
0c3d1705 65 dbus
f344c0f3 66 dhcp
ac0483ae 67 dictd
fdae8e75 68 hal
8d935234 69 inn
b11a75a5 70 ntp
0f707d52 71 squid
a19e3464 72
37aa3ff2 73* Fri Aug 26 2005 Chris PeBenito <selinux@tresys.com> - 20050826
e28aa682
CP
74- Add Makefile support for building loadable modules.
75- Add genclassperms.py tool to add require blocks
76 for loadable modules.
77- Change sedoctool to make required modules part of base
78 by default, otherwise make as modules, in modules.conf.
79- Fix segenxml to handle modules with no interfaces.
80- Rename ipsec connect interface for consistency.
81- Add missing parts of unix stream socket connect interface
82 of ipsec.
83- Rename inetd connect interface for consistency.
84- Rename interface for purging contents of tmp, for clarity,
85 since it allows deletion of classes other than file.
86- Misc. cleanups.
87- Added policies:
88 acct
89 bind
90 firstboot
91 gpm
92 howl
93 ldap
94 loadkeys
95 mysql
96 privoxy
97 quota
98 rshd
99 rsync
100 su
101 sudo
102 tcpd
103 tmpreaper
104 updfstab
81343a6f 105
e28aa682
CP
106* Tue Aug 2 2005 Chris PeBenito <selinux@tresys.com> - 20050802
107- Fix comparison bug in fc_sort.
108- Fix handling of ordered and unordered HTML lists.
109- Corenetwork now supports multiple network interfaces having the
110 same type.
111- Doc tool now creates pages for global Booleans and global tunables.
112- Doc tool now links directly to the interface/template in the
113 module page when it is selected in the interface/template index.
114- Added support for layer summaries.
115- Added policies:
116 ipsec
117 nscd
118 pcmcia
119 raid
acb668ed 120
e28aa682
CP
121* Thu Jul 7 2005 Chris PeBenito <selinux@tresys.com> - 20050707
122- Changed xml to have modules encapsulated by layer tags, rather
123 than putting layer="foo" in the module tags. Also in the future
124 we can put a summary and description for each layer.
125- Added tool to infer interface, module, and layer tags. This will
126 now list all interfaces, even if they are missing xml docs.
127- Shortened xml tag names.
128- Added macros to declare interfaces and templates.
129- Added interface call trace.
130- Updated all xml documentation for shorter and inferred tags.
131- Doc tool now displays templates in the web pages.
132- Doc tool retains the user's settings in modules.conf and
133 tunables.conf if the files already exist.
134- Modules.conf behavior has been changed to be a list of all
135 available modules, and the user can specify if the module is
136 built as a loadable module, included in the monolithic policy,
137 or excluded.
138- Added policies:
139 fstools (fsck, mkfs, swapon, etc. tools)
140 logrotate
141 inetd
142 kerberos
143 nis (ypbind and ypserv)
144 ssh (server, client, and agent)
145 unconfined
146- Added infrastructure for targeted policy support, only missing
147 transition boolean support.
dfa83e92 148
e28aa682
CP
149* Wed Jun 15 2005 Chris PeBenito <selinux@tresys.com> - 20050615
150 - Initial release