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