libraries: ldconfig maps its "aux-cache" during cache updates

This commit is contained in:
Luis Ressel 2017-09-11 08:40:50 +02:00 committed by Chris PeBenito
parent 14107ce1c0
commit fa14c7d141
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ optional_policy(`
allow ldconfig_t self:capability { dac_override sys_chroot };
manage_files_pattern(ldconfig_t, ldconfig_cache_t, ldconfig_cache_t)
allow ldconfig_t ldconfig_cache_t:file map;
allow ldconfig_t ld_so_cache_t:file manage_file_perms;
files_etc_filetrans(ldconfig_t, ld_so_cache_t, file)