Home
last modified time | relevance | path

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

/linux/security/landlock/
A Dsyscalls.c125 static const struct file_operations ruleset_fops = { variable
195 ruleset_fd = anon_inode_getfd("landlock-ruleset", &ruleset_fops, in SYSCALL_DEFINE3()
217 if (ruleset_f.file->f_op != &ruleset_fops) { in get_ruleset_from_fd()
259 if ((f.file->f_op == &ruleset_fops) || in get_path_from_fd()

Completed in 4 milliseconds