diff options
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/selinux/2007.0/amd64/parent | 2 | ||||
-rw-r--r-- | profiles/selinux/2007.0/x86/parent | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 9ccfed26b4d4..1969f4cae4f1 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3008 2009/08/03 22:59:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3009 2009/08/03 23:30:31 pebenito Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 03 Aug 2009; Chris PeBenito <pebenito@gentoo.org> + selinux/2007.0/amd64/parent, selinux/2007.0/x86/parent: + Fix SELinux profile inheritance to not inherit deprecated profiles. + 03 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org> package.mask: Mask the lisp live darcs ebuilds. diff --git a/profiles/selinux/2007.0/amd64/parent b/profiles/selinux/2007.0/amd64/parent index 1d2bbc26e72c..c90a808d444c 100644 --- a/profiles/selinux/2007.0/amd64/parent +++ b/profiles/selinux/2007.0/amd64/parent @@ -1,2 +1,2 @@ -../../../default-linux/amd64 +../../../default/linux/amd64 .. diff --git a/profiles/selinux/2007.0/x86/parent b/profiles/selinux/2007.0/x86/parent index 4506987a1e05..0e8c09bb1087 100644 --- a/profiles/selinux/2007.0/x86/parent +++ b/profiles/selinux/2007.0/x86/parent @@ -1,2 +1,2 @@ -../../../default-linux/x86/2007.0 +../../../default/linux/x86 .. |