Home
last modified time | relevance | path

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

/security/apparmor/
Dfile.c647 static int match_file(const void *p, struct file *file, unsigned int fd) in match_file() argument
652 return fd + 1; in match_file()
/security/selinux/
Dhooks.c2520 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() argument
2522 return file_has_perm(p, file, file_to_av(file)) ? fd + 1 : 0; in match_file()