miscfiles: Allow libfontconfig consumers to map the fonts cache
This commit is contained in:
parent
dfcdb40e6e
commit
870bb5c789
|
@ -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)
|
||||
')
|
||||
|
||||
|
|
Loading…
Reference in New Issue