summaryrefslogtreecommitdiff
blob: d216b4cb4bd00df79fcb0c7873ce7648413b8423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
# ChangeLog for sec-policy/selinux-base-policy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.109 2012/07/26 13:07:15 swift Exp $

*selinux-base-policy-2.20120215-r15 (26 Jul 2012)

  26 Jul 2012; Sven Vermeulen +selinux-base-policy-2.20120215-r15.ebuild:
  Bump to rev15

*selinux-base-policy-2.20120215-r14 (16 Jul 2012)

  16 Jul 2012; <swift@gentoo.org> +selinux-base-policy-2.20120215-r14.ebuild:
  Bumping to rev14

*selinux-base-policy-2.20120215-r13 (27 Jun 2012)

  27 Jun 2012; <swift@gentoo.org> +selinux-base-policy-2.20120215-r13.ebuild:
  Bump to revision 13

*selinux-base-policy-2.20120215-r9 (20 May 2012)

  20 May 2012; <swift@gentoo.org> +selinux-base-policy-2.20120215-r9.ebuild:
  Bumping to rev 9

  13 May 2012; <swift@gentoo.org> -selinux-base-policy-2.20110726-r5.ebuild,
  -selinux-base-policy-2.20110726-r6.ebuild,
  -selinux-base-policy-2.20110726-r7.ebuild,
  -selinux-base-policy-2.20110726-r8.ebuild,
  -selinux-base-policy-2.20110726-r11.ebuild,
  -selinux-base-policy-2.20110726-r13.ebuild, metadata.xml:
  Drop unused local USE flag definitions

  13 May 2012; <swift@gentoo.org> -selinux-base-policy-2.20110726-r5.ebuild,
  -selinux-base-policy-2.20110726-r6.ebuild,
  -selinux-base-policy-2.20110726-r7.ebuild,
  -selinux-base-policy-2.20110726-r8.ebuild,
  -selinux-base-policy-2.20110726-r11.ebuild,
  -selinux-base-policy-2.20110726-r13.ebuild:
  Removing deprecated ebuilds (cleanup)

  29 Apr 2012; <swift@gentoo.org> selinux-base-policy-2.20120215-r7.ebuild:
  Stabilize rev7

*selinux-base-policy-2.20120215-r8 (26 Apr 2012)

  26 Apr 2012; <swift@gentoo.org> +selinux-base-policy-2.20120215-r8.ebuild:
  Bump to rev8, fix #411719, #411149 and #411943

  22 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org>
  selinux-base-policy-2.20120215-r7.ebuild:
  inherit goes near the top

*selinux-base-policy-2.20120215-r7 (22 Apr 2012)

  22 Apr 2012; <swift@gentoo.org> +selinux-base-policy-2.20120215-r7.ebuild:
  Bumping to rev 7, fixing bugs #401595, #411193 and #403293

  01 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org>
  selinux-base-policy-2.20120215-r6.ebuild:
  inherit goes near the top

  31 Mar 2012; <swift@gentoo.org> selinux-base-policy-2.20110726-r13.ebuild:
  Stabilizing

*selinux-base-policy-2.20120215-r6 (31 Mar 2012)

  31 Mar 2012; <swift@gentoo.org> +selinux-base-policy-2.20120215-r6.ebuild:
  Bumping to 2.20120215 policies

  23 Feb 2012; <swift@gentoo.org> selinux-base-policy-2.20110726-r11.ebuild:
  Stabilizing

*selinux-base-policy-2.20110726-r13 (23 Feb 2012)

  23 Feb 2012; <swift@gentoo.org> +selinux-base-policy-2.20110726-r13.ebuild:
  Adding revision 13

  29 Jan 2012;  <swift@gentoo.org> Manifest:
  Updating manifest

  29 Jan 2012; <swift@gentoo.org> selinux-base-policy-2.20110726-r8.ebuild:
  Stabilize r8 series

