Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dapparmor.h43 extern unsigned int aa_g_path_max;
/linux-4.1.27/security/apparmor/
Dpath.c228 if (size > aa_g_path_max) in aa_path_name()
Dlsm.c737 unsigned int aa_g_path_max = 2 * PATH_MAX; variable
738 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR | S_IWUSR);