Home
last modified time | relevance | path

Searched refs:fd (Results 1 – 5 of 5) sorted by relevance

/security/loadpin/
A Dloadpin.c284 static int read_trusted_verity_root_digests(unsigned int fd) in read_trusted_verity_root_digests() argument
297 CLASS(fd, f)(fd); in read_trusted_verity_root_digests() local
388 unsigned int fd; in dm_verity_ioctl() local
392 if (copy_from_user(&fd, uarg, sizeof(fd))) in dm_verity_ioctl()
395 return read_trusted_verity_root_digests(fd); in dm_verity_ioctl()
/security/landlock/
A Dsyscalls.c263 static struct landlock_ruleset *get_ruleset_from_fd(const int fd, in get_ruleset_from_fd() argument
266 CLASS(fd, ruleset_f)(fd); in get_ruleset_from_fd() local
289 static int get_path_from_fd(const s32 fd, struct path *const path) in get_path_from_fd() argument
291 CLASS(fd_raw, f)(fd); in get_path_from_fd()
294 fd, ((struct landlock_path_beneath_attr *)NULL)->parent_fd)); in get_path_from_fd()
/security/apparmor/
A Dfile.c688 static int match_file(const void *p, struct file *file, unsigned int fd) in match_file() argument
694 return fd + 1; in match_file()
/security/integrity/ima/
A Dima_main.c1129 CLASS(fd, f)(kernel_fd); in ima_kexec_cmdline() local
/security/selinux/
A Dhooks.c2423 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() argument
2425 return file_has_perm(p, file, file_to_av(file)) ? fd + 1 : 0; in match_file()

Completed in 23 milliseconds