2006-05-02 21:41:28 +00:00
|
|
|
# $Id$
|
2006-05-02 00:25:47 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002-2006 Novell/SUSE
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
# shared snippets for config files
|
2007-04-10 22:05:33 +00:00
|
|
|
/etc/php5/conf.d/ r,
|
2006-05-02 00:25:47 +00:00
|
|
|
/etc/php5/conf.d/*.ini r,
|
|
|
|
|
|
|
|
# fastcgi specific config
|
|
|
|
/etc/php5/fastcgi/php.ini r,
|
|
|
|
|
|
|
|
# Xlibs
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/X11R6/lib{64,}/lib*.so* mr,
|
2006-05-02 00:25:47 +00:00
|
|
|
# php extensions
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/lib{64,}/php5/extensions/*.so mr,
|
2006-05-02 00:25:47 +00:00
|
|
|
|
|
|
|
# php5 session mmap socket
|
|
|
|
/var/lib/php5/session_mm_* rwl,
|
|
|
|
# file based session handler
|
|
|
|
/var/lib/php5/sess_* rwl,
|
|
|
|
|
|
|
|
# php libraries
|
2007-04-10 22:05:33 +00:00
|
|
|
/usr/share/php/ r,
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/share/php/** mr,
|