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