mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
adjust path to extensions in php5 abstraction, since the extensions directory
is more free-form than once thought
This commit is contained in:
parent
c38f0f22bc
commit
98d20bf257
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# 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
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
|
@ -17,7 +17,7 @@
|
|||
# Xlibs
|
||||
/usr/X11R6/lib{,32,64}/lib*.so* mr,
|
||||
# php extensions
|
||||
/usr/lib{64,}/php5/{libexec,extensions}/*.so mr,
|
||||
/usr/lib{64,}/php5/*/*.so mr,
|
||||
|
||||
# php5 session mmap socket
|
||||
/var/lib/php5/session_mm_* rwlk,
|
||||
|
|
Loading…
Add table
Reference in a new issue