*selinux-base-policy-2.20110726-r11 (14 Jan 2012)

  14 Jan 2012; <swift@gentoo.org> +selinux-base-policy-2.20110726-r11.ebuild:
  Bumping to rev 11

  19 Dec 2011; <swift@gentoo.org> selinux-base-policy-2.20110726-r6.ebuild:
  Stabilize rev6

*selinux-base-policy-2.20110726-r8 (17 Dec 2011)

  17 Dec 2011; <swift@gentoo.org> +selinux-base-policy-2.20110726-r8.ebuild:
  Bumping to rev8, list of changes available at
  http://archives.gentoo.org/gentoo-hardened/msg_b11ef32142076034abd0616e373361
  da.xml

*selinux-base-policy-2.20110726-r7 (04 Dec 2011)

  04 Dec 2011; <swift@gentoo.org> +selinux-base-policy-2.20110726-r7.ebuild:
  Bumping to rev 7

  27 Nov 2011; <swift@gentoo.org> selinux-base-policy-2.20110726-r4.ebuild,
  selinux-base-policy-2.20110726-r5.ebuild,
  selinux-base-policy-2.20110726-r6.ebuild, files/modules.conf:
  Put XDG selection (for base) in modules.conf instead of ebuild hocus-pocus

  27 Nov 2011; <swift@gentoo.org> selinux-base-policy-2.20110726-r5.ebuild:
  Stable on x86/amd64

