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