Attached is a patch to add support for python3.2 and python3.4 to the python
abstraction.

Acked-By: Jamie Strandboge <[email protected]>

-- 
Jamie Strandboge                 http://www.ubuntu.com/
=== modified file 'profiles/apparmor.d/abstractions/python'
--- profiles/apparmor.d/abstractions/python	2013-11-05 01:52:57 +0000
+++ profiles/apparmor.d/abstractions/python	2014-02-12 20:15:11 +0000
@@ -13,12 +13,12 @@
   /usr/lib{,32,64}/python2.[4567]/**.{pyc,so}           mr,
   /usr/lib{,32,64}/python2.[4567]/**.{egg,py,pth}       r,
   /usr/lib{,32,64}/python2.[4567]/{site,dist}-packages/ r,
-  /usr/lib{,32,64}/python3.3/lib-dynload/*.so           mr,
+  /usr/lib{,32,64}/python3.[234]/lib-dynload/*.so       mr,
 
   /usr/local/lib{,32,64}/python2.[4567]/**.{pyc,so}           mr,
   /usr/local/lib{,32,64}/python2.[4567]/**.{egg,py,pth}       r,
   /usr/local/lib{,32,64}/python2.[4567]/{site,dist}-packages/ r,
-  /usr/local/lib{,32,64}/python3.3/lib-dynload/*.so           mr,
+  /usr/local/lib{,32,64}/python3.[234]/lib-dynload/*.so       mr,
 
   # Site-wide configuration
   /etc/python2.[4567]/** r,

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to