public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:profiles-selinux commit in: script/
@ 2011-04-30 19:41 Anthony G. Basile
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2011-04-30 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     444a64d9db2d3e2a11faf46f5803a2b65f382b83
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 19:41:19 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:41:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=444a64d9

Added script to print out profile stacking

---
 script/check_profiles_stack.py |    5 +++++
 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 0000000..326464d
--- /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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-30 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-30 19:41 [gentoo-commits] proj/hardened-dev:profiles-selinux commit in: script/ Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox