Home
last modified time | relevance | path

Searched refs:aa_g_export_binary (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/security/apparmor/include/
H A Dapparmor.h47 extern bool aa_g_export_binary;
/openbmc/linux/security/apparmor/
H A Dpolicy.c1111 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()
H A Dlsm.c1406 bool aa_g_export_binary = IS_ENABLED(CONFIG_SECURITY_APPARMOR_EXPORT_BINARY); variable
1408 module_param_named(export_binary, aa_g_export_binary, aabool, 0600);
H A Dpolicy_unpack.c1463 if (aa_g_export_binary) { in aa_unpack()