Searched refs:blockers (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/admin-guide/LSM/ |
| H A D | landlock.rst | 31 request. The ``blockers`` field indicates the cause(s) of this denial 38 domain=195ba459b blockers=fs.refer path="/usr/bin" dev="vda2" ino=351 39 domain=195ba459b blockers=fs.make_reg,fs.refer path="/usr/local" dev="vda2" ino=365 42 The ``blockers`` field uses dot-separated prefixes to indicate the type of 62 Multiple blockers can appear in a single event (comma-separated) when 65 ``blockers=fs.make_reg,fs.refer``. 121 (``blockers=scope.signal``). The process that would have receive this signal 145 …type=LANDLOCK_ACCESS msg=audit(1729738800.268:30): domain=1a6fdc66f blockers=scope.signal opid=1 o… 158 …type=LANDLOCK_ACCESS msg=audit(1729738800.221:33): domain=1a6fdc679 blockers=fs.write_file path="/… 162 …type=LANDLOCK_ACCESS msg=audit(1729738800.221:34): domain=1a6fdc679 blockers=fs.write_file path="/…
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | net_test.c | 1898 static int matches_log_tcp(const int audit_fd, const char *const blockers, in matches_log_tcp() argument 1914 blockers, dir_addr, addr, dir_port); in matches_log_tcp()
|
| H A D | fs_test.c | 7053 int audit_fd, const char *const blockers, in matches_log_fs_extra() argument 7059 size_t log_match_remaining = sizeof(log_template) + strlen(blockers) + in matches_log_fs_extra() 7068 blockers); in matches_log_fs_extra() 7100 const char *const blockers, const char *const path) in matches_log_fs() argument 7102 return matches_log_fs_extra(_metadata, audit_fd, blockers, path, NULL); in matches_log_fs()
|