2007-08-28 23:05:56 +00:00
|
|
|
# vim:syntax=apparmor
|
2006-05-02 00:25:47 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002-2006 Novell/SUSE
|
2009-11-04 14:25:42 -06:00
|
|
|
# Copyright (C) 2009 Canonical Ltd.
|
2006-05-02 00:25:47 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2010-12-20 12:10:52 -08:00
|
|
|
/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,
|
2006-05-02 00:25:47 +00:00
|
|
|
|
2010-12-20 12:10:52 -08:00
|
|
|
/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,
|
2007-08-28 23:05:56 +00:00
|
|
|
|
|
|
|
# Site-wide configuration
|
2010-12-20 12:10:52 -08:00
|
|
|
/etc/python2.[4567]/** r,
|
2007-08-28 23:05:56 +00:00
|
|
|
|
2010-01-29 10:10:31 -08:00
|
|
|
# shared python paths
|
|
|
|
/usr/share/{pyshared,pycentral,python-support}/** r,
|
|
|
|
/{var,usr}/lib/{pyshared,pycentral,python-support}/** r,
|
|
|
|
/usr/lib/{pyshared,pycentral,python-support}/**.so mr,
|
|
|
|
/var/lib/{pyshared,pycentral,python-support}/**.pyc mr,
|
2007-08-28 23:05:56 +00:00
|
|
|
|
|
|
|
# wx paths
|
|
|
|
/usr/lib/wx/python/*.pth r,
|