diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-17 19:40:43 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-17 20:41:35 -0400 |
commit | 2dc17828cfe1a6744961cfb84ffec6cbe34c78de (patch) | |
tree | 20c65c9104c143bcca6388e57aeac33658c6dfc4 /src/subj | |
parent | 3b53f1ccdf2fd177410369e0dc707979d0cb902b (diff) | |
download | selinux-policy-2dc17828cfe1a6744961cfb84ffec6cbe34c78de.tar.gz |
create module for the dynamic loader
Diffstat (limited to 'src/subj')
-rw-r--r-- | src/subj/common.cil | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/subj/common.cil b/src/subj/common.cil index 70b2790..8f8da38 100644 --- a/src/subj/common.cil +++ b/src/subj/common.cil @@ -36,13 +36,11 @@ (call .proc.read_fs_lnk_files (typeattr)) (call .proc.search_fs_dirs (typeattr)) - ;; use dyn loader - ;; todo: make a special dyn loader label/type - ;; use dyn loader - (call .conf.read_file_files (typeattr)) - (call .conf.search_file_dirs (typeattr)) - (call .conf.read_file_lnk_files (typeattr)) - (call .conf.map_file_files (typeattr)) + ;; loader + (call .loader.conf.read_file_files (typeattr)) + (call .loader.exec.mapexecute_file_files (typeattr)) + (call .loader.cache.search_file_dirs (typeattr)) + (call .loader.cache.read_file_files (typeattr)) ;; use libraries (call .lib.mapexecute_file_files (typeattr)) |