Home
last modified time | relevance | path

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

/security/landlock/
A Dcred.h63 landlock_cred(const struct cred *cred) in landlock_cred() function
70 return landlock_cred(current_cred())->domain; in landlock_get_current_domain()
79 return landlock_cred(__task_cred(task))->domain; in landlock_get_task_domain()
123 domain = landlock_cred(cred)->domain; in landlock_get_applicable_subject()
137 return landlock_cred(cred); in landlock_get_applicable_subject()
A Dcred.c23 landlock_cred(old); in hook_cred_transfer()
27 *landlock_cred(new) = *old_llcred; in hook_cred_transfer()
40 struct landlock_ruleset *const dom = landlock_cred(cred)->domain; in hook_cred_free()
51 landlock_cred(bprm->cred)->domain_exec = 0; in hook_bprm_creds_for_exec()
A Dtask.c93 parent_subject = landlock_cred(current_cred()); in hook_ptrace_access_check()
144 parent_subject = landlock_cred(__task_cred(parent)); in hook_ptrace_traceme()
242 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in sock_is_scoped()
A Dsyscalls.c527 new_llcred = landlock_cred(new_cred); in SYSCALL_DEFINE2()
A Dfs.c1706 landlock_log_denial(landlock_cred(file->f_cred), &(struct landlock_request) { in hook_file_truncate()
1742 landlock_log_denial(landlock_cred(file->f_cred), &(struct landlock_request) { in hook_file_ioctl_common()

Completed in 13 milliseconds