acb668edf1
* Added a "Index" link on the menu to link to index.html * Added links from the master interface & template lists to their respective documentation in their module. * Added links to "Interfaces" and "Templates" in modules that have both. * Added "Return" links after the "Interfaces" and "Templates" section that go to the top of the module site.
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
* Doc tool now links directly to the interface/template in the
|
|
module page when it is selected in the interface/template index.
|
|
* Added support for layer summaries.
|
|
|
|
20050707 (7 Jul 2005)
|
|
* Changed xml to have modules encapsulated by layer tags, rather
|
|
than putting layer="foo" in the module tags. Also in the future
|
|
we can put a summary and description for each layer.
|
|
* Added tool to infer interface, module, and layer tags. This will
|
|
now list all interfaces, even if they are missing xml docs.
|
|
* Shortened xml tag names.
|
|
* Added macros to declare interfaces and templates.
|
|
* Added interface call trace.
|
|
* Updated all xml documentation for shorter and inferred tags.
|
|
* Doc tool now displays templates in the web pages.
|
|
* Doc tool retains the user's settings in modules.conf and
|
|
tunables.conf if the files already exist.
|
|
* Modules.conf behavior has been changed to be a list of all
|
|
available modules, and the user can specify if the module is
|
|
built as a loadable module, included in the monolithic policy,
|
|
or excluded.
|
|
* Added policies:
|
|
fstools (fsck, mkfs, swapon, etc. tools)
|
|
logrotate
|
|
inetd
|
|
kerberos
|
|
nis (ypbind and ypserv)
|
|
ssh (server, client, and agent)
|
|
unconfined
|
|
* Added infrastructure for targeted policy support, only missing
|
|
transition boolean support.
|
|
|
|
20050615 (15 Jun 2005)
|
|
* Initial release
|