Home
last modified time | relevance | path

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

/linux-6.3-rc2/security/apparmor/
A Dpath.c95 int buflen = aa_g_path_max - isdir; in d_namespace_path()
172 strcpy(&buf[aa_g_path_max - 2], "/"); in d_namespace_path()
A Dlsm.c1411 unsigned int aa_g_path_max = 2 * PATH_MAX; variable
1412 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR);
1492 aa_g_path_max = max_t(uint32_t, aa_g_path_max, sizeof(union aa_buffer)); in param_set_aauint()
1493 pr_info("AppArmor: buffer size set to %d bytes\n", aa_g_path_max); in param_set_aauint()
1664 aa_buf = kmalloc(aa_g_path_max, flags); in aa_get_buffer()
1744 aa_buf = kmalloc(aa_g_path_max, GFP_KERNEL | in alloc_buffers()
/linux-6.3-rc2/security/apparmor/include/
A Dapparmor.h52 extern unsigned int aa_g_path_max;

Completed in 24 milliseconds