Home
last modified time | relevance | path

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

/linux/security/landlock/
A Dsyscalls.c147 static const struct file_operations ruleset_fops = { variable
230 ruleset_fd = anon_inode_getfd("[landlock-ruleset]", &ruleset_fops, in SYSCALL_DEFINE3()
252 if (fd_file(ruleset_f)->f_op != &ruleset_fops) { in get_ruleset_from_fd()
294 if ((fd_file(f)->f_op == &ruleset_fops) || in get_path_from_fd()

Completed in 7 milliseconds