mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2002-2006 Novell/SUSE
|
|
# Copyright (C) 2009 Canonical Ltd.
|
|
#
|
|
# 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
/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/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,
|
|
|
|
# Site-wide configuration
|
|
/etc/python2.[4567]/** r,
|
|
|
|
# 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,
|
|
|
|
# wx paths
|
|
/usr/lib/wx/python/*.pth r,
|