]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - refpolicy/Changelog
add apm and arpwatch. fix implementation error on fs_getattr_all_files,
[people/stevee/selinux-policy.git] / refpolicy / Changelog
CommitLineData
4f9f30c8
CP
1- Updated to sedoctool to read bool files and tunable
2 files separately.
3- Changed the xml tag of <boolean> to <bool> to be consistent
4 with gen_bool().
5- Modified the implementation of segenxml to use regular
6 expressions.
e02c61cf
CP
7- Rename context_template() to gen_context() to clarify
8 that its not a Reference Policy template, but a support
9 macro.
b03f960e 10- Add disable_*_trans bool support for targeted policy.
f0574fa9
CP
11- Add MLS module to handle MLS constraint exceptions,
12 such as reading up and writing down.
681c9a02 13- Fix errors uncovered by sediff.
84285926 14- Added policies:
9edc2895 15 anaconda
4483ee84
CP
16 apm
17 arpwatch
d4dca585 18 bluetooth
20e306e2 19 dmidecode
d4dca585 20 finger
fc6524d7 21 ftp
84285926 22 kudzu
fa67570d 23 radvd
681c9a02 24
48558667 25* Thu Sep 22 2005 Chris PeBenito <selinux@tresys.com> - 20050922
142e9f40
CP
26- Make logrotate, sendmail, sshd, and rpm policies
27 unconfined in the targeted policy so no special
28 modules.conf is required.
a0824843 29- Add experimental MCS support.
c0e4fe2c 30- Add appconfig for MLS.
98a8ead4
CP
31- Add equivalents for old can_resolve(), can_ldap(), and
32 can_portmap() to sysnetwork.
082dcd9e 33- Fix base module compile issues.
d17b4d23 34- Added policies:
9210553e 35 cpucontrol
93070cba 36 cvs
d17b4d23 37 ktalk
eb3cb682 38 portmap
a1fcff33 39 postgresql
4fd5201a 40 rlogin
84c92239 41 samba
ccc59782 42 snmp
200f453f 43 stunnel
4fd5201a 44 telnet
40adb57f 45 tftp
f7ba4a89 46 uucp
a1fcff33 47 vpn
9ff30033 48 zebra
d17b4d23 49
541b7d57 50* Wed Sep 07 2005 Chris PeBenito <selinux@tresys.com> - 20050907
ce1b44aa 51- Fix errors uncovered by sediff.
a19e3464
CP
52- Doc tool will explicitly say a module does not have interfaces
53 or templates on the module page.
6e61566d
CP
54- Added policies:
55 comsat
0c3d1705 56 dbus
f344c0f3 57 dhcp
ac0483ae 58 dictd
fdae8e75 59 hal
8d935234 60 inn
b11a75a5 61 ntp
0f707d52 62 squid
a19e3464 63
37aa3ff2 64* Fri Aug 26 2005 Chris PeBenito <selinux@tresys.com> - 20050826
e28aa682
CP
65- Add Makefile support for building loadable modules.
66- Add genclassperms.py tool to add require blocks
67 for loadable modules.
68- Change sedoctool to make required modules part of base
69 by default, otherwise make as modules, in modules.conf.
70- Fix segenxml to handle modules with no interfaces.
71- Rename ipsec connect interface for consistency.
72- Add missing parts of unix stream socket connect interface
73 of ipsec.
74- Rename inetd connect interface for consistency.
75- Rename interface for purging contents of tmp, for clarity,
76 since it allows deletion of classes other than file.
77- Misc. cleanups.
78- Added policies:
79 acct
80 bind
81 firstboot
82 gpm
83 howl
84 ldap
85 loadkeys
86 mysql
87 privoxy
88 quota
89 rshd
90 rsync
91 su
92 sudo
93 tcpd
94 tmpreaper
95 updfstab
81343a6f 96
e28aa682
CP
97* Tue Aug 2 2005 Chris PeBenito <selinux@tresys.com> - 20050802
98- Fix comparison bug in fc_sort.
99- Fix handling of ordered and unordered HTML lists.
100- Corenetwork now supports multiple network interfaces having the
101 same type.
102- Doc tool now creates pages for global Booleans and global tunables.
103- Doc tool now links directly to the interface/template in the
104 module page when it is selected in the interface/template index.
105- Added support for layer summaries.
106- Added policies:
107 ipsec
108 nscd
109 pcmcia
110 raid
acb668ed 111
e28aa682
CP
112* Thu Jul 7 2005 Chris PeBenito <selinux@tresys.com> - 20050707
113- Changed xml to have modules encapsulated by layer tags, rather
114 than putting layer="foo" in the module tags. Also in the future
115 we can put a summary and description for each layer.
116- Added tool to infer interface, module, and layer tags. This will
117 now list all interfaces, even if they are missing xml docs.
118- Shortened xml tag names.
119- Added macros to declare interfaces and templates.
120- Added interface call trace.
121- Updated all xml documentation for shorter and inferred tags.
122- Doc tool now displays templates in the web pages.
123- Doc tool retains the user's settings in modules.conf and
124 tunables.conf if the files already exist.
125- Modules.conf behavior has been changed to be a list of all
126 available modules, and the user can specify if the module is
127 built as a loadable module, included in the monolithic policy,
128 or excluded.
129- Added policies:
130 fstools (fsck, mkfs, swapon, etc. tools)
131 logrotate
132 inetd
133 kerberos
134 nis (ypbind and ypserv)
135 ssh (server, client, and agent)
136 unconfined
137- Added infrastructure for targeted policy support, only missing
138 transition boolean support.
dfa83e92 139
e28aa682
CP
140* Wed Jun 15 2005 Chris PeBenito <selinux@tresys.com> - 20050615
141 - Initial release