diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-02-27 16:03:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-02-27 16:03:36 +0000 |
commit | 16c92b6b33fe92bfff54ec93e7c0942d152aa65f (patch) | |
tree | 16ce352f1bef49171c164e49aa8c07dbb1b88f64 /profiles/hardened/linux | |
parent | stable x86, security bug 356583 (diff) | |
download | historical-16c92b6b33fe92bfff54ec93e7c0942d152aa65f.tar.gz historical-16c92b6b33fe92bfff54ec93e7c0942d152aa65f.tar.bz2 historical-16c92b6b33fe92bfff54ec93e7c0942d152aa65f.zip |
Restructured profile inheritance for hardened/linux/powerpc/ppc32, hardened/linux/powerpc/ppc64
Diffstat (limited to 'profiles/hardened/linux')
-rw-r--r-- | profiles/hardened/linux/powerpc/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc32/parent | 3 | ||||
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc64/parent | 4 |
3 files changed, 2 insertions, 7 deletions
diff --git a/profiles/hardened/linux/powerpc/parent b/profiles/hardened/linux/powerpc/parent index 4bc38575cb5b..f3229c5b9876 100644 --- a/profiles/hardened/linux/powerpc/parent +++ b/profiles/hardened/linux/powerpc/parent @@ -1,3 +1 @@ -../../../base -../../../arch/powerpc .. diff --git a/profiles/hardened/linux/powerpc/ppc32/parent b/profiles/hardened/linux/powerpc/ppc32/parent index c48230ee4a53..227873e978fb 100644 --- a/profiles/hardened/linux/powerpc/ppc32/parent +++ b/profiles/hardened/linux/powerpc/ppc32/parent @@ -1,3 +1,2 @@ -../../../../arch/powerpc/ppc32 -../../../../releases/10.0 +../../../../default/linux/powerpc/ppc32 .. diff --git a/profiles/hardened/linux/powerpc/ppc64/parent b/profiles/hardened/linux/powerpc/ppc64/parent index 8b90e85eb6d0..eb7e3e41d880 100644 --- a/profiles/hardened/linux/powerpc/ppc64/parent +++ b/profiles/hardened/linux/powerpc/ppc64/parent @@ -1,4 +1,2 @@ -../../../../arch/powerpc/ppc64/64ul -../../../../features/64bit-native -../../../../releases/10.0 +../../../../default/linux/powerpc/ppc64 .. |