Searched refs:match_file (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/ |
| H A D | file.c | 688 static int match_file(const void *p, struct file *file, unsigned int fd) in match_file() function 713 n = iterate_fd(files, 0, match_file, &cl); in aa_inherit_files() 723 } while ((n = iterate_fd(files, n, match_file, &cl)) != 0); in aa_inherit_files()
|
| /linux/scripts/ |
| H A D | spdxcheck.py | 268 self.match = self.match_file 281 def match_file(self, fpath): member in pattern
|
| /linux/security/selinux/ |
| H A D | hooks.c | 2433 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() function 2472 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files() 2482 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
|