apparmor_hat      158 sapi/fpm/fpm/fpm_conf.c 	{ "apparmor_hat",              &fpm_conf_set_string,      WPO(apparmor_hat) },
apparmor_hat      659 sapi/fpm/fpm/fpm_conf.c 	free(wpc->apparmor_hat);
apparmor_hat       93 sapi/fpm/fpm/fpm_conf.h 	char *apparmor_hat;
apparmor_hat      411 sapi/fpm/fpm/fpm_unix.c 	if (wp->config->apparmor_hat) {
apparmor_hat      419 sapi/fpm/fpm/fpm_unix.c 		new_con = malloc(strlen(con) + strlen(wp->config->apparmor_hat) + 3); // // + 0 Byte
apparmor_hat      425 sapi/fpm/fpm/fpm_unix.c 		if (0 > sprintf(new_con, "%s//%s", con, wp->config->apparmor_hat)) {