dpkg: Rename dpkg_read_script_tmp_links().
This commit is contained in:
parent
5a9982de70
commit
39881a0e14
@ -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;
|
||||||
')
|
')
|
||||||
|
@ -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(`
|
||||||
|
Loading…
Reference in New Issue
Block a user