aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-04-30 15:41:19 -0400
committerAnthony G. Basile <blueness@gentoo.org>2011-04-30 15:41:19 -0400
commit444a64d9db2d3e2a11faf46f5803a2b65f382b83 (patch)
tree994b3ebfe3ac1f46cf7381e7b002c3465c5744f2
parentAdded inheritance to profiles/hardened/linux/amd64, profiles/hardened/linux/a... (diff)
downloadhardened-dev-444a64d9db2d3e2a11faf46f5803a2b65f382b83.tar.gz
hardened-dev-444a64d9db2d3e2a11faf46f5803a2b65f382b83.tar.bz2
hardened-dev-444a64d9db2d3e2a11faf46f5803a2b65f382b83.zip
Added script to print out profile stacking
-rwxr-xr-xscript/check_profiles_stack.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/script/check_profiles_stack.py b/script/check_profiles_stack.py
new file mode 100755
index 00000000..326464dd
--- /dev/null
+++ b/script/check_profiles_stack.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+import portage
+for p in portage.settings.profiles:
+ print p