Searched refs:match_file (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | file.c | 673 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()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 2417 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() function 2456 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files() 2466 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
|