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