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