Home
last modified time | relevance | path

Searched refs:absolute_path (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/landlock/
H A Daudit.h490 char *absolute_path = NULL;
504 absolute_path = realpath(path, NULL);
505 if (!absolute_path)
509 filter->exe_len = strlen(absolute_path);
513 memcpy(filter->exe, absolute_path, filter->exe_len);
514 free(absolute_path);
399 char *absolute_path = NULL; audit_init_filter_exe() local
H A Dfs_test.c7450 char *absolute_path = NULL; in matches_log_fs_extra() local
7468 absolute_path = realpath(path, NULL); in matches_log_fs_extra()
7469 if (!absolute_path) in matches_log_fs_extra()
7474 log_match_cursor = regex_escape(absolute_path, log_match_cursor, in matches_log_fs_extra()
7476 free(absolute_path); in matches_log_fs_extra()