Home
last modified time | relevance | path

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

/linux-6.15/Documentation/admin-guide/LSM/
H A Dlandlock.rst28 AUDIT_LANDLOCK_ACCESS
46 the first logged ``AUDIT_LANDLOCK_ACCESS`` record of a domain. It identifies
/linux-6.15/tools/testing/selftests/landlock/
H A Daudit_test.c36 return audit_match_record(audit_fd, AUDIT_LANDLOCK_ACCESS, log_match, in matches_log_signal()
457 audit_fd, AUDIT_LANDLOCK_ACCESS, in matches_log_fs_read_root()
H A Dptrace_test.c452 return audit_match_record(audit_fd, AUDIT_LANDLOCK_ACCESS, log_match, in matches_log_ptrace()
H A Daudit.h362 case AUDIT_LANDLOCK_ACCESS: in audit_count_records()
H A Dscoped_abstract_unix_test.c366 self->audit_fd, AUDIT_LANDLOCK_ACCESS, in TEST_F()
H A Dnet_test.c1892 return audit_match_record(audit_fd, AUDIT_LANDLOCK_ACCESS, log_match, in matches_log_tcp()
H A Dfs_test.c5601 return audit_match_record(audit_fd, AUDIT_LANDLOCK_ACCESS, log_match, in matches_log_fs_extra()
/linux-6.15/include/uapi/linux/
H A Daudit.h149 #define AUDIT_LANDLOCK_ACCESS 1423 /* Landlock denial */ macro
/linux-6.15/security/landlock/
H A Daudit.c452 AUDIT_LANDLOCK_ACCESS); in landlock_log_denial()