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
|
# ChangeLog for sys-apps/selinux-small
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/selinux-small/ChangeLog,v 1.12 2003/05/09 17:32:36 pebenito Exp $
09 May 2003; Chris PeBenito <pebenito@gentoo.org>
selinux-small-2003011510-r4.ebuild:
Added check for /usr/src/linux. It must point to selinux-sources or
hardened-sources, as seen in bug #20703.
06 May 2003; Chris PeBenito <pebenito@gentoo.org>
selinux-small-2003011510-r4.ebuild:
Remove leftover old policy stuff. Part of #20531.
*selinux-small-2003011510-r4 (06 May 2003)
06 May 2003; Chris PeBenito <pebenito@gentoo.org>
selinux-small-2003011510-r4.ebuild:
New rev to close #20325. Moved devfsd-se.so to /lib/devfsd. Adjusted devfs.d
conf file appropriately.
*selinux-small-2003011510-r3 (11 Apr 2003)
23 Apr 2003; Chris PeBenito <pebenito@gentoo.org>
selinux-small-2003011510-r3.ebuild:
Mark stable
19 Apr 2003; Chris PeBenito <pebenito@gentoo.org>
selinux-small-2003011510-r3.ebuild:
Updated dependancies, so selinux-sources OR hardened-sources can be used. Also
fixed to depend on selinux-base-policy rather than install policy here.
11 Apr 2003; Chris PeBenito <pebenito@gentoo.org>
selinux-small-2003011510-r3.ebuild:
Added configuration for devfsd to /etc/devfs.d for proper labelling of devfsd.
Fixed DEPEND and RDEPEND. Selinux-sources needed in RDEPEND, and flex and pam
needed in DEPEND.
*selinux-small-2003011510-r2 (19 Mar 2003)
30 Mar 2003; Joshua Brindle <method@gentoo.org>
selinux-small-2003011510-r2.ebuild:
fixed path
30 Mar 2003; Joshua Brindle <method@gentoo.org> selinux-small-2003011510-r1.ebuild,
selinux-small-2003011510-r1.ebuild, selinux-small-2003011510-r2.ebuild:
fixed default_type default_context, devfsd, run_init, expect dep
25 Mar 2003; Joshua Brindle <method@gentoo.org> selinux-small-2003011510-r2.ebuild:
changed to stable
21 Mar 2003; Joshua Brindle <method@gentoo.org> selinux-small-2003011510-r2.ebuild,
files/selinux-small-2003011510-bison.diff:
patch to eliminate dependancy on yacc, thanks to sindian
19 Mar 2003; Joshua Brindle <method@gentoo.org> selinux-small-2003011510-r2.ebuild:
This selinux-small actually works, installs the appropriate stuff, installs a
default policy and now labels the filesystem in pkg_config
This is brought to you by pebenito, thanks for all his efforts!
*selinux-small-2003011510-r1 (16 Mar 2003)
16 Mar 2003; Joshua Brindle <method@gentoo.org> selinux-small-2003011510-r1.ebuild:
Initial import.
|