Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Dhooks.c2327 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() function
2366 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files()
2376 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()