Merge pull request #606 from yizhao1/systemd-resolved

systemd: allow systemd-resolved to search directories on tmpfs and ramfs
This commit is contained in:
Chris PeBenito 2023-03-17 08:40:27 -04:00 committed by GitHub
commit 8e8f5e3ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1503,6 +1503,8 @@ files_list_runtime(systemd_resolved_t)
fs_getattr_all_fs(systemd_resolved_t)
fs_search_cgroup_dirs(systemd_resolved_t)
fs_search_tmpfs(systemd_resolved_t)
fs_search_ramfs(systemd_resolved_t)
init_dgram_send(systemd_resolved_t)