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