Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:profiles-selinux commit in: script/
Date: Sat, 30 Apr 2011 19:41:45
Message-Id: 444a64d9db2d3e2a11faf46f5803a2b65f382b83.blueness@gentoo
1 commit: 444a64d9db2d3e2a11faf46f5803a2b65f382b83
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 19:41:19 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 19:41:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=444a64d9
7
8 Added script to print out profile stacking
9
10 ---
11 script/check_profiles_stack.py | 5 +++++
12 1 files changed, 5 insertions(+), 0 deletions(-)
13
14 diff --git a/script/check_profiles_stack.py b/script/check_profiles_stack.py
15 new file mode 100755
16 index 0000000..326464d
17 --- /dev/null
18 +++ b/script/check_profiles_stack.py
19 @@ -0,0 +1,5 @@
20 +#!/usr/bin/env python
21 +
22 +import portage
23 +for p in portage.settings.profiles:
24 + print p