]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - Changelog
trunk: check in version and changelog for release.
[people/stevee/selinux-policy.git] / Changelog
1 * Wed Dec 10 2008 Chris PeBenito <selinux@tresys.com> - 2.20081210
2 - Fix consistency of audioentropy and iscsi module naming.
3 - Debian file context fix for xen from Russell Coker.
4 - Xserver MLS fix from Eamon Walsh.
5 - Add omapi port for dhcpcd.
6 - Deprecate per-role templates and rolemap support.
7 - Implement user-based access control for use as role separations.
8 - Move shared library calls from individual modules to the domain module.
9 - Enable open permission checks policy capability.
10 - Remove hierarchy from portage module as it is not a good example of
11 hieararchy.
12 - Remove enableaudit target from modular build as semodule -DB supplants it.
13 - Added modules:
14 milter (Paul Howarth)
15
16 * Tue Oct 14 2008 Chris PeBenito <selinux@tresys.com> - 20081014
17 - Debian update for NetworkManager/wpa_supplicant from Martin Orr.
18 - Logrotate and Bind updates from Vaclav Ovsik.
19 - Init script file and domain support.
20 - Glibc 2.7 fix from Vaclav Ovsik.
21 - Samba/winbind update from Mike Edenfield.
22 - Policy size optimization with a non-security file attribute from James
23 Carter.
24 - Database labeled networking update from KaiGai Kohei.
25 - Several misc changes from the Fedora policy, cherry picked by David
26 Hardeman.
27 - Large whitespace fix from Dominick Grift.
28 - Pam_mount fix for local login from Stefan Schulze Frielinghaus.
29 - Issuing commands to upstart is over a datagram socket, not the initctl
30 named pipe. Updated init_telinit() to match.
31 - Added modules:
32 cyphesis (Dan Walsh)
33 memcached (Dan Walsh)
34 oident (Dominick Grift)
35 w3c (Dan Walsh)
36
37 * Wed Jul 02 2008 Chris PeBenito <selinux@tresys.com> - 20080702
38 - Fix httpd_enable_homedirs to actually provide the access it is supposed to
39 provide.
40 - Add unused interface/template parameter metadata in XML.
41 - Patch to handle postfix data_directory from Vaclav Ovsik.
42 - SE-Postgresql policy from KaiGai Kohei.
43 - Patch for X.org dbus support from Martin Orr.
44 - Patch for labeled networking controls in 2.6.25 from Paul Moore.
45 - Module loading now requires setsched on kernel threads.
46 - Patch to allow gpg agent --write-env-file option from Vaclav Ovsik.
47 - X application data class from Eamon Walsh and Ted Toth.
48 - Move user roles into individual modules.
49 - Make hald_log_t a log file.
50 - Cryptsetup runs shell scripts. Patch from Martin Orr.
51 - Add file for enabling policy capabilities.
52 - Patch to fix leaky interface/template call depth calculator from Vaclav
53 Ovsik.
54 - Added modules:
55 kerneloops (Dan Walsh)
56 kismet (Dan Walsh)
57 podsleuth (Dan Walsh)
58 prelude (Dan Walsh)
59 qemu (Dan Walsh)
60 virt (Dan Walsh)
61
62 * Wed Apr 02 2008 Chris PeBenito <selinux@tresys.com> - 20080402
63 - Add core Security Enhanced X Windows support.
64 - Fix winbind socket connection interface for default location of the
65 sock_file.
66 - Add wireshark module based on ethereal module.
67 - Revise upstart support in init module to use a tunable, as upstart is now
68 used in Fedora too.
69 - Add iferror.m4 rather generate it out of the Makefiles.
70 - Definitions for open permisson on file and similar objects from Eric
71 Paris.
72 - Apt updates for ptys and logs, from Martin Orr.
73 - RPC update from Vaclav Ovsik.
74 - Exim updates on Debian from Devin Carrawy.
75 - Pam and samba updates from Stefan Schulze Frielinghaus.
76 - Backup update on Debian from Vaclav Ovsik.
77 - Cracklib update on Debian from Vaclav Ovsik.
78 - Label /proc/kallsyms with system_map_t.
79 - 64-bit capabilities from Stephen Smalley.
80 - Labeled networking peer object class updates.
81
82 * Fri Dec 14 2007 Chris PeBenito <selinux@tresys.com> - 20071214
83 - Patch for debian logrotate to handle syslogd-listfiles, from Vaclav Ovsik.
84 - Improve several tunables descriptions from Dan Walsh.
85 - Patch to clean up ns switch usage in the policy from Dan Walsh.
86 - More complete labeled networking infrastructure from KaiGai Kohei.
87 - Add interface for libselinux constructor, for libselinux-linked
88 SELinux-enabled programs.
89 - Patch to restructure user role templates to create restricted user roles
90 from Dan Walsh.
91 - Russian man page translations from Andrey Markelov.
92 - Remove unused types from dbus.
93 - Add infrastructure for managing all user web content.
94 - Deprecate some old file and dir permission set macros in favor of the
95 newer, more consistently-named macros.
96 - Patch to clean up unescaped periods in several file context entries from
97 Jan-Frode Myklebust.
98 - Merge shlib_t into lib_t.
99 - Merge strict and targeted policies. The policy will now behave like the
100 strict policy if the unconfined module is not present. If it is, it will
101 behave like the targeted policy. Added an unconfined role to have a mix
102 of confined and unconfined users.
103 - Added modules:
104 exim (Dan Walsh)
105 postfixpolicyd (Jan-Frode Myklebust)
106
107 * Fri Sep 28 2007 Chris PeBenito <selinux@tresys.com> - 20070928
108 - Add support for setting the unknown permissions handling.
109 - Fix XML building for external reference builds and headers builds.
110 - Patch to add missing requirements in userdomain interfaces from Shintaro
111 Fujiwara.
112 - Add tcpd_wrapped_domain() for services that use tcp wrappers.
113 - Update MLS constraints from LSPP evaluated policy.
114 - Allow initrc_t file descriptors to be inherited regardless of MLS level.
115 Accordingly drop MLS permissions from daemons that inherit from any level.
116 - Files and radvd updates from Stefan Schulze Frielinghaus.
117 - Deprecate mls_file_write_down() and mls_file_read_up(), replaced with
118 mls_write_all_levels() and mls_read_all_levels(), for consistency.
119 - Add make kernel and init ranged interfaces pass the range transition MLS
120 constraints. Also remove calls to mls_rangetrans_target() in modules that use
121 the kernel and init interfaces, since its redundant.
122 - Add interfaces for all MLS attributes except X object classes.
123 - Require all sensitivities and categories for MLS and MCS policies, not just
124 the low and high sensitivity and category.
125 - Database userspace object manager classes from KaiGai Kohei.
126 - Add third-party interface for Apache CGI.
127 - Add getserv and shmemserv nscd permissions.
128 - Add debian apcupsd binary location, from Stefan Schulze Frielinghaus.
129 - Added modules:
130 application
131 awstats (Stefan Schulze Frielinghaus)
132 bitlbee (Devin Carraway)
133 brctl (Dan Walsh)
134
135 * Fri Jun 29 2007 Chris PeBenito <selinux@tresys.com> - 20070629
136 - Fix incorrectly named files_lib_filetrans_shared_lib() interface in the
137 libraries module.
138 - Unified labeled networking policy from Paul Moore.
139 - Use netmsg initial SID for MLS-only Netlabel packets, from Paul Moore.
140 - Xen updates from Dan Walsh.
141 - Filesystem updates from Dan Walsh.
142 - Large samba update from Dan Walsh.
143 - Drop snmpd_etc_t.
144 - Confine sendmail and logrotate on targeted.
145 - Tunable connection to postgresql for users from KaiGai Kohei.
146 - Memprotect support patch from Stephen Smalley.
147 - Add logging_send_audit_msgs() interface and deprecate
148 send_audit_msgs_pattern().
149 - Openct updates patch from Dan Walsh.
150 - Merge restorecon into setfiles.
151 - Patch to begin separating out hald helper programs from Dan Walsh.
152 - Fixes for squid, dovecot, and snmp from Dan Walsh.
153 - Miscellaneous consolekit fixes from Dan Walsh.
154 - Patch to have avahi use the nsswitch interface rather than individual
155 permissions from Dan Walsh.
156 - Patch to dontaudit logrotate searching avahi pid directory from Dan Walsh.
157 - Patch to allow insmod to mount kvmfs and dontaudit rw unconfined_t pipes
158 to handle usage from userhelper from Dan Walsh.
159 - Patch to allow amavis to read spamassassin libraries from Dan Walsh.
160 - Patch to allow slocate to getattr other filesystems and directories on those
161 filesystems from Dan Walsh.
162 - Fixes for RHEL4 from the CLIP project.
163 - Replace the old lrrd fc entries with munin ones.
164 - Move program admin template usage out of userdom_admin_user_template() to
165 sysadm policy in userdomain.te to fix usage of the template for third
166 parties.
167 - Fix clockspeed_run_cli() declaration, it was incorrectly defined as a
168 template instead of an interface.
169 - Added modules:
170 amtu (Dan Walsh)
171 apcupsd (Dan Walsh)
172 rpcbind (Dan Walsh)
173 rwho (Nalin Dahyabhai)
174
175 * Tue Apr 17 2007 Chris PeBenito <selinux@tresys.com> - 20070417
176 - Patch for sasl's use of kerberos from Dan Walsh.
177 - Patches to confine ldconfig, udev, and insmod in the targeted policy from Dan Walsh.
178 - Man page updates from Dan Walsh.
179 - Two patches from Paul Moore to for ipsec to remove redundant rules and
180 have setkey read the config file.
181 - Move booleans and tunables to modules when it is only used in a single
182 module.
183 - Add support for tunables and booleans local to a module.
184 - Merge sbin_t and ls_exec_t into bin_t.
185 - Remove disable_trans booleans.
186 - Output different header sets for kernel and userland from flask headers.
187 - Marked the pax class as deprecated, changed it to userland so
188 it will be removed from the kernel.
189 - Stop including netfilter contexts by default.
190 - Add dontaudits for init fds and console to init_daemon_domain().
191 - Patch to allow gpg to create user keys dir.
192 - Patch to support kvmfs from Dan Walsh.
193 - Patch for misc fixes in sudo from Dan Walsh.
194 - Patch to fix netlabel recvfrom MLS constraint from Paul Moore.
195 - Patch for handling restart of nscd when ran from useradd, groupadd, and
196 admin passwd, from Dan Walsh.
197 - Patch for procmail, spamassassin, and pyzor updates from Dan Walsh.
198 - Patch for setroubleshoot for validating file contexts from Dan Walsh.
199 - Patch for gssd fixes from Dan Walsh.
200 - Patch for lvm fixes from Dan Walsh.
201 - Patch for ricci fixes from Dan Walsh.
202 - Patch for postfix lmtp labeling and pickup rule fix from Dan Walsh.
203 - Patch for kerberized telnet fixes from Dan Walsh.
204 - Patch for kerberized ftp and other ftp fixes from Dan Walsh.
205 - Patch for an additional wine executable from Dan Walsh.
206 - Eight patches for file contexts in games, wine, networkmanager, miscfiles,
207 corecommands, devices, and java from Dan Walsh.
208 - Add support for libselinux 2.0.5 init_selinuxmnt() changes.
209 - Patch for misc fixes to bluetooth from Dan Walsh.
210 - Patch for misc fixes to kerberos from Dan Walsh.
211 - Patch to start deprecating usercanread attribute from Ryan Bradetich.
212 - Add dccp_socket object class which was added in kernel 2.6.20.
213 - Patch for prelink relabefrom it's temp files from Dan Walsh.
214 - Patch for capability fix for auditd and networking fix for syslogd from
215 Dan Walsh.
216 - Patch to remove redundant mls_trusted_object() call from Dan Walsh.
217 - Patch for misc fixes to nis ypxfr policy from Dan Walsh.
218 - Patch to allow apmd to telinit from Dan Walsh.
219 - Patch for additional labeling of samba files from Stefan Schulze
220 Frielinghaus.
221 - Patch to remove incorrect cron labeling in apache.fc from Ryan Bradetich.
222 - Fix ptys and ttys to be device nodes.
223 - Fix explicit use of httpd_t in openca_domtrans().
224 - Clean up file context regexes in apache and java, from Eamon Walsh.
225 - Patches from Dan Walsh:
226 Thu, 25 Jan 2007
227 - Added modules:
228 consolekit (Dan Walsh)
229 fail2ban (Dan Walsh)
230 zabbix (Dan Walsh)
231
232 * Tue Dec 12 2006 Chris PeBenito <selinux@tresys.com> - 20061212
233 - Add policy patterns support macros. This changes the behavior of
234 the create_dir_perms and create_file_perms permission sets.
235 - Association polmatch MLS constraint making unlabeled_t an exception
236 is no longer needed, patch from Venkat Yekkirala.
237 - Context contains checking for PAM and cron from James Antill.
238 - Add a reload target to Modules.devel and change the load
239 target to only insert modules that were changed.
240 - Allow semanage to read from /root on strict non-MLS for
241 local policy modules.
242 - Gentoo init script fixes for udev.
243 - Allow udev to read kernel modules.inputmap.
244 - Dnsmasq fixes from testing.
245 - Allow kernel NFS server to getattr filesystems so df can work
246 on clients.
247 - Patch from Matt Anderson for a MLS constraint exemption on a
248 file that can be written to from a subject whose range is
249 within the object's range.
250 - Enhanced setransd support from Darrel Goeddel.
251 - Patches from Dan Walsh:
252 Tue, 24 Oct 2006
253 Wed, 29 Nov 2006
254 - Added modules:
255 aide (Matt Anderson)
256 ccs (Dan Walsh)
257 iscsi (Dan Walsh)
258 ricci (Dan Walsh)
259
260 * Wed Oct 18 2006 Chris PeBenito <selinux@tresys.com> - 20061018
261 - Patch from Russell Coker Thu, 5 Oct 2006
262 - Move range transitions to modules.
263 - Make number of MLS sensitivities, and number of MLS and MCS
264 categories configurable as build options.
265 - Add role infrastructure.
266 - Debian updates from Erich Schubert.
267 - Add nscd_socket_use() to auth_use_nsswitch().
268 - Remove old selopt rules.
269 - Full support for netfilter_contexts.
270 - MRTG patch for daemon operation from Stefan.
271 - Add authlogin interface to abstract common access for login programs.
272 - Remove setbool auditallow, except for RHEL4.
273 - Change eventpollfs to task SID labeling.
274 - Add key support from Michael LeMay.
275 - Add ftpdctl domain to ftp, from Paul Howarth.
276 - Fix build system to not move type declarations out of optionals.
277 - Add gcc-config domain to portage.
278 - Add packet object class and support in corenetwork.
279 - Add a copy of genhomedircon for monolithic policy building, so that a
280 policycoreutils package update is not required for RHEL4 systems.
281 - Add appletalk sockets for use in cups.
282 - Add Make target to validate module linking.
283 - Make duplicate template and interface declarations a fatal error.
284 - Patch to stabilize modules.conf `make conf` output, from Erich Schubert.
285 - Move xconsole_device_t from devices to xserver since it is
286 not actually a device, it is a named pipe.
287 - Handle nonexistant .fc and .if files in devel Makefile by
288 automatically creating empty files.
289 - Remove unused devfs_control_t.
290 - Add rhel4 distro, which also implies redhat distro.
291 - Remove unneeded range_transition for su_exec_t and move the
292 type declaration back to the su module.
293 - Constrain transitions in MCS so unconfined_t cannot have
294 arbitrary category sets.
295 - Change reiserfs from xattr filesystem to genfscon as it's xattrs
296 are currently nonfunctional.
297 - Change files and filesystem modules to use their own interfaces.
298 - Add user fonts to xserver.
299 - Additional interfaces in corecommands, miscfiles, and userdomain
300 from Joy Latten.
301 - Miscellaneous fixes from Thomas Bleher.
302 - Deprecate module name as first parameter of optional_policy()
303 now that optionals are allowed everywhere.
304 - Enable optional blocks in base module and monolithic policy.
305 This requires checkpolicy 1.30.1.
306 - Fix vpn module declaration.
307 - Numerous fixes from Dan Walsh.
308 - Change build order to preserve m4 line number information so policy
309 compile errors are useful again.
310 - Additional MLS interfaces from Chad Hanson.
311 - Move some rules out of domain_type() and domain_base_type()
312 to the TE file, to use the domain attribute to take advantage
313 of space savings from attribute use.
314 - Add global stack smashing protector rule for urandom access from
315 Petre Rodan.
316 - Fix temporary rules at the bottom of portmap.
317 - Updated comments in mls file from Chad Hanson.
318 - Patches from Dan Walsh:
319 Fri, 17 Mar 2006
320 Wed, 29 Mar 2006
321 Tue, 11 Apr 2006
322 Fri, 14 Apr 2006
323 Tue, 18 Apr 2006
324 Thu, 20 Apr 2006
325 Tue, 02 May 2006
326 Mon, 15 May 2006
327 Thu, 18 May 2006
328 Tue, 06 Jun 2006
329 Mon, 12 Jun 2006
330 Tue, 20 Jun 2006
331 Wed, 26 Jul 2006
332 Wed, 23 Aug 2006
333 Thu, 31 Aug 2006
334 Fri, 01 Sep 2006
335 Tue, 05 Sep 2006
336 Wed, 20 Sep 2006
337 Fri, 22 Sep 2006
338 Mon, 25 Sep 2006
339 - Added modules:
340 afs
341 amavis (Erich Schubert)
342 apt (Erich Schubert)
343 asterisk
344 audioentropy
345 authbind
346 backup
347 calamaris
348 cipe
349 clamav (Erich Schubert)
350 clockspeed (Petre Rodan)
351 courier
352 dante
353 dcc
354 ddclient
355 dpkg (Erich Schubert)
356 dnsmasq
357 ethereal
358 evolution
359 games
360 gatekeeper
361 gift
362 gnome (James Carter)
363 imaze
364 ircd
365 jabber
366 monop
367 mozilla
368 mplayer
369 munin
370 nagios
371 nessus
372 netlabel (Paul Moore)
373 nsd
374 ntop
375 nx
376 oav
377 oddjob (Dan Walsh)
378 openca
379 openvpn (Petre Rodan)
380 perdition
381 portslave
382 postgrey
383 pxe
384 pyzor (Dan Walsh)
385 qmail (Petre Rodan)
386 razor
387 resmgr
388 rhgb
389 rssh
390 snort
391 soundserver
392 speedtouch
393 sxid
394 thunderbird
395 tor (Erich Schubert)
396 transproxy
397 tripwire
398 uptime
399 uwimap
400 vmware
401 watchdog
402 xen (Dan Walsh)
403 xprint
404 yam
405
406 * Tue Mar 07 2006 Chris PeBenito <selinux@tresys.com> - 20060307
407 - Make all interface parameters required.
408 - Move boot_t, system_map_t, and modules_object_t to files module,
409 and move bootloader to admin layer.
410 - Add semanage policy for semodule from Dan Walsh.
411 - Remove allow_execmem from targeted policy domain_base_type().
412 - Add users_extra and seusers support.
413 - Postfix fixes from Serge Hallyn.
414 - Run python and shell directly to interpret scripts so policy
415 sources need not be executable.
416 - Add desc tag XML to booleans and tunables, and add summary
417 to param XML tag, to make future translations possible.
418 - Remove unused lvm_vg_t.
419 - Many interface renames to improve naming consistency.
420 - Merge xdm into xserver.
421 - Remove kernel module reversed interfaces.
422 - Add filename attribute to module XML tag and lineno attribute to
423 interface XML tag.
424 - Changed QUIET build option to a yes or no option.
425 - Add a Makefile used for compiling loadable modules in a
426 user's development environment, building against policy headers.
427 - Add Make target for installing policy headers.
428 - Separate per-userdomain template expansion from the userdomain
429 module and add infrastructure to expand templates in the modules
430 that own the template.
431 - Enable secadm only for MLS policies.
432 - Remove role change rules in su and sudo since this functionality has been
433 removed from these programs.
434 - Add ctags Make target from Thomas Bleher.
435 - Collapse commands with grep piped to sed into one sed command.
436 - Fix type_change bug in term_user_pty().
437 - Move ice_tmp_t from miscfiles to xserver.
438 - Login fixes from Serge Hallyn.
439 - Move xserver_log_t from xdm to xserver.
440 - Add lpr per-userdomain policy to lpd.
441 - Miscellaneous fixes from Dan Walsh.
442 - Change initrc_var_run_t interface noun from script_pid to utmp,
443 for greater clarity.
444 - Added modules:
445 certwatch
446 mono (Dan Walsh)
447 mrtg
448 portage
449 tvtime
450 userhelper
451 usernetctl
452 wine (Dan Walsh)
453 xserver
454
455 * Tue Jan 17 2006 Chris PeBenito <selinux@tresys.com> - 20060117
456 - Adds support for generating corenetwork interfaces based on attributes
457 in addition to types.
458 - Permits the listing of multiple nodes in a network_node() that will be
459 given the same type.
460 - Add two new permission sets for stream sockets.
461 - Rename file type transition interfaces verb from create to
462 filetrans to differentiate it from create interfaces without
463 type transitions.
464 - Fix expansion of interfaces from disabled modules.
465 - Rsync can be long running from init,
466 added rules to allow this.
467 - Add polyinstantiation build option.
468 - Add setcontext to the association object class.
469 - Add apache relay and db connect tunables.
470 - Rename texrel_shlib_t to textrel_shlib_t.
471 - Add swat to samba module.
472 - Numerous miscellaneous fixes from Dan Walsh.
473 - Added modules:
474 alsa
475 automount
476 cdrecord
477 daemontools (Petre Rodan)
478 ddcprobe
479 djbdns (Petre Rodan)
480 fetchmail
481 irc
482 java
483 lockdev
484 logwatch (Dan Walsh)
485 openct
486 prelink (Dan Walsh)
487 publicfile (Petre Rodan)
488 readahead
489 roundup
490 screen
491 slocate (Dan Walsh)
492 slrnpull
493 smartmon
494 sysstat
495 ucspitcp (Petre Rodan)
496 usbmodules
497 vbetool (Dan Walsh)
498
499 * Wed Dec 07 2005 Chris PeBenito <selinux@tresys.com> - 20051207
500 - Add unlabeled IPSEC association rule to domains with
501 networking permissions.
502 - Merge systemuser back in to users, as these files
503 do not need to be split.
504 - Add check for duplicate interface/template definitions.
505 - Move domain, files, and corecommands modules to kernel
506 layer to resolve some layering inconsistencies.
507 - Move policy build options out of Makefile into build.conf.
508 - Add yppasswd to nis module.
509 - Change optional_policy() to refer to the module name
510 rather than modulename.te.
511 - Fix labeling targets to use installed file_contexts rather
512 than partial file_contexts in the policy source directory.
513 - Fix build process to use make's internal vpath functions
514 to detect modules rather than using subshells and find.
515 - Add install target for modular policy.
516 - Add load target for modular policy.
517 - Add appconfig dependency to the load target.
518 - Miscellaneous fixes from Dan Walsh.
519 - Fix corenetwork gen_context()'s to expand during the policy
520 build phase instead of during the generation phase.
521 - Added policies:
522 amanda
523 avahi
524 canna
525 cyrus
526 dbskk
527 dovecot
528 distcc
529 i18n_input
530 irqbalance
531 lpd
532 networkmanager
533 pegasus
534 postfix
535 procmail
536 radius
537 rdisc
538 rpc
539 spamassassin
540 timidity
541 xdm
542 xfs
543
544 * Wed Oct 19 2005 Chris PeBenito <selinux@tresys.com> - 20051019
545 - Many fixes to make loadable modules build.
546 - Add targets for sechecker.
547 - Updated to sedoctool to read bool files and tunable
548 files separately.
549 - Changed the xml tag of <boolean> to <bool> to be consistent
550 with gen_bool().
551 - Modified the implementation of segenxml to use regular
552 expressions.
553 - Rename context_template() to gen_context() to clarify
554 that its not a Reference Policy template, but a support
555 macro.
556 - Add disable_*_trans bool support for targeted policy.
557 - Add MLS module to handle MLS constraint exceptions,
558 such as reading up and writing down.
559 - Fix errors uncovered by sediff.
560 - Added policies:
561 anaconda
562 apache
563 apm
564 arpwatch
565 bluetooth
566 dmidecode
567 finger
568 ftp
569 kudzu
570 mailman
571 ppp
572 radvd
573 sasl
574 webalizer
575
576 * Thu Sep 22 2005 Chris PeBenito <selinux@tresys.com> - 20050922
577 - Make logrotate, sendmail, sshd, and rpm policies
578 unconfined in the targeted policy so no special
579 modules.conf is required.
580 - Add experimental MCS support.
581 - Add appconfig for MLS.
582 - Add equivalents for old can_resolve(), can_ldap(), and
583 can_portmap() to sysnetwork.
584 - Fix base module compile issues.
585 - Added policies:
586 cpucontrol
587 cvs
588 ktalk
589 portmap
590 postgresql
591 rlogin
592 samba
593 snmp
594 stunnel
595 telnet
596 tftp
597 uucp
598 vpn
599 zebra
600
601 * Wed Sep 07 2005 Chris PeBenito <selinux@tresys.com> - 20050907
602 - Fix errors uncovered by sediff.
603 - Doc tool will explicitly say a module does not have interfaces
604 or templates on the module page.
605 - Added policies:
606 comsat
607 dbus
608 dhcp
609 dictd
610 hal
611 inn
612 ntp
613 squid
614
615 * Fri Aug 26 2005 Chris PeBenito <selinux@tresys.com> - 20050826
616 - Add Makefile support for building loadable modules.
617 - Add genclassperms.py tool to add require blocks
618 for loadable modules.
619 - Change sedoctool to make required modules part of base
620 by default, otherwise make as modules, in modules.conf.
621 - Fix segenxml to handle modules with no interfaces.
622 - Rename ipsec connect interface for consistency.
623 - Add missing parts of unix stream socket connect interface
624 of ipsec.
625 - Rename inetd connect interface for consistency.
626 - Rename interface for purging contents of tmp, for clarity,
627 since it allows deletion of classes other than file.
628 - Misc. cleanups.
629 - Added policies:
630 acct
631 bind
632 firstboot
633 gpm
634 howl
635 ldap
636 loadkeys
637 mysql
638 privoxy
639 quota
640 rshd
641 rsync
642 su
643 sudo
644 tcpd
645 tmpreaper
646 updfstab
647
648 * Tue Aug 2 2005 Chris PeBenito <selinux@tresys.com> - 20050802
649 - Fix comparison bug in fc_sort.
650 - Fix handling of ordered and unordered HTML lists.
651 - Corenetwork now supports multiple network interfaces having the
652 same type.
653 - Doc tool now creates pages for global Booleans and global tunables.
654 - Doc tool now links directly to the interface/template in the
655 module page when it is selected in the interface/template index.
656 - Added support for layer summaries.
657 - Added policies:
658 ipsec
659 nscd
660 pcmcia
661 raid
662
663 * Thu Jul 7 2005 Chris PeBenito <selinux@tresys.com> - 20050707
664 - Changed xml to have modules encapsulated by layer tags, rather
665 than putting layer="foo" in the module tags. Also in the future
666 we can put a summary and description for each layer.
667 - Added tool to infer interface, module, and layer tags. This will
668 now list all interfaces, even if they are missing xml docs.
669 - Shortened xml tag names.
670 - Added macros to declare interfaces and templates.
671 - Added interface call trace.
672 - Updated all xml documentation for shorter and inferred tags.
673 - Doc tool now displays templates in the web pages.
674 - Doc tool retains the user's settings in modules.conf and
675 tunables.conf if the files already exist.
676 - Modules.conf behavior has been changed to be a list of all
677 available modules, and the user can specify if the module is
678 built as a loadable module, included in the monolithic policy,
679 or excluded.
680 - Added policies:
681 fstools (fsck, mkfs, swapon, etc. tools)
682 logrotate
683 inetd
684 kerberos
685 nis (ypbind and ypserv)
686 ssh (server, client, and agent)
687 unconfined
688 - Added infrastructure for targeted policy support, only missing
689 transition boolean support.
690
691 * Wed Jun 15 2005 Chris PeBenito <selinux@tresys.com> - 20050615
692 - Initial release