components/python/python27/patches/09-rbac.patch
changeset 1246 164605dfef4e
parent 985 57467415833a
child 1914 00e8dbcb9b1e
equal deleted inserted replaced
1245:b95e96615c0c 1246:164605dfef4e
       
     1 This patch provides Python RBAC support.
       
     2 
     1 diff --git Python-2.6.4/Modules/authattr.c Python-2.6.4/Modules/authattr.c
     3 diff --git Python-2.6.4/Modules/authattr.c Python-2.6.4/Modules/authattr.c
     2 new file mode 100644
     4 new file mode 100644
     3 --- /dev/null
     5 --- /dev/null
     4 +++ Python-2.6.4/Modules/authattr.c
     6 +++ Python-2.6.4/Modules/authattr.c
     5 @@ -0,0 +1,261 @@
     7 @@ -0,0 +1,261 @@
  1281 diff --git Python-2.6.4/Lib/test/privrbactest.py Python-2.6.4/Lib/test/privrbactest.py
  1283 diff --git Python-2.6.4/Lib/test/privrbactest.py Python-2.6.4/Lib/test/privrbactest.py
  1282 new file mode 100644
  1284 new file mode 100644
  1283 --- /dev/null	2011-02-12 03:13:57.000000000 -0600
  1285 --- /dev/null	2011-02-12 03:13:57.000000000 -0600
  1284 +++ Python-2.6.4/Lib/test/privrbactest.py	2011-01-20 13:52:42.862305331 -0600
  1286 +++ Python-2.6.4/Lib/test/privrbactest.py	2011-01-20 13:52:42.862305331 -0600
  1285 @@ -0,0 +1,289 @@
  1287 @@ -0,0 +1,289 @@
  1286 +#!/usr/bin/python2.6
  1288 +#!/usr/bin/python2.7
  1287 +#
  1289 +#
  1288 +# CDDL HEADER START
  1290 +# CDDL HEADER START
  1289 +#
  1291 +#
  1290 +# The contents of this file are subject to the terms of the
  1292 +# The contents of this file are subject to the terms of the
  1291 +# Common Development and Distribution License (the "License").
  1293 +# Common Development and Distribution License (the "License").