Home
last modified time | relevance | path

Searched refs:blockers (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/landlock/
H A Dtrace_fs_test.c552 char *buf, blockers[64]; in TEST_F() local
574 blockers, sizeof(blockers))); in TEST_F()
575 EXPECT_STREQ("read_dir", blockers); in TEST_F()
590 char *buf, blockers[64]; in TEST_F() local
637 blockers, sizeof(blockers))); in TEST_F()
638 EXPECT_STREQ("change_topology", blockers); in TEST_F()
H A Dnet_test.c2856 static int matches_auditlog(const int audit_fd, const char *const blockers, in matches_auditlog() argument
2876 log_without_addrport_tmpl, blockers); in matches_auditlog()
2879 log_with_addrport_tmpl, blockers, in matches_auditlog()
3164 static int matches_log_connect_bound(int audit_fd, const char *const blockers, in matches_log_connect_bound() argument
3175 blockers, addr, lport, addr, dport); in matches_log_connect_bound()
H A Dfs_test.c7445 int audit_fd, const char *const blockers, in matches_log_fs_extra() argument
7451 size_t log_match_remaining = sizeof(log_template) + strlen(blockers) + in matches_log_fs_extra()
7460 blockers); in matches_log_fs_extra()
7492 const char *const blockers, const char *const path) in matches_log_fs() argument
7494 return matches_log_fs_extra(_metadata, audit_fd, blockers, path, NULL); in matches_log_fs()
/linux/include/trace/events/
H A Dlandlock.h755 bool logged, const struct landlock_blockers *blockers,
758 TP_ARGS(hierarchy, same_exec, logged, blockers, path, pathname),
777 __entry->blockers_type = blockers->type;
778 __entry->blockers_access = blockers->access;
831 bool logged, const struct landlock_blockers *blockers,
835 TP_ARGS(hierarchy, same_exec, logged, blockers, sk, socket_family,
860 __entry->blockers_type = blockers->type;
861 __entry->blockers_access = blockers->access;
/linux/security/landlock/
H A Dtrace.c87 const struct landlock_blockers blockers = { in landlock_trace_denial() local
155 &blockers, path, in landlock_trace_denial()
163 const struct landlock_blockers blockers = { in landlock_trace_denial() local
182 youngest_denied, same_exec, logged, &blockers, in landlock_trace_denial()
/linux/Documentation/trace/
H A Devents-landlock.rst90 …cat-127 [...] landlock_deny_access_fs: domain=195cc6b7c same_exec=0 logged=0 blockers=read_file de…
123 tracepoints use the ``blockers=`` field name (same as audit). Both
125 and separates with commas (e.g., ``blockers=fs.read_file``), while the
127 with ``|`` (e.g., ``blockers=read_file``). Scope and ptrace
128 tracepoints omit ``blockers`` because the event name identifies the
232 ``blockers=`` field of the corresponding ``deny_access`` event.