mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge branch 'cboltz-php-icu' into 'master'
abstractions/php: allow ICU (unicode support) data tables See merge request apparmor/apparmor!184 abstractions/php: allow ICU (unicode support) data tables Reported by darix on IRC, and also something I noticed in my own usage of PHP. I propose this addition for 2.10..master. Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
commit
c6e704529d
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
# php extensions
|
||||
/usr/lib{64,}/php{,5,7}/*/*.so mr,
|
||||
|
||||
# ICU (unicode support) data tables
|
||||
/usr/share/icu/*/*.dat r,
|
||||
|
||||
# php session mmap socket
|
||||
/var/lib/php{,5,7}/session_mm_* rwlk,
|
||||
# file based session handler
|
||||
|
|
Loading…
Add table
Reference in a new issue