2010-01-03 13:16:38 -08:00
|
|
|
# vim:syntax=apparmor
|
2006-05-02 00:25:47 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002-2006 Novell/SUSE
|
2010-03-30 12:31:26 -05:00
|
|
|
# Copyright (C) 2009-2010 Canonical Ltd.
|
2006-05-02 00:25:47 +00:00
|
|
|
#
|
|
|
|
# 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
|
2014-09-16 21:44:48 +02:00
|
|
|
/etc/php5/**/ r,
|
|
|
|
/etc/php5/**.ini r,
|
2006-05-02 00:25:47 +00:00
|
|
|
|
|
|
|
# Xlibs
|
2010-01-03 13:16:38 -08:00
|
|
|
/usr/X11R6/lib{,32,64}/lib*.so* mr,
|
2006-05-02 00:25:47 +00:00
|
|
|
# php extensions
|
2010-03-30 12:31:26 -05:00
|
|
|
/usr/lib{64,}/php5/*/*.so mr,
|
2006-05-02 00:25:47 +00:00
|
|
|
|
|
|
|
# php5 session mmap socket
|
2010-01-03 13:16:38 -08:00
|
|
|
/var/lib/php5/session_mm_* rwlk,
|
2006-05-02 00:25:47 +00:00
|
|
|
# file based session handler
|
2010-01-03 13:16:38 -08:00
|
|
|
/var/lib/php5/sess_* rwlk,
|
2006-05-02 00:25:47 +00:00
|
|
|
|
|
|
|
# php libraries
|
2010-01-03 13:16:38 -08:00
|
|
|
/usr/share/php{,5}/ r,
|
|
|
|
/usr/share/php{,5}/** mr,
|
|
|
|
|
|
|
|
# MySQL extension
|
|
|
|
/usr/share/mysql/** r,
|
2014-06-24 10:53:00 -07:00
|
|
|
|
|
|
|
# Zend opcache
|
|
|
|
/tmp/.ZendSem.* rwlk,
|