*selinux-base-policy-2.20110726-r6 (15 Nov 2011)

  15 Nov 2011; <swift@gentoo.org> +selinux-base-policy-2.20110726-r6.ebuild:
  Fixing #389579, #389917, #388875 and #389569. Also improves support for
  gcc-config and updates VDE patch with upstream feedback

  12 Nov 2011; <swift@gentoo.org> -selinux-base-policy-2.20090730.ebuild,
  -selinux-base-policy-2.20090814.ebuild,
  -selinux-base-policy-2.20091215.ebuild,
  -selinux-base-policy-2.20101213-r16.ebuild,
  -selinux-base-policy-2.20101213-r17.ebuild,
  -selinux-base-policy-2.20101213-r18.ebuild,
  -selinux-base-policy-2.20101213-r20.ebuild,
  -selinux-base-policy-2.20101213-r21.ebuild,
  -selinux-base-policy-2.20101213-r22.ebuild,
  -selinux-base-policy-2.20110726-r3.ebuild,
  -files/modules.conf.strict.20090730, -files/modules.conf.targeted.20090730:
  Removing old policies

  23 Oct 2011; <swift@gentoo.org> selinux-base-policy-2.20110726-r4.ebuild:
  Stabilization (tracker #384231)

*selinux-base-policy-2.20110726-r5 (23 Oct 2011)

  23 Oct 2011; <swift@gentoo.org> +selinux-base-policy-2.20110726-r5.ebuild:
  Update patches with XDG support, clean up patches with upstream feedback,
  include asterisk fix

*selinux-base-policy-2.20110726-r4 (17 Sep 2011)

  17 Sep 2011; <swift@gentoo.org> +selinux-base-policy-2.20110726-r4.ebuild:
  Update on portage and portage_fetch domains, fix puppet issues, normalize
  patches with refpolicy

*selinux-base-policy-2.20110726-r3 (28 Aug 2011)

  28 Aug 2011; <swift@gentoo.org> +selinux-base-policy-2.20110726-r3.ebuild:
  Introduce policy based on refpolicy 20110726

*selinux-base-policy-2.20101213-r22 (07 Aug 2011)

  07 Aug 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r22.ebuild:
  Fix patchbundle issue with portage patch

*selinux-base-policy-2.20101213-r21 (25 Jul 2011)
*selinux-base-policy-2.20101213-r20 (25 Jul 2011)

  25 Jul 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r20.ebuild,
  +selinux-base-policy-2.20101213-r21.ebuild, +files/modules.conf,
  files/config:
  Support unattended use of portage/emerge-webrsync, add layman in its own
  domain, fix a firefox context mismatch, allow cron to call portage, mark
  semanage as being an eselect wrapper too (fixes /etc/selinux labeling
  mismatches). Bugs fixed: #376005, #375835 (workaround)

  11 Jul 2011; Anthony G. Basile <blueness@gentoo.org>
  -files/selinux-base-policy-20070329.diff,
  -selinux-base-policy-20080525.ebuild,
  -selinux-base-policy-20080525-r1.ebuild, -files/modules.conf.strict,
  -files/modules.conf.strict.20070928, -files/modules.conf.strict.20080525,
  -files/modules.conf.targeted, -files/modules.conf.targeted.20070928,
  -files/modules.conf.targeted.20080525:
  Removed all pre 2.20xx base policies

*selinux-base-policy-2.20101213-r18 (10 Jul 2011)

  10 Jul 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r18.ebuild:
  Bump to r18, improve support for openrc, allow portage to work with
  NFS-mounted locations, fix firefox plugin support, fix postgres init
  script support, fix syslog startup issue

  03 Jul 2011; Anthony G. Basile <blueness@gentoo.org>
  selinux-base-policy-2.20101213-r16.ebuild,
  selinux-base-policy-2.20101213-r17.ebuild,
  -files/patchbundle-selinux-base-policy-2.20101213-r16.tar.bz2,
  -files/patchbundle-selinux-base-policy-2.20101213-r17.tar.bz2:
  Moved patchbundles out of ${FILESDIR}, bug #370927

  30 Jun 2011; Anthony G. Basile <blueness@gentoo.org>
  -selinux-base-policy-2.20101213-r11.ebuild,
  -selinux-base-policy-2.20101213-r12.ebuild,
  -files/patchbundle-selinux-base-policy-2.20101213-r11.tar.bz2,
  -files/patchbundle-selinux-base-policy-2.20101213-r12.tar.bz2:
  Removed deprecated versions

*selinux-base-policy-2.20101213-r17 (30 Jun 2011)

  30 Jun 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r17.ebuild,
  +files/patchbundle-selinux-base-policy-2.20101213-r17.tar.bz2:
  Add support for zabbix

  02 Jun 2011; Anthony G. Basile <blueness@gentoo.org>
  selinux-base-policy-2.20101213-r16.ebuild:
  Stable amd64 x86

  20 May 2011; Anthony G. Basile <blueness@gentoo.org>
  -selinux-base-policy-2.20101213-r5.ebuild,
  -selinux-base-policy-2.20101213-r6.ebuild,
  -selinux-base-policy-2.20101213-r7.ebuild,
  -selinux-base-policy-2.20101213-r9.ebuild,
  -selinux-base-policy-2.20101213-r10.ebuild,
  -files/patchbundle-selinux-base-policy-2.20101213-r10.tar.bz2,
  -files/patchbundle-selinux-base-policy-2.20101213-r5.tar.bz2,
  -files/patchbundle-selinux-base-policy-2.20101213-r6.tar.bz2,
  -files/patchbundle-selinux-base-policy-2.20101213-r7.tar.bz2,
  -files/patchbundle-selinux-base-policy-2.20101213-r9.tar.bz2:
  Removed deprecated revisions of base policy 2.20101213

*selinux-base-policy-2.20101213-r16 (20 May 2011)

  20 May 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r16.ebuild,
  +files/patchbundle-selinux-base-policy-2.20101213-r16.tar.bz2, metadata.xml:
  Drop obsoleted policy builds, add openrc support (rc-update, rc-status),
  correct file contexts for /lib64, make UBAC optional (#257111 and #306393),
  use portage_srcrepo_t for live ebuilds and match mdadm policy with upstream

*selinux-base-policy-2.20101213-r12 (16 Apr 2011)
*selinux-base-policy-2.20101213-r11 (16 Apr 2011)

  16 Apr 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r11.ebuild,
  +selinux-base-policy-2.20101213-r12.ebuild,
  +files/patchbundle-selinux-base-policy-2.20101213-r11.tar.bz2,
  +files/patchbundle-selinux-base-policy-2.20101213-r12.tar.bz2:
  Added new patchbundles for rev bumps to base policy 2.20101213

*selinux-base-policy-2.20101213-r10 (07 Mar 2011)
*selinux-base-policy-2.20101213-r9 (07 Mar 2011)

  07 Mar 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r9.ebuild,
  +selinux-base-policy-2.20101213-r10.ebuild,
  +files/patchbundle-selinux-base-policy-2.20101213-r10.tar.bz2,
  +files/patchbundle-selinux-base-policy-2.20101213-r9.tar.bz2:
  Added new patchbundles for rev bumps to base policy 2.20101213

  05 Feb 2011; Anthony G. Basile <blueness@gentoo.org>
  +files/patchbundle-selinux-base-policy-2.20101213-r5.tar.bz2,
  +files/patchbundle-selinux-base-policy-2.20101213-r6.tar.bz2,
  +files/patchbundle-selinux-base-policy-2.20101213-r7.tar.bz2:
  Added patchbundle for base policy 2.20101213.

*selinux-base-policy-2.20101213-r7 (05 Feb 2011)
*selinux-base-policy-2.20101213-r6 (05 Feb 2011)
*selinux-base-policy-2.20101213-r5 (05 Feb 2011)

  05 Feb 2011; Anthony G. Basile <blueness@gentoo.org>
  +selinux-base-policy-2.20101213-r5.ebuild,
  +selinux-base-policy-2.20101213-r6.ebuild,
  +selinux-base-policy-2.20101213-r7.ebuild:
  New upstream policy.

*selinux-base-policy-2.20091215 (16 Dec 2009)

  16 Dec 2009; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-2.20091215.ebuild:
  New upstream release.

*selinux-base-policy-20080525-r1 (14 Sep 2009)

  14 Sep 2009; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20080525-r1.ebuild:
  Update old base policy to support ext4.

  14 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
  -selinux-base-policy-20070329.ebuild,
  -selinux-base-policy-20070928.ebuild, selinux-base-policy-20080525.ebuild:
  Mark 20080525 stable, clear old ebuilds.

*selinux-base-policy-2.20090814 (14 Aug 2009)

  14 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-2.20090814.ebuild:
  Git version of refpolicy for misc fixes including some cron problems.

*selinux-base-policy-2.20090730 (03 Aug 2009)

  03 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-2.20090730.ebuild:
  New upstream release.

  18 Jul 2009; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20070329.ebuild, selinux-base-policy-20070928.ebuild,
  selinux-base-policy-20080525.ebuild:
  Drop alpha, mips, ppc, sparc selinux support.

*selinux-base-policy-20080525 (25 May 2008)

  25 May 2008; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20080525.ebuild:
  New SVN snapshot.

  16 Mar 2008; Chris PeBenito <pebenito@gentoo.org>
  -selinux-base-policy-20051022-r1.ebuild,
  -selinux-base-policy-20061114.ebuild:
  Remove old ebuilds.

  03 Feb 2008; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20070928.ebuild:
  Mark stable.

*selinux-base-policy-20070928 (26 Nov 2007)

  26 Nov 2007; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20070928.ebuild:
  New SVN snapshot.

  04 Jun 2007; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20070329.ebuild:
  Mark stable.

  30 Mar 2007; Chris PeBenito <pebenito@gentoo.org>
  +files/selinux-base-policy-20070329.diff,
  selinux-base-policy-20070329.ebuild:
  Compile fix.

*selinux-base-policy-20070329 (29 Mar 2007)

  29 Mar 2007; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20070329.ebuild:
  New SVN snapshot.

  22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
  Redigest for Manifest2

*selinux-base-policy-20061114 (15 Nov 2006)

  15 Nov 2006; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20061114.ebuild:
  New SVN snapshot.

  25 Oct 2006; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20061015.ebuild:
  Fix to have default POLICY_TYPES if it is empty.

  21 Oct 2006; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20061015.ebuild:
  Fix xml generation failure to die.

*selinux-base-policy-20061015 (15 Oct 2006)

  15 Oct 2006; Chris PeBenito <pebenito@gentoo.org>
  -selinux-base-policy-20061008.ebuild,
  +selinux-base-policy-20061015.ebuild:
  Update for testing fixes.

*selinux-base-policy-20061008 (08 Oct 2006)

  08 Oct 2006; Chris PeBenito <pebenito@gentoo.org> -files/semanage.conf,
  +selinux-base-policy-20061008.ebuild,
  -selinux-base-policy-99999999.ebuild:
  First mainstream reference policy testing release.

  29 Sep 2006; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-99999999.ebuild:
  Fix for new SVN location.  Fixes 147781.

  22 Feb 2006; Stephen Bennett <spb@gentoo.org>
  selinux-base-policy-20051022-r1.ebuild:
  Alpha stable

*selinux-base-policy-99999999 (02 Feb 2006)

  02 Feb 2006; Chris PeBenito <pebenito@gentoo.org> +files/config,
  +files/modules.conf.strict, +files/modules.conf.targeted,
  +files/semanage.conf, +selinux-base-policy-99999999.ebuild:
  Add experimental policy for testing reference policy. Requires portage fix
  from bug #110857.

  02 Feb 2006; Chris PeBenito <pebenito@gentoo.org>
  -selinux-base-policy-20050322.ebuild,
  -selinux-base-policy-20050618.ebuild,
  -selinux-base-policy-20050821.ebuild,
  -selinux-base-policy-20051022.ebuild:
  Clean out old ebuilds.

  14 Jan 2006; Stephen Bennett <spb@gentoo.org>
  selinux-base-policy-20051022-r1.ebuild:
  Added ~alpha

*selinux-base-policy-20051022-r1 (08 Dec 2005)

  08 Dec 2005; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20051022-r1.ebuild:
  Change to use compatability genhomedircon. Newer policycoreutils (1.28)
  breaks the backwards compatability this policy uses.

*selinux-base-policy-20051022 (22 Oct 2005)

  22 Oct 2005; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20051022.ebuild:
  Very trivial fixes.

  08 Sep 2005; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20050821.ebuild:
  Mark stable.

*selinux-base-policy-20050821 (21 Aug 2005)

  21 Aug 2005; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20050821.ebuild:
  Minor updates for 2.6.12.

  21 Jun 2005; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20050618.ebuild:
  Mark stable.

*selinux-base-policy-20050618 (18 Jun 2005)

  18 Jun 2005; Chris PeBenito <pebenito@gentoo.org>
  -selinux-base-policy-20041123.ebuild,
  -selinux-base-policy-20050306.ebuild,
  +selinux-base-policy-20050618.ebuild:
  New release to support 2.6.12 features.

  10 May 2005; Stephen Bennett <spb@gentoo.org>
  selinux-base-policy-20050322.ebuild:
  mips stable

  01 May 2005; Stephen Bennett <spb@gentoo.org>
  selinux-base-policy-20050322.ebuild:
  Added ~mips.

*selinux-base-policy-20050322 (23 Mar 2005)

  23 Mar 2005; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20050322.ebuild:
  New release.

*selinux-base-policy-20050306 (06 Mar 2005)

  06 Mar 2005; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20050306.ebuild:
  Fix bad samba_domain dummy macro.  Add policies needed for udev support.

*selinux-base-policy-20050224 (24 Feb 2005)

  24 Feb 2005; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20050224.ebuild:
  New release.

  19 Jan 2005; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20041123.ebuild:
  Mark stable.

*selinux-base-policy-20041123 (23 Nov 2004)

  23 Nov 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20041123.ebuild:
  New release with 1.18 merge.

*selinux-base-policy-20041023 (23 Oct 2004)

  23 Oct 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20041023.ebuild:
  New release with 1.16 merge. Tcpd and inetd have been deprecated since they
  are not in the base system anymore, and probably no one uses them anyway.

*selinux-base-policy-20040906 (06 Sep 2004)

  06 Sep 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20040906.ebuild:
  New release with 1.14 merge, which has policy 18 (fine-grained netlink)
  features.

  05 Sep 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040225.ebuild, -selinux-base-policy-20040509.ebuild,
  -selinux-base-policy-20040604.ebuild, selinux-base-policy-20040629.ebuild,
  selinux-base-policy-20040702.ebuild:
  Remove old builds, switch to epause and ebeep in remaining builds.

*selinux-base-policy-20040702 (02 Jul 2004)

  02 Jul 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20040702.ebuild:
  Same as 20040629, except with updated flask headers, which will come out in
  2.6.8.

*selinux-base-policy-20040629 (29 Jun 2004)

  29 Jun 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20040629.ebuild:
  Large sysadmfile cleanup: disable admin_separation to give sysadm_r back its
  ablility to modify all files. Minor fixes: portage_r works again, syslog-ng
  breakage fixed, put back manual PaX policy for pageexec/segmexec.

  16 Jun 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040604.ebuild:
  Mark stable.

  10 Jun 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040225.ebuild, selinux-base-policy-20040509.ebuild,
  selinux-base-policy-20040604.ebuild:
  Add src_compile() stub

*selinux-base-policy-20040604 (04 Jun 2004)

  04 Jun 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20040604.ebuild:
  New release including 1.12 NSA policy, and experimental sesandbox.

  15 May 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040509.ebuild:
  Mark stable.

*selinux-base-policy-20040509 (09 May 2004)

  09 May 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20040509.ebuild:
  A few small cleanups. Make PaX non exec pages macro based on arch. Large
  portage update, get rid of portage_exec_fetch_t, portage will setexec. Add
  global_ssp tunable.

*selinux-base-policy-20040418 (18 Apr 2004)

  18 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
  +selinux-base-policy-20040418.ebuild:
  New release for checkpolicy 1.10

*selinux-base-policy-20040414 (14 Apr 2004)

  14 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
  -selinux-base-policy-20040408.ebuild, +selinux-base-policy-20040414.ebuild:
  Minor updates

*selinux-base-policy-20040408 (08 Apr 2004)

  08 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040408.ebuild:
  New update. Users.fc is now deprecated, as the contexts for user directories
  is now automatically generated. Portage fetching of distfiles now has a
  subdomain, for dropping priviledges.

  28 Feb 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040225.ebuild:
  Mark stable.

*selinux-base-policy-20040225 (25 Feb 2004)

  25 Feb 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040225.ebuild:
  New support for PaX ACL hooks. Addition of tunable.te for configurable policy
  options. Rewrite of portage.te. Now auto-transition for sysadm is default, can
  reenable portage_r by tunable.te. Makefile update from NSA CVS.

*selinux-base-policy-20040209 (09 Feb 2004)

  09 Feb 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040209.ebuild:
  Minor revision to add XFS labeling and policy for integrated
  runscript-run_init.

  07 Feb 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040202.ebuild:
  Mark x86 stable.

*selinux-base-policy-20040202 (02 Feb 2004)

  02 Feb 2004; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20040202.ebuild:
  A few misc fixes. Allow portage to update bootloader code, such as in lilo or
  grub postinst. This requires checkpolicy 1.4-r1.

*selinux-base-policy-20031225 (25 Dec 2003)

  25 Dec 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20031225.ebuild:
  New release, with merged NSA 1.4 policy. One critical note, this policy
  requires pam 0.77. Much work has been done to minimize access to /etc/shadow,
  and one requirement is in the patch for pam 0.77. If you do not use this pam
  version or newer, you will be unable to authenticate in enforcing. Since
  devfs no longer is usable in SELinux, it's policy has been removed. You
  should merge the changes, remove the devfsd policy (devfsd.te and devfsd.fc),
  load the policy, and relabel.

  27 Nov 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20031010-r1.ebuild:
  Mark stable.  Add build USE flag for stage building.

*selinux-base-policy-20031010-r1 (12 Nov 2003)

  12 Nov 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20031010-r1.ebuild,
  files/selinux-base-policy-20031010-cvs.diff:
  Add fixes from policy cvs for compilers, so non x86 and ppc compilers can
  work. Also portage update as a side effect of updated setfiles code in
  portage, from bug 31748.

  28 Oct 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20031010.ebuild:
  Mark stable

*selinux-base-policy-20031010 (10 Oct 2003)

  10 Oct 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20031010.ebuild:
  New release for new API.  Massive cleanups all over the place.

*selinux-base-policy-20030817 (17 Aug 2003)

  17 Aug 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030817.ebuild:
  Initial commit of new API policy

  10 Aug 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030729-r1.ebuild:
  Mark stable

*selinux-base-policy-20030729-r1 (31 Jul 2003)

  31 Jul 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030729-r1.ebuild:
  New rev that handles an empty POLICYDIR sanely.

*selinux-base-policy-20030729 (29 Jul 2003)

  29 Jul 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030729.ebuild:
  Make the ebuild use POLICYDIR. Important fix so portage can load policy so
  selinux-policy.eclass works. update_modules_t cleanup. Fix for an access when
  merging baselayout.

*selinux-base-policy-20030720 (20 Jul 2003)

  20 Jul 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030720.ebuild:
  Many fixes, including the syslog fix. File contexts have changed, so a relabel
  is needed. You may encounter problems relabeling /usr/portage, as its file
  context has changed, as files should not have the same type as a domain.
  Relabelling in permissive will fix this, or temporarily give portage_t a
  file_type attribute. Tightened the can_exec_any() macro. Moved staff.fc to
  users.fc, since all users with SELinux identities should have their home
  directories have the correct identity, not the generic identity.

  06 Jun 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030604.ebuild:
  Mark stable

*selinux-base-policy-20030604 (04 Jun 2003)

  04 Jun 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030604.ebuild:
  Fix broken 20030603

  04 Jun 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030603.ebuild:
  Pulling 20030603, as there are problems, 20030604 later today

*selinux-base-policy-20030603 (03 Jun 2003)

  03 Jun 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030603.ebuild:
  Numerous various fixes. Added staff role. Removed ipsec, gpm and gpg policies
  as they are not appropriate for the base policy, and untested.

*selinux-base-policy-20030522 (22 May 2003)

  22 May 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030522.ebuild:
  The policy is in pretty good shape now. I've been able to run in enforcing mode
  with little problem. I've also been able to successfully merge and unmerge
  packages in enforcing mode, with few exceptions (why does mysql need to run ps
  during configure?).

*selinux-base-policy-20030514 (14 May 2003)

  14 May 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030514.ebuild:
  Many improvements in many areas. Of note, rlogind policies were removed. Klogd
  is being merged into syslogd. The portage policy is much more complete, but
  still needs work. Its suggested that all changes be merged in, policy
  reloaded, then relabel.

*selinux-base-policy-20030419 (19 Apr 2003)

  23 Apr 2003; Chris PeBenito <pebenito@gentoo.org>
  selinux-base-policy-20030419.ebuild:
  Marking stable for selinux-small stable usage

  19 Apr 2003; Chris PeBenito <pebenito@gentoo.org> Manifest,
  selinux-base-policy-20030419.ebuild:
  Initial commit.  Base policies for SELinux, with Gentoo-specifics