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