Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dapparmor.h55 extern unsigned int aa_g_path_max;
/linux/security/apparmor/
H A Dlsm.c1884 unsigned int aa_g_path_max = 2 * PATH_MAX; variable
1885 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR);
1965 aa_g_path_max = max_t(uint32_t, aa_g_path_max, sizeof(union aa_buffer)); in param_set_aauint()
1966 pr_info("AppArmor: buffer size set to %d bytes\n", aa_g_path_max); in param_set_aauint()
2186 aa_buf = kmalloc(aa_g_path_max, flags); in aa_get_buffer()
2295 aa_buf = kmalloc(aa_g_path_max, GFP_KERNEL | in alloc_buffers()