Searched refs:hat (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/apparmor/
H A Dapparmor-plugin.c67 const char *hat = local
69 if (hat == NULL)
73 array_append(&hats, &hat, 1);
75 hat = mail_user_plugin_getenv(user, t_strdup_printf("%s%u",
77 if (hat == NULL) break;
78 array_append(&hats, &hat, 1);
82 /* we got hat(s) to try */
92 /* try change hat */

Completed in 13 milliseconds