con               412 sapi/fpm/fpm/fpm_unix.c 		char *con, *new_con;
con               414 sapi/fpm/fpm/fpm_unix.c 		if (aa_getcon(&con, NULL) == -1) {
con               419 sapi/fpm/fpm/fpm_unix.c 		new_con = malloc(strlen(con) + strlen(wp->config->apparmor_hat) + 3); // // + 0 Byte
con               425 sapi/fpm/fpm/fpm_unix.c 		if (0 > sprintf(new_con, "%s//%s", con, wp->config->apparmor_hat)) {
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);
con               435 sapi/fpm/fpm/fpm_unix.c 		free(con);