diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2009-08-03 23:30:31 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2009-08-03 23:30:31 +0000 |
commit | 14e1715452b199175d382be0249176809f521d48 (patch) | |
tree | d23f3fc63a55b79b293e76317b9f31278805a1f0 /profiles | |
parent | Version bump to 0.1.1 (diff) | |
download | historical-14e1715452b199175d382be0249176809f521d48.tar.gz historical-14e1715452b199175d382be0249176809f521d48.tar.bz2 historical-14e1715452b199175d382be0249176809f521d48.zip |
Fix SELinux profile inheritance to not inherit deprecated profiles.
Diffstat (limited to 'profiles')
-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 .. |