Home
last modified time | relevance | path

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

/linux-6.15/security/landlock/
H A Dcred.h30 struct landlock_cred_security { struct
56 static_assert(BITS_PER_TYPE(typeof_member(struct landlock_cred_security, argument
62 static inline struct landlock_cred_security *
109 static inline const struct landlock_cred_security *
H A Dtask.c88 const struct landlock_cred_security *parent_subject; in hook_ptrace_access_check()
137 const struct landlock_cred_security *parent_subject; in hook_ptrace_traceme()
270 const struct landlock_cred_security *const subject = in hook_unix_stream_connect()
301 const struct landlock_cred_security *const subject = in hook_unix_may_send()
344 const struct landlock_cred_security *subject; in hook_task_kill()
393 const struct landlock_cred_security *subject; in hook_file_send_sigiotask()
H A Daudit.h58 void landlock_log_denial(const struct landlock_cred_security *const subject,
69 landlock_log_denial(const struct landlock_cred_security *const subject, in landlock_log_denial()
H A Dfs.c957 const struct landlock_cred_security *const subject = in current_check_access_path()
1134 const struct landlock_cred_security *const subject = in current_check_refer_path()
1390 const struct landlock_cred_security *const subject, size_t handle_layer, in log_fs_change_topology_dentry()
1426 const struct landlock_cred_security *const subject = in hook_sb_mount()
1441 const struct landlock_cred_security *const subject = in hook_move_mount()
1459 const struct landlock_cred_security *const subject = in hook_sb_umount()
1473 const struct landlock_cred_security *const subject = in hook_sb_remount()
1496 const struct landlock_cred_security *const subject = in hook_sb_pivotroot()
1620 const struct landlock_cred_security *const subject = in hook_file_open()
1800 struct landlock_cred_security fown_subject = {}; in hook_file_set_fowner()
[all …]
H A Dfs.h80 struct landlock_cred_security fown_subject;
H A Dsetup.c31 .lbs_cred = sizeof(struct landlock_cred_security),
H A Dcred.c22 const struct landlock_cred_security *const old_llcred = in hook_cred_transfer()
H A Dnet.c58 const struct landlock_cred_security *const subject = in current_check_access_socket()
H A Dsyscalls.c485 struct landlock_cred_security *new_llcred; in SYSCALL_DEFINE2()
H A Daudit.c390 void landlock_log_denial(const struct landlock_cred_security *const subject, in landlock_log_denial()