*2007/02/05
- Fixed installhelper-include.sh for asianux 2
- Add seedit-load.conf to customize obj_type filed of audit
- Fixed RBAC bug

*2007/01/31 Beta7
- Merged to Fedora Extras.
 -- Removed bugs in rpm packages, cleaned up spec file, thanks to reviewers in Fedora Project!

*2007/01/26
* Fixed makefiles to preserve timestamps

*2007/01/25
- prepared /usr/share/seedit/sepolicy/rbac-on
 - if this exists, rbac is enabled. This file is created/deleted by seedit-rbac

*2007/01/24
- Cleaned spec file 
- Modified path /usr/share/seedit/scripts -> /usr/share/seedit/initialize


*2007/01/19
- Cleaned Makefiles, removed unused flags
- Cleaned spec file

* 2007/01/18
- Clean up of spec file.
- Not include spec file and seedit.desktop file and seedit-gui.png in tar ball.
- Moved all distro specific files to policy subdir.

* 2007/01/09 
- Merged 3 spec files to 1 spec file(seedit.spec).
 -- So, there is only 1 src.rpm package "seedit"
    3 packages(seedit,seedit-policy,seedit-gui) are generated from this.
- Changed directory name of source files.
  seedit-converter -> core
  seedit-policy -> policy
  seedit-gui -> gui
- Changed rpm package name from seedit-converter -> seedit


*2006/12/28 Yuichi Nakamura 2.1.0 beta5
Fixed bug when generating policy for tmpfs access.
Fixed problem of seedit-gui.desktop, thanks to Pino Toscano. 
Added "Generate more policy" button to manage domain GUI. This will generate policy from RPM package.

*2006/11/6 Yuichi Nakamura 2.1.0 beta4
- Modified to eliminate warnings generated by rpmlint
changed install place, everything under /etc/seedit is now installed at /usr/share/seedit
- XML support is not included
- fixed bug in allownet(invalid syntax for nodecon)
- Changed install path of python lib to /usr/lib/python2.4/site-packages/

*2006/10/21 Yuichi Nakamura
-seedit-converter
Included Makefiles in config/makefiles
-seedit-policy:
Moved src/Makefile to seedit-converter

*2006/10/12 Yuichi Nakamura
 Improved performance of audit2spdl
 Guess fullpath in chroot environment

* 2006/10/09 Yuichi Nakamura
Modified to build base.pp 

*2006/10/4 Yuichi Nakamura
Add allowkey to SPDL for FC6

*2006/09/28 Yuichi Nakamura
- Modified to support MCS
- Generate base.pp

* 2006/09/26 
Merged language changes from Shane M. Coughlan.

* 2006/09/19 2.0.1
Fixed bug for Cent OS 4.
Merged clean up about copyright statement from Shane M. Coughlan.

*2006/08/25 2.0.0-2 Yuichi Nakamura
Fixed bug.
rename was integrated into c permission,
it is mistake,e permission is  correct.

*2006/04/10 1.4.0 Yuichi Nakamura
Many mofifications
- SPDL Syntax simplification
	- Introduced AppArmor-like syntax
		- "include" support(removed "global" domain instead)
		- Changed syntax of file allow(removed allowonly,denyonly)
		- add allowtmp, removed allow -exclusive
		- removed allowproc, merged to allowfs
-  Re-designed allownet  
- "file name, line no" when compile error
- Re-wrote sample policy


*2006/02/23 1.3.3 Yuichi Nakamura
Add denypriv 
Add allowdev -root/-tty/-pts/-allterm, removed allowtty/pts
Add dir:search support. dir:search is implicitly allowed. For examle, allow /foo/bar/a, then dir:search is allowed to /,/foo,/foo/bar

*2006/02/01 1.3.2 Yuichi Nakamura
XML support, see README_XML

*2006/1/17 1.3.1 Yuichi Nakamura
New util audit2spdl
Fix spdl_spec.xml to remove overlap permission

*2006/1/12 1.3.0 Yuichi Nakamura(ynakam@gwu.edu)
Support for detailed permissions for file
* Develpped genmacro.py.
It Generates required macro and document about Simplified Policy Description Language(SPDL) from specification file written in XML(spdl_spec.xml).

* 2005/12/25 1.2.1 Yuichi Nakamura
Fix for latest Fedora Core4

*2005/08/30 1.2.0 Yuichi Nakamura(ynakam@gwu.edu)
- Bug fix
- Add developer's policy(meta-Simplified Policy)
- Support for FC4, Asianux2, TurboLinux 10Server

*2005/08/17  1.1.2 Yuichi Nakamura(ynakam@gwu.edu)
Changes from 1.0.0
- "allowfs" support to control access to arbitary filesystems that does not support xattr.
- changed allowproc
only allowproc -self|-other
- "allow <dir> exclusive -all <permissions>" support.
- Improved flexibility of generated policy.
 All most all generated policy now uses macros in macros/*.te.
 Wrote macros/*.te from scratch.
- Improved flexibility of converter
 By base_policy/converter.conf.
- Changed name of converter exectable file
 Now the name is "seedit-converter"
- Dynamic domain transition support.
 By "domain_trans <domain name> ".
- allowkernel/allowpriv/allowseop Support
- allowadm is not used
 Use allowpriv/allowseop/allowkernel instead.
- allownet -netlink is not used
 Use allowkernel netlink instead.
- Add more sample poilcy
- deleted allowtmpfs rule. Use allowfs instead.
- Add more sample poilcy

* 2005/07/27 1.1.1 Yuichi Nakamura(ynakam@gwu.edu)
- Rewrote to use macros in macros/seedit_macros.te.
- eleminated unused macros
- all macros are in macros/seedit_macros.te
- ./restorecon is for distribution that does not have restorecon "-R" option.

* 2005/07/20 1.1 Yuichi Nakamura(ynakam@gwu.edu)
Support for crond. Force to label /etc/crontab,/var/spool/cron, /etc/cron.d as system_cron_spool_t.
Add policies for crond, X.
Now you can login root,sysadm_r at run-level 5 in enforcing mode.
Add genmacros.pl for developpers.

* 2005/07/13 1.0.0
- Many fixes by Yuichi Nakamura(ynakam@gwu.edu)
	- Now works on Fedora Core 4,3
	- Separated GUI and simplified poilcy
	- Removed distribution dependent code 

* 2005/02/15
Demo version works on Fedora Core2.
Mostly by Takefumi Onabuta(onabuta@selinux.gr.jp), 
partly by Yuichi Nakamura(ynakam@hitachisoft.jp)

* 2003/05/20
Beta release by Hitachi Software(http://www.selinux.hitachi-sk.co.jp)

* 2003/1/31
Initial Release by Hitachi Software(http://www.selinux.hitachi-sk.co.jp)
