Home
last modified time | relevance | path

Searched refs:aa_g_path_max (Results 1 – 3 of 3) sorted by relevance

/security/apparmor/
Dpath.c99 int buflen = aa_g_path_max - isdir; in d_namespace_path()
176 strcpy(&buf[aa_g_path_max - 2], "/"); in d_namespace_path()
Dlsm.c866 unsigned int aa_g_path_max = 2 * PATH_MAX; variable
867 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR);
940 pr_info("AppArmor: buffer size set to %d bytes\n", aa_g_path_max); in param_set_aauint()
1061 buffer = kmalloc(aa_g_path_max, GFP_KERNEL); in alloc_buffers()
1063 buffer = kmalloc_node(aa_g_path_max, GFP_KERNEL, in alloc_buffers()
/security/apparmor/include/
Dapparmor.h45 extern unsigned int aa_g_path_max;