miscfiles: Allow libfontconfig consumers to map the fonts cache

This commit is contained in:
Luis Ressel 2017-09-12 00:02:39 +02:00 committed by Chris PeBenito
parent dfcdb40e6e
commit 870bb5c789
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ interface(`miscfiles_read_fonts',`
allow $1 fonts_cache_t:dir list_dir_perms;
read_files_pattern($1, fonts_cache_t, fonts_cache_t)
allow $1 fonts_cache_t:file map;
read_lnk_files_pattern($1, fonts_cache_t, fonts_cache_t)
')