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