Home
last modified time | relevance | path

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

/linux-6.15/security/landlock/
H A Dtask.c271 landlock_get_applicable_subject(current_cred(), unix_scope, in hook_unix_stream_connect()
302 landlock_get_applicable_subject(current_cred(), unix_scope, in hook_unix_may_send()
362 subject = landlock_get_applicable_subject(cred, signal_scope, in hook_task_kill()
H A Dfs.c958 landlock_get_applicable_subject(current_cred(), masks, NULL); in current_check_access_path()
1135 landlock_get_applicable_subject(current_cred(), any_fs, NULL); in current_check_refer_path()
1427 landlock_get_applicable_subject(current_cred(), any_fs, in hook_sb_mount()
1442 landlock_get_applicable_subject(current_cred(), any_fs, in hook_move_mount()
1460 landlock_get_applicable_subject(current_cred(), any_fs, in hook_sb_umount()
1474 landlock_get_applicable_subject(current_cred(), any_fs, in hook_sb_remount()
1497 landlock_get_applicable_subject(current_cred(), any_fs, in hook_sb_pivotroot()
1621 landlock_get_applicable_subject(file->f_cred, any_fs, NULL); in hook_file_open()
1808 landlock_get_applicable_subject( in hook_file_set_fowner()
H A Dcred.h110 landlock_get_applicable_subject(const struct cred *const cred, in landlock_get_applicable_subject() function
H A Dnet.c59 landlock_get_applicable_subject(current_cred(), masks, NULL); in current_check_access_socket()