2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

Fix a syntax error in abstractions/python introduced in r1854.

According to https://launchpad.net/bugs/840734 pyconfig.h should have r 
permissions.

Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Christian Boltz
2012-01-03 21:23:30 +01:00
parent 888ef7b0e2
commit e2c5ecafce

View File

@@ -31,4 +31,4 @@
/usr/lib/wx/python/*.pth r,
# python build configuration and headers
/usr/include/python{2,3}.[0-7]*/pyconfig.h
/usr/include/python{2,3}.[0-7]*/pyconfig.h r,