Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/include/
Dapparmor.h42 extern unsigned int aa_g_path_max;
/linux-3.4.99/security/apparmor/
Dpath.c226 if (size > aa_g_path_max) in aa_path_name()
Dlsm.c741 unsigned int aa_g_path_max = 2 * PATH_MAX; variable
742 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR | S_IWUSR);