Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
H A Dfile.c673 static int match_file(const void *p, struct file *file, unsigned int fd) in match_file() function
694 n = iterate_fd(files, 0, match_file, label); in aa_inherit_files()
704 } while ((n = iterate_fd(files, n, match_file, label)) != 0); in aa_inherit_files()
/kernel/linux/linux-6.6/security/apparmor/
H A Dfile.c667 static int match_file(const void *p, struct file *file, unsigned int fd) in match_file() function
692 n = iterate_fd(files, 0, match_file, &cl); in aa_inherit_files()
702 } while ((n = iterate_fd(files, n, match_file, &cl)) != 0); in aa_inherit_files()
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py262 self.match = self.match_file
275 def match_file(self, fpath): member in pattern
/kernel/linux/linux-5.10/security/selinux/
H A Dhooks.c2416 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() function
2455 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files()
2465 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
/kernel/linux/linux-6.6/security/selinux/
H A Dhooks.c2400 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() function
2439 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files()
2449 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()

Completed in 21 milliseconds