new_con 412 sapi/fpm/fpm/fpm_unix.c char *con, *new_con; new_con 419 sapi/fpm/fpm/fpm_unix.c new_con = malloc(strlen(con) + strlen(wp->config->apparmor_hat) + 3); // // + 0 Byte new_con 420 sapi/fpm/fpm/fpm_unix.c if (!new_con) { new_con 425 sapi/fpm/fpm/fpm_unix.c if (0 > sprintf(new_con, "%s//%s", con, wp->config->apparmor_hat)) { new_con 430 sapi/fpm/fpm/fpm_unix.c if (0 > aa_change_profile(new_con)) { new_con 431 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to change to new confinement (%s). Please check if \"/proc/*/attr/current\" is read and writeable and \"change_profile -> %s//*\" is allowed.", wp->config->name, new_con, con); new_con 436 sapi/fpm/fpm/fpm_unix.c free(new_con);