Searched refs:match_file (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/security/apparmor/ |
D | file.c | 626 static int match_file(const void *p, struct file *file, unsigned int fd) in match_file() function 647 n = iterate_fd(files, 0, match_file, label); in aa_inherit_files() 657 } while ((n = iterate_fd(files, n, match_file, label)) != 0); in aa_inherit_files()
|
/Linux-v6.6/scripts/ |
D | spdxcheck.py | 262 self.match = self.match_file 275 def match_file(self, fpath): member in pattern
|
/Linux-v6.6/security/selinux/ |
D | hooks.c | 2401 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() function 2440 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files() 2450 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
|