]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
leak-detective: Whitelist selinux_check_access()
authorTobias Brunner <tobias@strongswan.org>
Fri, 4 Feb 2022 07:17:54 +0000 (08:17 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2022 16:42:01 +0000 (18:42 +0200)
src/libstrongswan/utils/leak_detective.c

index bbf7078dd47688881d076de6ddf4cf5aeef41240..96d55f5cc1ccea67f7eee8e9d5064fbca7a0578a 100644 (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",