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

/linux-master/security/apparmor/
H A Dfile.c667 static int match_file(const void *p, struct file *file, unsigned int fd) function
692 n = iterate_fd(files, 0, match_file, &cl);
702 } while ((n = iterate_fd(files, n, match_file, &cl)) != 0);
/linux-master/scripts/
H A Dspdxcheck.py262 self.match = self.match_file
275 def match_file(self, fpath): member in class:pattern
/linux-master/security/selinux/
H A Dhooks.c2414 static int match_file(const void *p, struct file *file, unsigned fd) function
2453 n = iterate_fd(files, 0, match_file, cred);
2463 } while ((n = iterate_fd(files, n, match_file, cred)) != 0);

Completed in 133 milliseconds