Searched refs:aa_g_path_max (Results 1 – 4 of 4) sorted by relevance
95 int buflen = aa_g_path_max - isdir; in d_namespace_path()174 buf[aa_g_path_max - 2] = '/'; in d_namespace_path()
1876 unsigned int aa_g_path_max = 2 * PATH_MAX; variable1877 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR);1957 aa_g_path_max = max_t(uint32_t, aa_g_path_max, sizeof(union aa_buffer)); in param_set_aauint()1958 pr_info("AppArmor: buffer size set to %d bytes\n", aa_g_path_max); in param_set_aauint()2200 aa_buf = kmalloc(aa_g_path_max, flags); in aa_get_buffer()2307 aa_buf = kmalloc(aa_g_path_max, GFP_KERNEL | in alloc_buffers()
341 path = get_current_exe_path(buffer, aa_g_path_max); in audit_ns_cb()
55 extern unsigned int aa_g_path_max;