Searched refs:aa_g_export_binary (Results 1 – 4 of 4) sorted by relevance
47 extern bool aa_g_export_binary;
1111 if (aa_g_export_binary) in aa_replace_profiles()1169 if (!udata->dents[AAFS_LOADDATA_DIR] && aa_g_export_binary) { in aa_replace_profiles()1197 if (aa_g_export_binary) in aa_replace_profiles()
1413 bool aa_g_export_binary = IS_ENABLED(CONFIG_SECURITY_APPARMOR_EXPORT_BINARY); variable1415 module_param_named(export_binary, aa_g_export_binary, aabool, 0600);
1464 if (aa_g_export_binary) { in aa_unpack()