]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - refpolicy/Changelog
updated mls comments from chad hanson
[people/stevee/selinux-policy.git] / refpolicy / Changelog
CommitLineData
63e0a1e0 1- Updated comments in mls file from Chad Hanson.
ce3145e3 2- Added modules:
8a0a9944 3 amavis (Erich Schubert)
0c54fcf8 4 apt (Erich Schubert)
8a0a9944 5 clamav (Erich Schubert)
0c54fcf8 6 dpkg (Erich Schubert)
77b81c6b 7 mplayer
c8d5b357 8 rhgb
1852726f 9 thunderbird
ce3145e3
CP
10 tor (Erich Schubert)
11
0fc3e1b7 12* Tue Mar 07 2006 Chris PeBenito <selinux@tresys.com> - 20060307
1c1ac67f
CP
13- Make all interface parameters required.
14- Move boot_t, system_map_t, and modules_object_t to files module,
15 and move bootloader to admin layer.
02bcb8b3 16- Add semanage policy for semodule from Dan Walsh.
3eea5516 17- Remove allow_execmem from targeted policy domain_base_type().
ace3688a 18- Add users_extra and seusers support.
0062f96b 19- Postfix fixes from Serge Hallyn.
0e686f1f
CP
20- Run python and shell directly to interpret scripts so policy
21 sources need not be executable.
22- Add desc tag XML to booleans and tunables, and add summary
23 to param XML tag, to make future translations possible.
017bab05 24- Remove unused lvm_vg_t.
ffd5c348 25- Many interface renames to improve naming consistency.
0f5d13fe 26- Merge xdm into xserver.
18cc016f 27- Remove kernel module reversed interfaces.
58507613
CP
28- Add filename attribute to module XML tag and lineno attribute to
29 interface XML tag.
9b3756bf
CP
30- Changed QUIET build option to a yes or no option.
31- Add a Makefile used for compiling loadable modules in a
32 user's development environment, building against policy headers.
33- Add Make target for installing policy headers.
4ace0fa5
CP
34- Separate per-userdomain template expansion from the userdomain
35 module and add infrastructure to expand templates in the modules
36 that own the template.
37- Enable secadm only for MLS policies.
5e4cbc75
CP
38- Remove role change rules in su and sudo since this functionality has been
39 removed from these programs.
37227dcd 40- Add ctags Make target from Thomas Bleher.
7dca64fa 41- Collapse commands with grep piped to sed into one sed command.
1e786eac 42- Fix type_change bug in term_user_pty().
acd87ca9 43- Move ice_tmp_t from miscfiles to xserver.
85c20af3 44- Login fixes from Serge Hallyn.
488ec7bd 45- Move xserver_log_t from xdm to xserver.
8dca6b97 46- Add lpr per-userdomain policy to lpd.
0a772886 47- Miscellaneous fixes from Dan Walsh.
68228b33
CP
48- Change initrc_var_run_t interface noun from script_pid to utmp,
49 for greater clarity.
8cc49473 50- Added modules:
2bcdbd8c 51 certwatch
a225f983 52 mono (Dan Walsh)
67962667 53 mrtg
e1c41428 54 portage
b77d019f 55 tvtime
7c2f5a82 56 userhelper
8cc49473 57 usernetctl
a225f983 58 wine (Dan Walsh)
488ec7bd 59 xserver
8cc49473 60
22cb0bec 61* Tue Jan 17 2006 Chris PeBenito <selinux@tresys.com> - 20060117
b7b1d238
CP
62- Adds support for generating corenetwork interfaces based on attributes
63 in addition to types.
64- Permits the listing of multiple nodes in a network_node() that will be
65 given the same type.
66- Add two new permission sets for stream sockets.
9d594986
CP
67- Rename file type transition interfaces verb from create to
68 filetrans to differentiate it from create interfaces without
69 type transitions.
70- Fix expansion of interfaces from disabled modules.
de940877
CP
71- Rsync can be long running from init,
72 added rules to allow this.
b07eaef9 73- Add polyinstantiation build option.
afd38b16 74- Add setcontext to the association object class.
bb437244 75- Add apache relay and db connect tunables.
a324ef13 76- Rename texrel_shlib_t to textrel_shlib_t.
cbe3275e 77- Add swat to samba module.
2c243586 78- Numerous miscellaneous fixes from Dan Walsh.
0f73fdea 79- Added modules:
de8af9dc 80 alsa
7576fad5 81 automount
4ec6941b 82 cdrecord
44d5d93f 83 daemontools (Petre Rodan)
87107917 84 ddcprobe
44d5d93f 85 djbdns (Petre Rodan)
a089b6d0 86 fetchmail
8cffa788 87 irc
3ffe2988 88 java
1ae2c313 89 lockdev
020cbefc 90 logwatch (Dan Walsh)
0e8ec433 91 openct
2c243586 92 prelink (Dan Walsh)
44d5d93f 93 publicfile (Petre Rodan)
6f11d6b8 94 readahead
7e0fa55f 95 roundup
c8ba6830 96 screen
6a57b68d 97 slocate (Dan Walsh)
1d427acc 98 slrnpull
871b6855 99 smartmon
0f73fdea 100 sysstat
44d5d93f 101 ucspitcp (Petre Rodan)
44f490b5 102 usbmodules
39a17ecb 103 vbetool (Dan Walsh)
0f73fdea 104
cd1b0b3f 105* Wed Dec 07 2005 Chris PeBenito <selinux@tresys.com> - 20051207
c0626aa4
CP
106- Add unlabeled IPSEC association rule to domains with
107 networking permissions.
bdb2fac0
CP
108- Merge systemuser back in to users, as these files
109 do not need to be split.
0176d139 110- Add check for duplicate interface/template definitions.
058f3efd
CP
111- Move domain, files, and corecommands modules to kernel
112 layer to resolve some layering inconsistencies.
8e0ef1f9 113- Move policy build options out of Makefile into build.conf.
131e573d 114- Add yppasswd to nis module.
1328802a
CP
115- Change optional_policy() to refer to the module name
116 rather than modulename.te.
c767b14c
CP
117- Fix labeling targets to use installed file_contexts rather
118 than partial file_contexts in the policy source directory.
119- Fix build process to use make's internal vpath functions
120 to detect modules rather than using subshells and find.
121- Add install target for modular policy.
122- Add load target for modular policy.
123- Add appconfig dependency to the load target.
9cc2ccc4 124- Miscellaneous fixes from Dan Walsh.
cf6141a7
CP
125- Fix corenetwork gen_context()'s to expand during the policy
126 build phase instead of during the generation phase.
cf6141a7 127- Added policies:
10b1f324 128 amanda
4b9516c1 129 avahi
3509484c 130 canna
ea557a85 131 cyrus
a636210e 132 dbskk
29ce0009 133 dovecot
cf6141a7 134 distcc
4093c293 135 i18n_input
5d5ea8d0 136 irqbalance
ad3b9d76 137 lpd
239db5e2 138 networkmanager
230838e1 139 pegasus
04926d07 140 postfix
3e6c816d 141 procmail
385dcd4e 142 radius
19ff64f8 143 rdisc
43989f82 144 rpc
f932d8e3 145 spamassassin
f11f0c10 146 timidity
23a4442b 147 xdm
3f41889d 148 xfs
2b01ae7e 149
a4e8b79d 150* Wed Oct 19 2005 Chris PeBenito <selinux@tresys.com> - 20051019
61feb222 151- Many fixes to make loadable modules build.
8df65f13 152- Add targets for sechecker.
4f9f30c8
CP
153- Updated to sedoctool to read bool files and tunable
154 files separately.
155- Changed the xml tag of <boolean> to <bool> to be consistent
156 with gen_bool().
157- Modified the implementation of segenxml to use regular
158 expressions.
e02c61cf
CP
159- Rename context_template() to gen_context() to clarify
160 that its not a Reference Policy template, but a support
161 macro.
b03f960e 162- Add disable_*_trans bool support for targeted policy.
f0574fa9
CP
163- Add MLS module to handle MLS constraint exceptions,
164 such as reading up and writing down.
681c9a02 165- Fix errors uncovered by sediff.
84285926 166- Added policies:
9edc2895 167 anaconda
e749cd12 168 apache
4483ee84
CP
169 apm
170 arpwatch
d4dca585 171 bluetooth
20e306e2 172 dmidecode
d4dca585 173 finger
fc6524d7 174 ftp
84285926 175 kudzu
799a0b43 176 mailman
e08118a5 177 ppp
fa67570d 178 radvd
f33561f5
CP
179 sasl
180 webalizer
681c9a02 181
48558667 182* Thu Sep 22 2005 Chris PeBenito <selinux@tresys.com> - 20050922
142e9f40
CP
183- Make logrotate, sendmail, sshd, and rpm policies
184 unconfined in the targeted policy so no special
185 modules.conf is required.
a0824843 186- Add experimental MCS support.
c0e4fe2c 187- Add appconfig for MLS.
98a8ead4
CP
188- Add equivalents for old can_resolve(), can_ldap(), and
189 can_portmap() to sysnetwork.
082dcd9e 190- Fix base module compile issues.
d17b4d23 191- Added policies:
9210553e 192 cpucontrol
93070cba 193 cvs
d17b4d23 194 ktalk
eb3cb682 195 portmap
a1fcff33 196 postgresql
4fd5201a 197 rlogin
84c92239 198 samba
ccc59782 199 snmp
200f453f 200 stunnel
4fd5201a 201 telnet
40adb57f 202 tftp
f7ba4a89 203 uucp
a1fcff33 204 vpn
9ff30033 205 zebra
d17b4d23 206
541b7d57 207* Wed Sep 07 2005 Chris PeBenito <selinux@tresys.com> - 20050907
ce1b44aa 208- Fix errors uncovered by sediff.
a19e3464
CP
209- Doc tool will explicitly say a module does not have interfaces
210 or templates on the module page.
6e61566d
CP
211- Added policies:
212 comsat
0c3d1705 213 dbus
f344c0f3 214 dhcp
ac0483ae 215 dictd
fdae8e75 216 hal
8d935234 217 inn
b11a75a5 218 ntp
0f707d52 219 squid
a19e3464 220
37aa3ff2 221* Fri Aug 26 2005 Chris PeBenito <selinux@tresys.com> - 20050826
e28aa682
CP
222- Add Makefile support for building loadable modules.
223- Add genclassperms.py tool to add require blocks
224 for loadable modules.
225- Change sedoctool to make required modules part of base
226 by default, otherwise make as modules, in modules.conf.
227- Fix segenxml to handle modules with no interfaces.
228- Rename ipsec connect interface for consistency.
229- Add missing parts of unix stream socket connect interface
230 of ipsec.
231- Rename inetd connect interface for consistency.
232- Rename interface for purging contents of tmp, for clarity,
233 since it allows deletion of classes other than file.
234- Misc. cleanups.
235- Added policies:
236 acct
237 bind
238 firstboot
239 gpm
240 howl
241 ldap
242 loadkeys
243 mysql
244 privoxy
245 quota
246 rshd
247 rsync
248 su
249 sudo
250 tcpd
251 tmpreaper
252 updfstab
81343a6f 253
e28aa682
CP
254* Tue Aug 2 2005 Chris PeBenito <selinux@tresys.com> - 20050802
255- Fix comparison bug in fc_sort.
256- Fix handling of ordered and unordered HTML lists.
257- Corenetwork now supports multiple network interfaces having the
258 same type.
259- Doc tool now creates pages for global Booleans and global tunables.
260- Doc tool now links directly to the interface/template in the
261 module page when it is selected in the interface/template index.
262- Added support for layer summaries.
263- Added policies:
264 ipsec
265 nscd
266 pcmcia
267 raid
acb668ed 268
e28aa682
CP
269* Thu Jul 7 2005 Chris PeBenito <selinux@tresys.com> - 20050707
270- Changed xml to have modules encapsulated by layer tags, rather
271 than putting layer="foo" in the module tags. Also in the future
272 we can put a summary and description for each layer.
273- Added tool to infer interface, module, and layer tags. This will
274 now list all interfaces, even if they are missing xml docs.
275- Shortened xml tag names.
276- Added macros to declare interfaces and templates.
277- Added interface call trace.
278- Updated all xml documentation for shorter and inferred tags.
279- Doc tool now displays templates in the web pages.
280- Doc tool retains the user's settings in modules.conf and
281 tunables.conf if the files already exist.
282- Modules.conf behavior has been changed to be a list of all
283 available modules, and the user can specify if the module is
284 built as a loadable module, included in the monolithic policy,
285 or excluded.
286- Added policies:
287 fstools (fsck, mkfs, swapon, etc. tools)
288 logrotate
289 inetd
290 kerberos
291 nis (ypbind and ypserv)
292 ssh (server, client, and agent)
293 unconfined
294- Added infrastructure for targeted policy support, only missing
295 transition boolean support.
dfa83e92 296
e28aa682
CP
297* Wed Jun 15 2005 Chris PeBenito <selinux@tresys.com> - 20050615
298 - Initial release