components/python/python27/patches/09-rbac.patch
changeset 1246 164605dfef4e
parent 985 57467415833a
child 1914 00e8dbcb9b1e
--- a/components/python/python27/patches/09-rbac.patch	Tue Apr 02 08:43:27 2013 -0700
+++ b/components/python/python27/patches/09-rbac.patch	Tue Apr 02 15:14:34 2013 -0700
@@ -1,3 +1,5 @@
+This patch provides Python RBAC support.
+
 diff --git Python-2.6.4/Modules/authattr.c Python-2.6.4/Modules/authattr.c
 new file mode 100644
 --- /dev/null
@@ -1283,7 +1285,7 @@
 --- /dev/null	2011-02-12 03:13:57.000000000 -0600
 +++ Python-2.6.4/Lib/test/privrbactest.py	2011-01-20 13:52:42.862305331 -0600
 @@ -0,0 +1,289 @@
-+#!/usr/bin/python2.6
++#!/usr/bin/python2.7
 +#
 +# CDDL HEADER START
 +#