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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user