Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds