2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-03 15:55:46 +00:00

adjust path to extensions in php5 abstraction, since the extensions directory

is more free-form than once thought
This commit is contained in:
Jamie Strandboge
2010-03-30 12:31:26 -05:00
parent c38f0f22bc
commit 98d20bf257

View File

@@ -2,7 +2,7 @@
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# #
# Copyright (C) 2002-2006 Novell/SUSE # Copyright (C) 2002-2006 Novell/SUSE
# Copyright (C) 2009 Canonical, Ltd. # Copyright (C) 2009-2010 Canonical Ltd.
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public # modify it under the terms of version 2 of the GNU General Public
@@ -17,7 +17,7 @@
# Xlibs # Xlibs
/usr/X11R6/lib{,32,64}/lib*.so* mr, /usr/X11R6/lib{,32,64}/lib*.so* mr,
# php extensions # php extensions
/usr/lib{64,}/php5/{libexec,extensions}/*.so mr, /usr/lib{64,}/php5/*/*.so mr,
# php5 session mmap socket # php5 session mmap socket
/var/lib/php5/session_mm_* rwlk, /var/lib/php5/session_mm_* rwlk,