]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - Changelog
trunk: fix do not userspace commons in kernel version of av_permissions.h.
[people/stevee/selinux-policy.git] / Changelog
CommitLineData
ef659a47
CP
1- Deprecate some old file and dir permission set macros in favor of the
2 newer, more consistently-named macros.
6c53a10e
CP
3- Patch to clean up unescaped periods in several file context entries from
4 Jan-Frode Myklebust.
350b6ab7
CP
5- Merge shlib_t into lib_t.
6- Merge strict and targeted policies. The policy will now behave like the
7 strict policy if the unconfined module is not present. If it is, it will
8 behave like the targeted policy. Added an unconfined role to have a mix
9 of confined and unconfined users.
10
cb811cda 11* Fri Sep 28 2007 Chris PeBenito <selinux@tresys.com> - 20070928
8acfcbcc 12- Add support for setting the unknown permissions handling.
96fc0a45 13- Fix XML building for external reference builds and headers builds.
6f49b490
CP
14- Patch to add missing requirements in userdomain interfaces from Shintaro
15 Fujiwara.
8242f5a6 16- Add tcpd_wrapped_domain() for services that use tcp wrappers.
d62c0881 17- Update MLS constraints from LSPP evaluated policy.
2af7b42a
CP
18- Allow initrc_t file descriptors to be inherited regardless of MLS level.
19 Accordingly drop MLS permissions from daemons that inherit from any level.
80d5e02c 20- Files and radvd updates from Stefan Schulze Frielinghaus.
f8233ab7
CP
21- Deprecate mls_file_write_down() and mls_file_read_up(), replaced with
22 mls_write_all_levels() and mls_read_all_levels(), for consistency.
2d0c9cec
CP
23- Add make kernel and init ranged interfaces pass the range transition MLS
24 constraints. Also remove calls to mls_rangetrans_target() in modules that use
25 the kernel and init interfaces, since its redundant.
26- Add interfaces for all MLS attributes except X object classes.
27- Require all sensitivities and categories for MLS and MCS policies, not just
28 the low and high sensitivity and category.
9760cbec 29- Database userspace object manager classes from KaiGai Kohei.
371d11ec 30- Add third-party interface for Apache CGI.
924f3cc2 31- Add getserv and shmemserv nscd permissions.
f80a0e4f 32- Add debian apcupsd binary location, from Stefan Schulze Frielinghaus.
d46cfe45
CP
33- Added modules:
34 application
0cf6df55 35 awstats (Stefan Schulze Frielinghaus)
8242f5a6 36 bitlbee (Devin Carraway)
8241b538 37 brctl (Dan Walsh)
f80a0e4f 38
970122ca 39* Fri Jun 29 2007 Chris PeBenito <selinux@tresys.com> - 20070629
113b4fc4
CP
40- Fix incorrectly named files_lib_filetrans_shared_lib() interface in the
41 libraries module.
19006686
CP
42- Unified labeled networking policy from Paul Moore.
43- Use netmsg initial SID for MLS-only Netlabel packets, from Paul Moore.
7f089782 44- Xen updates from Dan Walsh.
5bf9deb5 45- Filesystem updates from Dan Walsh.
40df5677 46- Large samba update from Dan Walsh.
788d88c9 47- Drop snmpd_etc_t.
6c8aba7b 48- Confine sendmail and logrotate on targeted.
cb10a2d5 49- Tunable connection to postgresql for users from KaiGai Kohei.
41337aa8 50- Memprotect support patch from Stephen Smalley.
d5b81a81
CP
51- Add logging_send_audit_msgs() interface and deprecate
52 send_audit_msgs_pattern().
d534d35a 53- Openct updates patch from Dan Walsh.
762d2cb9 54- Merge restorecon into setfiles.
12217cc2 55- Patch to begin separating out hald helper programs from Dan Walsh.
b129e200 56- Fixes for squid, dovecot, and snmp from Dan Walsh.
4967aaa3 57- Miscellaneous consolekit fixes from Dan Walsh.
ed4b7301
CP
58- Patch to have avahi use the nsswitch interface rather than individual
59 permissions from Dan Walsh.
517618f0 60- Patch to dontaudit logrotate searching avahi pid directory from Dan Walsh.
882186c9 61- Patch to allow insmod to mount kvmfs and dontaudit rw unconfined_t pipes
517618f0 62 to handle usage from userhelper from Dan Walsh.
747ab184 63- Patch to allow amavis to read spamassassin libraries from Dan Walsh.
f9029fc5
CP
64- Patch to allow slocate to getattr other filesystems and directories on those
65 filesystems from Dan Walsh.
d28e528b 66- Fixes for RHEL4 from the CLIP project.
cd16fe6e 67- Replace the old lrrd fc entries with munin ones.
b4dfdc7d
CP
68- Move program admin template usage out of userdom_admin_user_template() to
69 sysadm policy in userdomain.te to fix usage of the template for third
70 parties.
7a4bd42e
CP
71- Fix clockspeed_run_cli() declaration, it was incorrectly defined as a
72 template instead of an interface.
6a297570 73- Added modules:
a74d1ad7 74 amtu (Dan Walsh)
78f17e6d 75 apcupsd (Dan Walsh)
7b61fe50 76 rpcbind (Dan Walsh)
6a297570 77 rwho (Nalin Dahyabhai)
7a4bd42e 78
2733830a 79* Tue Apr 17 2007 Chris PeBenito <selinux@tresys.com> - 20070417
69748904
CP
80- Patch for sasl's use of kerberos from Dan Walsh.
81- Patches to confine ldconfig, udev, and insmod in the targeted policy from Dan Walsh.
f4e2b198 82- Man page updates from Dan Walsh.
a26923c3
CP
83- Two patches from Paul Moore to for ipsec to remove redundant rules and
84 have setkey read the config file.
56e1b3d2
CP
85- Move booleans and tunables to modules when it is only used in a single
86 module.
87- Add support for tunables and booleans local to a module.
8021cb4f 88- Merge sbin_t and ls_exec_t into bin_t.
ab514d6a 89- Remove disable_trans booleans.
e9b0042f 90- Output different header sets for kernel and userland from flask headers.
1852cdab
CP
91- Marked the pax class as deprecated, changed it to userland so
92 it will be removed from the kernel.
d17bab02 93- Stop including netfilter contexts by default.
a5f5eba4 94- Add dontaudits for init fds and console to init_daemon_domain().
4832f0e0 95- Patch to allow gpg to create user keys dir.
93784927 96- Patch to support kvmfs from Dan Walsh.
6c20f77e 97- Patch for misc fixes in sudo from Dan Walsh.
b50f2ee4 98- Patch to fix netlabel recvfrom MLS constraint from Paul Moore.
cdc91b9a
CP
99- Patch for handling restart of nscd when ran from useradd, groupadd, and
100 admin passwd, from Dan Walsh.
59bedc18 101- Patch for procmail, spamassassin, and pyzor updates from Dan Walsh.
7aca2aa8 102- Patch for setroubleshoot for validating file contexts from Dan Walsh.
c23eb5b1 103- Patch for gssd fixes from Dan Walsh.
c5561c77
CP
104- Patch for lvm fixes from Dan Walsh.
105- Patch for ricci fixes from Dan Walsh.
f2c69c47 106- Patch for postfix lmtp labeling and pickup rule fix from Dan Walsh.
4900fdf7 107- Patch for kerberized telnet fixes from Dan Walsh.
09c56f54 108- Patch for kerberized ftp and other ftp fixes from Dan Walsh.
2aea366f 109- Patch for an additional wine executable from Dan Walsh.
ecc98e19
CP
110- Eight patches for file contexts in games, wine, networkmanager, miscfiles,
111 corecommands, devices, and java from Dan Walsh.
86d754ee 112- Add support for libselinux 2.0.5 init_selinuxmnt() changes.
f0eaed31 113- Patch for misc fixes to bluetooth from Dan Walsh.
5b06477c 114- Patch for misc fixes to kerberos from Dan Walsh.
bbb7cc89 115- Patch to start deprecating usercanread attribute from Ryan Bradetich.
a715dc09 116- Add dccp_socket object class which was added in kernel 2.6.20.
3a390157 117- Patch for prelink relabefrom it's temp files from Dan Walsh.
5c45eaed
CP
118- Patch for capability fix for auditd and networking fix for syslogd from
119 Dan Walsh.
66cf1946 120- Patch to remove redundant mls_trusted_object() call from Dan Walsh.
46852138 121- Patch for misc fixes to nis ypxfr policy from Dan Walsh.
aeb54c6d 122- Patch to allow apmd to telinit from Dan Walsh.
d114071e
CP
123- Patch for additional labeling of samba files from Stefan Schulze
124 Frielinghaus.
bcac3a5e 125- Patch to remove incorrect cron labeling in apache.fc from Ryan Bradetich.
f1be09c2 126- Fix ptys and ttys to be device nodes.
4bd55ebf 127- Fix explicit use of httpd_t in openca_domtrans().
ff943a1b 128- Clean up file context regexes in apache and java, from Eamon Walsh.
6b19be33
CP
129- Patches from Dan Walsh:
130 Thu, 25 Jan 2007
c224d91c
CP
131- Added modules:
132 consolekit (Dan Walsh)
cd3ee91a 133 fail2ban (Dan Walsh)
97e8156e 134 zabbix (Dan Walsh)
ff943a1b 135
b0015035 136* Tue Dec 12 2006 Chris PeBenito <selinux@tresys.com> - 20061212
c0868a7a
CP
137- Add policy patterns support macros. This changes the behavior of
138 the create_dir_perms and create_file_perms permission sets.
d31d3c15
CP
139- Association polmatch MLS constraint making unlabeled_t an exception
140 is no longer needed, patch from Venkat Yekkirala.
c6a60bb2 141- Context contains checking for PAM and cron from James Antill.
59f85393
CP
142- Add a reload target to Modules.devel and change the load
143 target to only insert modules that were changed.
ed38ca9f
CP
144- Allow semanage to read from /root on strict non-MLS for
145 local policy modules.
146- Gentoo init script fixes for udev.
147- Allow udev to read kernel modules.inputmap.
148- Dnsmasq fixes from testing.
149- Allow kernel NFS server to getattr filesystems so df can work
150 on clients.
f497b8df
CP
151- Patch from Matt Anderson for a MLS constraint exemption on a
152 file that can be written to from a subject whose range is
153 within the object's range.
a8671ae5 154- Enhanced setransd support from Darrel Goeddel.
d9845ae9
CP
155- Patches from Dan Walsh:
156 Tue, 24 Oct 2006
d6d16b97 157 Wed, 29 Nov 2006
d9845ae9 158- Added modules:
fa45da0e
CP
159 aide (Matt Anderson)
160 ccs (Dan Walsh)
d9845ae9 161 iscsi (Dan Walsh)
fa45da0e 162 ricci (Dan Walsh)
a8671ae5 163
248cccf7 164* Wed Oct 18 2006 Chris PeBenito <selinux@tresys.com> - 20061018
3c3c0439 165- Patch from Russell Coker Thu, 5 Oct 2006
e070dd2d
CP
166- Move range transitions to modules.
167- Make number of MLS sensitivities, and number of MLS and MCS
168 categories configurable as build options.
bbcd3c97 169- Add role infrastructure.
13d7cec6 170- Debian updates from Erich Schubert.
3ef029db 171- Add nscd_socket_use() to auth_use_nsswitch().
33c7e6b4 172- Remove old selopt rules.
f5d1d0f7 173- Full support for netfilter_contexts.
4846dc8a 174- MRTG patch for daemon operation from Stefan.
4b3b46d7 175- Add authlogin interface to abstract common access for login programs.
133000c2 176- Remove setbool auditallow, except for RHEL4.
81a016f5 177- Change eventpollfs to task SID labeling.
fe3a1eb8 178- Add key support from Michael LeMay.
75fbbb0b 179- Add ftpdctl domain to ftp, from Paul Howarth.
4f447b09 180- Fix build system to not move type declarations out of optionals.
5afdf0bc 181- Add gcc-config domain to portage.
e37158e6 182- Add packet object class and support in corenetwork.
fc47b34c
CP
183- Add a copy of genhomedircon for monolithic policy building, so that a
184 policycoreutils package update is not required for RHEL4 systems.
c8229a93 185- Add appletalk sockets for use in cups.
ea5333d1 186- Add Make target to validate module linking.
5706facd 187- Make duplicate template and interface declarations a fatal error.
86e869ed 188- Patch to stabilize modules.conf `make conf` output, from Erich Schubert.
413982c6
CP
189- Move xconsole_device_t from devices to xserver since it is
190 not actually a device, it is a named pipe.
0578bf8d
CP
191- Handle nonexistant .fc and .if files in devel Makefile by
192 automatically creating empty files.
fc70c9d3 193- Remove unused devfs_control_t.
2f1a8fbc 194- Add rhel4 distro, which also implies redhat distro.
f3ac5e98
CP
195- Remove unneeded range_transition for su_exec_t and move the
196 type declaration back to the su module.
9779f092
CP
197- Constrain transitions in MCS so unconfined_t cannot have
198 arbitrary category sets.
d2a90309
CP
199- Change reiserfs from xattr filesystem to genfscon as it's xattrs
200 are currently nonfunctional.
da14da8c 201- Change files and filesystem modules to use their own interfaces.
1786478c 202- Add user fonts to xserver.
d42c7ede
CP
203- Additional interfaces in corecommands, miscfiles, and userdomain
204 from Joy Latten.
8b2d5ca6 205- Miscellaneous fixes from Thomas Bleher.
bb7170f6
CP
206- Deprecate module name as first parameter of optional_policy()
207 now that optionals are allowed everywhere.
0db866cb
CP
208- Enable optional blocks in base module and monolithic policy.
209 This requires checkpolicy 1.30.1.
ac6cff20 210- Fix vpn module declaration.
a3cf80d8 211- Numerous fixes from Dan Walsh.
3abd5ee8
CP
212- Change build order to preserve m4 line number information so policy
213 compile errors are useful again.
405efe16 214- Additional MLS interfaces from Chad Hanson.
3cfd4876
CP
215- Move some rules out of domain_type() and domain_base_type()
216 to the TE file, to use the domain attribute to take advantage
217 of space savings from attribute use.
218- Add global stack smashing protector rule for urandom access from
219 Petre Rodan.
e78c7752 220- Fix temporary rules at the bottom of portmap.
63e0a1e0 221- Updated comments in mls file from Chad Hanson.
2dd1d307
CP
222- Patches from Dan Walsh:
223 Fri, 17 Mar 2006
224 Wed, 29 Mar 2006
225 Tue, 11 Apr 2006
226 Fri, 14 Apr 2006
227 Tue, 18 Apr 2006
228 Thu, 20 Apr 2006
229 Tue, 02 May 2006
230 Mon, 15 May 2006
231 Thu, 18 May 2006
232 Tue, 06 Jun 2006
233 Mon, 12 Jun 2006
234 Tue, 20 Jun 2006
9d3a3f84 235 Wed, 26 Jul 2006
a5e2133b 236 Wed, 23 Aug 2006
eac818f0 237 Thu, 31 Aug 2006
5dbda555 238 Fri, 01 Sep 2006
75beb950 239 Tue, 05 Sep 2006
8708d9be 240 Wed, 20 Sep 2006
693d4aed 241 Fri, 22 Sep 2006
e2b84ef7 242 Mon, 25 Sep 2006
ce3145e3 243- Added modules:
48b1d0b0 244 afs
8a0a9944 245 amavis (Erich Schubert)
0c54fcf8 246 apt (Erich Schubert)
e3e37e85 247 asterisk
7f74a417 248 audioentropy
b6b5747b 249 authbind
57f233b0 250 backup
99c902f3 251 calamaris
096ae611 252 cipe
8a0a9944 253 clamav (Erich Schubert)
46bec434 254 clockspeed (Petre Rodan)
03631a52 255 courier
18963117 256 dante
6ba4d964 257 dcc
70b8a723 258 ddclient
0c54fcf8 259 dpkg (Erich Schubert)
9e725d8a 260 dnsmasq
0834f9b9 261 ethereal
edf241cd 262 evolution
fbc0a272 263 games
5d03fc24 264 gatekeeper
6cd6d7aa 265 gift
00219064 266 gnome (James Carter)
4d73bb4f 267 imaze
050f364c 268 ircd
61cf534f 269 jabber
3f1c086f 270 monop
9105f90b 271 mozilla
77b81c6b 272 mplayer
b6d37ebb 273 munin
f1e604bb 274 nagios
a478b5ed 275 nessus
130f8a4a 276 netlabel (Paul Moore)
6a21cefd 277 nsd
e3e37e85 278 ntop
6bd44948 279 nx
2e9cd95e 280 oav
e2b84ef7 281 oddjob (Dan Walsh)
5bd9fd7b 282 openca
2ba3de96 283 openvpn (Petre Rodan)
0cc79fcc 284 perdition
12cd9a06 285 portslave
7f9ebb2d 286 postgrey
3411c3c3 287 pxe
e9935943 288 pyzor (Dan Walsh)
65e131f0 289 qmail (Petre Rodan)
20e929e0 290 razor
b057be8d 291 resmgr
c8d5b357 292 rhgb
5540e76a 293 rssh
e5516014 294 snort
9b244cb0 295 soundserver
5501be59 296 speedtouch
b6cc2f91 297 sxid
1852726f 298 thunderbird
ce3145e3 299 tor (Erich Schubert)
fa895160 300 transproxy
8536924e 301 tripwire
dfd2c1eb 302 uptime
3eec24bd 303 uwimap
b35d3f78 304 vmware
d592b69e 305 watchdog
a3cf80d8 306 xen (Dan Walsh)
5516db67 307 xprint
f30e6ea8 308 yam
ce3145e3 309
0fc3e1b7 310* Tue Mar 07 2006 Chris PeBenito <selinux@tresys.com> - 20060307
1c1ac67f
CP
311- Make all interface parameters required.
312- Move boot_t, system_map_t, and modules_object_t to files module,
313 and move bootloader to admin layer.
02bcb8b3 314- Add semanage policy for semodule from Dan Walsh.
3eea5516 315- Remove allow_execmem from targeted policy domain_base_type().
ace3688a 316- Add users_extra and seusers support.
0062f96b 317- Postfix fixes from Serge Hallyn.
0e686f1f
CP
318- Run python and shell directly to interpret scripts so policy
319 sources need not be executable.
320- Add desc tag XML to booleans and tunables, and add summary
321 to param XML tag, to make future translations possible.
017bab05 322- Remove unused lvm_vg_t.
ffd5c348 323- Many interface renames to improve naming consistency.
0f5d13fe 324- Merge xdm into xserver.
18cc016f 325- Remove kernel module reversed interfaces.
58507613
CP
326- Add filename attribute to module XML tag and lineno attribute to
327 interface XML tag.
9b3756bf
CP
328- Changed QUIET build option to a yes or no option.
329- Add a Makefile used for compiling loadable modules in a
330 user's development environment, building against policy headers.
331- Add Make target for installing policy headers.
4ace0fa5
CP
332- Separate per-userdomain template expansion from the userdomain
333 module and add infrastructure to expand templates in the modules
334 that own the template.
335- Enable secadm only for MLS policies.
5e4cbc75
CP
336- Remove role change rules in su and sudo since this functionality has been
337 removed from these programs.
37227dcd 338- Add ctags Make target from Thomas Bleher.
7dca64fa 339- Collapse commands with grep piped to sed into one sed command.
1e786eac 340- Fix type_change bug in term_user_pty().
acd87ca9 341- Move ice_tmp_t from miscfiles to xserver.
85c20af3 342- Login fixes from Serge Hallyn.
488ec7bd 343- Move xserver_log_t from xdm to xserver.
8dca6b97 344- Add lpr per-userdomain policy to lpd.
0a772886 345- Miscellaneous fixes from Dan Walsh.
68228b33
CP
346- Change initrc_var_run_t interface noun from script_pid to utmp,
347 for greater clarity.
8cc49473 348- Added modules:
2bcdbd8c 349 certwatch
a225f983 350 mono (Dan Walsh)
67962667 351 mrtg
e1c41428 352 portage
b77d019f 353 tvtime
7c2f5a82 354 userhelper
8cc49473 355 usernetctl
a225f983 356 wine (Dan Walsh)
488ec7bd 357 xserver
8cc49473 358
22cb0bec 359* Tue Jan 17 2006 Chris PeBenito <selinux@tresys.com> - 20060117
b7b1d238
CP
360- Adds support for generating corenetwork interfaces based on attributes
361 in addition to types.
362- Permits the listing of multiple nodes in a network_node() that will be
363 given the same type.
364- Add two new permission sets for stream sockets.
9d594986
CP
365- Rename file type transition interfaces verb from create to
366 filetrans to differentiate it from create interfaces without
367 type transitions.
368- Fix expansion of interfaces from disabled modules.
de940877
CP
369- Rsync can be long running from init,
370 added rules to allow this.
b07eaef9 371- Add polyinstantiation build option.
afd38b16 372- Add setcontext to the association object class.
bb437244 373- Add apache relay and db connect tunables.
a324ef13 374- Rename texrel_shlib_t to textrel_shlib_t.
cbe3275e 375- Add swat to samba module.
2c243586 376- Numerous miscellaneous fixes from Dan Walsh.
0f73fdea 377- Added modules:
de8af9dc 378 alsa
7576fad5 379 automount
4ec6941b 380 cdrecord
44d5d93f 381 daemontools (Petre Rodan)
87107917 382 ddcprobe
44d5d93f 383 djbdns (Petre Rodan)
a089b6d0 384 fetchmail
8cffa788 385 irc
3ffe2988 386 java
1ae2c313 387 lockdev
020cbefc 388 logwatch (Dan Walsh)
0e8ec433 389 openct
2c243586 390 prelink (Dan Walsh)
44d5d93f 391 publicfile (Petre Rodan)
6f11d6b8 392 readahead
7e0fa55f 393 roundup
c8ba6830 394 screen
6a57b68d 395 slocate (Dan Walsh)
1d427acc 396 slrnpull
871b6855 397 smartmon
0f73fdea 398 sysstat
44d5d93f 399 ucspitcp (Petre Rodan)
44f490b5 400 usbmodules
39a17ecb 401 vbetool (Dan Walsh)
0f73fdea 402
cd1b0b3f 403* Wed Dec 07 2005 Chris PeBenito <selinux@tresys.com> - 20051207
c0626aa4
CP
404- Add unlabeled IPSEC association rule to domains with
405 networking permissions.
bdb2fac0
CP
406- Merge systemuser back in to users, as these files
407 do not need to be split.
0176d139 408- Add check for duplicate interface/template definitions.
058f3efd
CP
409- Move domain, files, and corecommands modules to kernel
410 layer to resolve some layering inconsistencies.
8e0ef1f9 411- Move policy build options out of Makefile into build.conf.
131e573d 412- Add yppasswd to nis module.
1328802a
CP
413- Change optional_policy() to refer to the module name
414 rather than modulename.te.
c767b14c
CP
415- Fix labeling targets to use installed file_contexts rather
416 than partial file_contexts in the policy source directory.
417- Fix build process to use make's internal vpath functions
418 to detect modules rather than using subshells and find.
419- Add install target for modular policy.
420- Add load target for modular policy.
421- Add appconfig dependency to the load target.
9cc2ccc4 422- Miscellaneous fixes from Dan Walsh.
cf6141a7
CP
423- Fix corenetwork gen_context()'s to expand during the policy
424 build phase instead of during the generation phase.
cf6141a7 425- Added policies:
10b1f324 426 amanda
4b9516c1 427 avahi
3509484c 428 canna
ea557a85 429 cyrus
a636210e 430 dbskk
29ce0009 431 dovecot
cf6141a7 432 distcc
4093c293 433 i18n_input
5d5ea8d0 434 irqbalance
ad3b9d76 435 lpd
239db5e2 436 networkmanager
230838e1 437 pegasus
04926d07 438 postfix
3e6c816d 439 procmail
385dcd4e 440 radius
19ff64f8 441 rdisc
43989f82 442 rpc
f932d8e3 443 spamassassin
f11f0c10 444 timidity
23a4442b 445 xdm
3f41889d 446 xfs
2b01ae7e 447
a4e8b79d 448* Wed Oct 19 2005 Chris PeBenito <selinux@tresys.com> - 20051019
61feb222 449- Many fixes to make loadable modules build.
8df65f13 450- Add targets for sechecker.
4f9f30c8
CP
451- Updated to sedoctool to read bool files and tunable
452 files separately.
453- Changed the xml tag of <boolean> to <bool> to be consistent
454 with gen_bool().
455- Modified the implementation of segenxml to use regular
456 expressions.
e02c61cf
CP
457- Rename context_template() to gen_context() to clarify
458 that its not a Reference Policy template, but a support
459 macro.
b03f960e 460- Add disable_*_trans bool support for targeted policy.
f0574fa9
CP
461- Add MLS module to handle MLS constraint exceptions,
462 such as reading up and writing down.
681c9a02 463- Fix errors uncovered by sediff.
84285926 464- Added policies:
9edc2895 465 anaconda
e749cd12 466 apache
4483ee84
CP
467 apm
468 arpwatch
d4dca585 469 bluetooth
20e306e2 470 dmidecode
d4dca585 471 finger
fc6524d7 472 ftp
84285926 473 kudzu
799a0b43 474 mailman
e08118a5 475 ppp
fa67570d 476 radvd
f33561f5
CP
477 sasl
478 webalizer
681c9a02 479
48558667 480* Thu Sep 22 2005 Chris PeBenito <selinux@tresys.com> - 20050922
142e9f40
CP
481- Make logrotate, sendmail, sshd, and rpm policies
482 unconfined in the targeted policy so no special
483 modules.conf is required.
a0824843 484- Add experimental MCS support.
c0e4fe2c 485- Add appconfig for MLS.
98a8ead4
CP
486- Add equivalents for old can_resolve(), can_ldap(), and
487 can_portmap() to sysnetwork.
082dcd9e 488- Fix base module compile issues.
d17b4d23 489- Added policies:
9210553e 490 cpucontrol
93070cba 491 cvs
d17b4d23 492 ktalk
eb3cb682 493 portmap
a1fcff33 494 postgresql
4fd5201a 495 rlogin
84c92239 496 samba
ccc59782 497 snmp
200f453f 498 stunnel
4fd5201a 499 telnet
40adb57f 500 tftp
f7ba4a89 501 uucp
a1fcff33 502 vpn
9ff30033 503 zebra
d17b4d23 504
541b7d57 505* Wed Sep 07 2005 Chris PeBenito <selinux@tresys.com> - 20050907
ce1b44aa 506- Fix errors uncovered by sediff.
a19e3464
CP
507- Doc tool will explicitly say a module does not have interfaces
508 or templates on the module page.
6e61566d
CP
509- Added policies:
510 comsat
0c3d1705 511 dbus
f344c0f3 512 dhcp
ac0483ae 513 dictd
fdae8e75 514 hal
8d935234 515 inn
b11a75a5 516 ntp
0f707d52 517 squid
a19e3464 518
37aa3ff2 519* Fri Aug 26 2005 Chris PeBenito <selinux@tresys.com> - 20050826
e28aa682
CP
520- Add Makefile support for building loadable modules.
521- Add genclassperms.py tool to add require blocks
522 for loadable modules.
523- Change sedoctool to make required modules part of base
524 by default, otherwise make as modules, in modules.conf.
525- Fix segenxml to handle modules with no interfaces.
526- Rename ipsec connect interface for consistency.
527- Add missing parts of unix stream socket connect interface
528 of ipsec.
529- Rename inetd connect interface for consistency.
530- Rename interface for purging contents of tmp, for clarity,
531 since it allows deletion of classes other than file.
532- Misc. cleanups.
533- Added policies:
534 acct
535 bind
536 firstboot
537 gpm
538 howl
539 ldap
540 loadkeys
541 mysql
542 privoxy
543 quota
544 rshd
545 rsync
546 su
547 sudo
548 tcpd
549 tmpreaper
550 updfstab
81343a6f 551
e28aa682
CP
552* Tue Aug 2 2005 Chris PeBenito <selinux@tresys.com> - 20050802
553- Fix comparison bug in fc_sort.
554- Fix handling of ordered and unordered HTML lists.
555- Corenetwork now supports multiple network interfaces having the
556 same type.
557- Doc tool now creates pages for global Booleans and global tunables.
558- Doc tool now links directly to the interface/template in the
559 module page when it is selected in the interface/template index.
560- Added support for layer summaries.
561- Added policies:
562 ipsec
563 nscd
564 pcmcia
565 raid
acb668ed 566
e28aa682
CP
567* Thu Jul 7 2005 Chris PeBenito <selinux@tresys.com> - 20050707
568- Changed xml to have modules encapsulated by layer tags, rather
569 than putting layer="foo" in the module tags. Also in the future
570 we can put a summary and description for each layer.
571- Added tool to infer interface, module, and layer tags. This will
572 now list all interfaces, even if they are missing xml docs.
573- Shortened xml tag names.
574- Added macros to declare interfaces and templates.
575- Added interface call trace.
576- Updated all xml documentation for shorter and inferred tags.
577- Doc tool now displays templates in the web pages.
578- Doc tool retains the user's settings in modules.conf and
579 tunables.conf if the files already exist.
580- Modules.conf behavior has been changed to be a list of all
581 available modules, and the user can specify if the module is
582 built as a loadable module, included in the monolithic policy,
583 or excluded.
584- Added policies:
585 fstools (fsck, mkfs, swapon, etc. tools)
586 logrotate
587 inetd
588 kerberos
589 nis (ypbind and ypserv)
590 ssh (server, client, and agent)
591 unconfined
592- Added infrastructure for targeted policy support, only missing
593 transition boolean support.
dfa83e92 594
e28aa682
CP
595* Wed Jun 15 2005 Chris PeBenito <selinux@tresys.com> - 20050615
596 - Initial release