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
|
# ChangeLog for sec-policy/selinux-base-policy
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.12 2004/01/08 04:37:06 pebenito Exp $
*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
|