From 5a47e648ad920fcdc2699c9aa90285763ae09a1f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 22 Dec 2005 21:40:15 +0000 Subject: [PATCH] - Fix passwd command on mls --- modules-mls.conf | 14 ++++++++++++++ selinux-policy.spec | 5 ++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/modules-mls.conf b/modules-mls.conf index 3da504d9..b8c30658 100644 --- a/modules-mls.conf +++ b/modules-mls.conf @@ -928,3 +928,17 @@ ipsec = base # java executable # java = off + +# Layer: services +# Module: prelink +# +# prelink executable +# +prelink = base + +# Layer: services +# Module: locate +# +# locate executable +# +locate = base diff --git a/selinux-policy.spec b/selinux-policy.spec index 1ac39e87..e8213291 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -7,7 +7,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 2.1.6 -Release: 14 +Release: 15 License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -258,6 +258,9 @@ SELinux Reference policy strict base module. %endif %changelog +* Wed Dec 21 2005 Dan Walsh 2.1.6-15 +- Fix passwd command on mls + * Wed Dec 21 2005 Dan Walsh 2.1.6-14 - Lots of fixes to make mls policy work