Home
last modified time | relevance | path

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

/linux/security/landlock/ !
H A Dcred.h32 struct landlock_cred_security { struct
58 static_assert(BITS_PER_TYPE(typeof_member(struct landlock_cred_security, argument
64 static inline struct landlock_cred_security *
70 static inline void landlock_cred_copy(struct landlock_cred_security *dst, in landlock_cred_copy()
71 const struct landlock_cred_security *src) in landlock_cred_copy()
121 static inline const struct landlock_cred_security *
H A Dtask.c90 const struct landlock_cred_security *parent_subject; in hook_ptrace_access_check()
138 const struct landlock_cred_security *parent_subject; in hook_ptrace_traceme()
274 const struct landlock_cred_security *const subject = in hook_unix_stream_connect()
305 const struct landlock_cred_security *const subject = in hook_unix_may_send()
348 const struct landlock_cred_security *subject; in hook_task_kill()
397 const struct landlock_cred_security *subject; in hook_file_send_sigiotask()
H A Daudit.h57 void landlock_log_denial(const struct landlock_cred_security *const subject,
68 landlock_log_denial(const struct landlock_cred_security *const subject, in landlock_log_denial()
H A Dfs.c953 const struct landlock_cred_security *const subject = in current_check_access_path()
1132 const struct landlock_cred_security *const subject = in current_check_refer_path()
1374 log_fs_change_topology_path(const struct landlock_cred_security *const subject, in log_fs_change_topology_path()
1388 const struct landlock_cred_security *const subject, size_t handle_layer, in log_fs_change_topology_dentry()
1424 const struct landlock_cred_security *const subject = in hook_sb_mount()
1439 const struct landlock_cred_security *const subject = in hook_move_mount()
1457 const struct landlock_cred_security *const subject = in hook_sb_umount()
1471 const struct landlock_cred_security *const subject = in hook_sb_remount()
1494 const struct landlock_cred_security *const subject = in hook_sb_pivotroot()
1637 const struct landlock_cred_security *subject; in hook_unix_find()
[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.c492 struct landlock_cred_security *new_llcred; in SYSCALL_DEFINE2()
H A Daudit.c360 void landlock_log_denial(const struct landlock_cred_security *const subject, in landlock_log_denial()