selinux-policy/refpolicy/Changelog

78 lines
2.4 KiB
Plaintext
Raw Normal View History

* Add Makefile support for building loadable modules.
* Add genclassperms.py tool to add require blocks
for loadable modules.
* Change sedoctool to make required modules part of base
by default, otherwise make as modules, in modules.conf.
* Fix segenxml to handle modules with no interfaces.
* Rename ipsec connect interface for consistency.
* Add missing parts of unix stream socket connect interface
of ipsec.
* Rename inetd connect interface for consistency.
2005-08-05 15:32:27 +00:00
* Rename interface for purging contents of tmp, for clarity,
since it allows deletion of classes other than file.
2005-08-04 20:54:51 +00:00
* Misc. cleanups.
2005-08-03 17:56:26 +00:00
* Added policies:
2005-08-05 14:32:12 +00:00
acct
2005-08-23 17:26:19 +00:00
bind
2005-08-17 15:08:12 +00:00
firstboot
2005-08-17 21:28:31 +00:00
gpm
2005-08-22 20:43:20 +00:00
howl
2005-08-17 18:33:43 +00:00
ldap
2005-08-15 14:46:17 +00:00
loadkeys
2005-08-03 17:56:26 +00:00
mysql
2005-08-22 21:49:27 +00:00
privoxy
2005-08-11 14:49:58 +00:00
quota
2005-08-17 15:23:24 +00:00
rshd
2005-08-22 21:17:10 +00:00
rsync
2005-08-08 21:03:23 +00:00
su
2005-08-09 19:30:43 +00:00
sudo
2005-08-11 15:17:13 +00:00
tcpd
2005-08-05 15:32:27 +00:00
tmpreaper
2005-08-08 15:51:15 +00:00
updfstab
2005-08-02 14:54:30 +00:00
20050802 (2 Aug 2005)
2005-08-01 15:49:05 +00:00
* Fix comparison bug in fc_sort.
* Fix handling of ordered and unordered HTML lists.
* Corenetwork now supports multiple network interfaces having the
same type.
2005-07-11 13:49:15 +00:00
* Doc tool now creates pages for global Booleans and global tunables.
* 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.
2005-07-13 20:48:51 +00:00
* Added policies:
2005-07-14 18:15:47 +00:00
ipsec
2005-07-13 20:48:51 +00:00
nscd
2005-07-14 20:58:57 +00:00
pcmcia
2005-07-15 20:45:26 +00:00
raid
2005-07-07 17:13:17 +00:00
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.
2005-07-07 17:13:17 +00:00
* 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