2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 22:35:35 +00:00

Allow /usr/local/lib/python3/dist-packages in abstractions/python

This commit is contained in:
segfault
2018-08-05 22:02:37 +02:00
parent 2233818325
commit 6a10f07650

View File

@@ -28,7 +28,7 @@
/{var,usr}/lib/{pyshared,pycentral,python-support}/** r,
/usr/lib/{pyshared,pycentral,python-support}/**.so mr,
/var/lib/{pyshared,pycentral,python-support}/**.pyc mr,
/usr/lib/python3/dist-packages/**.so mr,
/usr/{,local/}lib/python3/dist-packages/**.so mr,
# wx paths
/usr/lib/wx/python/*.pth r,