mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
add support for python3.2 and python3.4 to the python abstraction
Acked-By: Jamie Strandboge <jamie@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
parent
4b01cb2544
commit
46f5f51909
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue