leak-detective: Whitelist selinux_check_access()

This commit is contained in:
Tobias Brunner 2022-02-04 08:17:54 +01:00
parent 2dd60e4946
commit ebb99484e3

View File

@ -539,6 +539,7 @@ static char *whitelist[] = {
"initgroups",
"tzset",
"_IO_file_doallocate",
"selinux_check_access",
/* ignore dlopen, as we do not dlclose to get proper leak reports */
"dlopen",
"dlerror",