dpkg: Rename dpkg_read_script_tmp_links().

This commit is contained in:
Chris PeBenito 2019-01-05 13:56:43 -05:00
parent 5a9982de70
commit 39881a0e14
2 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ interface(`dpkg_map_script_tmp_files',`
## </summary> ## </summary>
## </param> ## </param>
# #
interface(`dpkg_read_script_tmp_links',` interface(`dpkg_read_script_tmp_symlinks',`
gen_require(` gen_require(`
type dpkg_script_tmp_t; type dpkg_script_tmp_t;
') ')

View File

@ -136,7 +136,7 @@ optional_policy(`
# for postinst of a new kernel package # for postinst of a new kernel package
dpkg_manage_script_tmp_files(kmod_t) dpkg_manage_script_tmp_files(kmod_t)
dpkg_map_script_tmp_files(kmod_t) dpkg_map_script_tmp_files(kmod_t)
dpkg_read_script_tmp_links(kmod_t) dpkg_read_script_tmp_symlinks(kmod_t)
') ')
optional_policy(` optional_policy(`