2006-01-11 23:20:28 +00:00
|
|
|
|
2006-03-07 14:12:39 +00:00
|
|
|
policy_module(prelink,1.1.0)
|
2006-01-11 23:20:28 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
|
|
|
|
attribute prelink_object;
|
|
|
|
|
|
|
|
type prelink_t;
|
|
|
|
type prelink_exec_t;
|
|
|
|
init_system_domain(prelink_t,prelink_exec_t)
|
|
|
|
|
|
|
|
type prelink_cache_t;
|
|
|
|
files_type(prelink_cache_t)
|
|
|
|
|
|
|
|
type prelink_log_t;
|
|
|
|
logging_log_file(prelink_log_t)
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Local policy
|
|
|
|
#
|
|
|
|
|
|
|
|
allow prelink_t self:capability { chown dac_override fowner fsetid };
|
|
|
|
allow prelink_t self:process { execheap execmem execstack };
|
|
|
|
allow prelink_t self:fifo_file rw_file_perms;
|
|
|
|
|
|
|
|
allow prelink_t prelink_cache_t:file manage_file_perms;
|
2006-02-21 18:40:44 +00:00
|
|
|
files_etc_filetrans(prelink_t, prelink_cache_t, file)
|
|
|
|
files_var_lib_filetrans(prelink_t, prelink_cache_t, file)
|
2006-01-11 23:20:28 +00:00
|
|
|
|
|
|
|
allow prelink_t prelink_log_t:dir { setattr rw_dir_perms };
|
|
|
|
allow prelink_t prelink_log_t:file { create ra_file_perms };
|
|
|
|
allow prelink_t prelink_log_t:lnk_file read;
|
2006-03-02 23:41:11 +00:00
|
|
|
logging_log_filetrans(prelink_t, prelink_log_t, file)
|
2006-01-11 23:20:28 +00:00
|
|
|
|
|
|
|
# prelink misc objects that are not system
|
|
|
|
# libraries or entrypoints
|
|
|
|
allow prelink_t prelink_object:file { create_file_perms execute relabelto relabelfrom };
|
|
|
|
|
|
|
|
kernel_read_system_state(prelink_t)
|
|
|
|
kernel_dontaudit_search_kernel_sysctl(prelink_t)
|
|
|
|
kernel_dontaudit_search_sysctl(prelink_t)
|
|
|
|
|
|
|
|
corecmd_manage_bin_files(prelink_t)
|
|
|
|
corecmd_relabel_bin_files(prelink_t)
|
|
|
|
corecmd_mmap_bin_files(prelink_t)
|
|
|
|
corecmd_manage_sbin_files(prelink_t)
|
|
|
|
corecmd_relabel_sbin_files(prelink_t)
|
|
|
|
corecmd_mmap_sbin_files(prelink_t)
|
|
|
|
|
|
|
|
dev_read_urand(prelink_t)
|
|
|
|
|
|
|
|
domain_manage_all_entry_files(prelink_t)
|
|
|
|
domain_relabel_all_entry_files(prelink_t)
|
|
|
|
domain_mmap_all_entry_files(prelink_t)
|
|
|
|
|
|
|
|
files_list_all(prelink_t)
|
|
|
|
files_getattr_all_files(prelink_t)
|
2006-01-31 19:21:01 +00:00
|
|
|
files_write_non_security_dirs(prelink_t)
|
2006-01-25 15:53:35 +00:00
|
|
|
files_read_etc_files(prelink_t)
|
2006-01-11 23:20:28 +00:00
|
|
|
files_read_etc_runtime_files(prelink_t)
|
|
|
|
|
|
|
|
fs_getattr_xattr_fs(prelink_t)
|
|
|
|
|
|
|
|
libs_use_ld_so(prelink_t)
|
2006-02-13 22:05:08 +00:00
|
|
|
libs_exec_ld_so(prelink_t)
|
2006-01-11 23:20:28 +00:00
|
|
|
libs_manage_ld_so(prelink_t)
|
|
|
|
libs_relabel_ld_so(prelink_t)
|
|
|
|
libs_use_shared_libs(prelink_t)
|
|
|
|
libs_manage_shared_libs(prelink_t)
|
|
|
|
libs_relabel_shared_libs(prelink_t)
|
2006-02-02 21:08:12 +00:00
|
|
|
libs_use_lib_files(prelink_t)
|
2006-01-11 23:20:28 +00:00
|
|
|
libs_manage_lib_files(prelink_t)
|
|
|
|
libs_relabel_lib_files(prelink_t)
|
2006-02-16 19:32:13 +00:00
|
|
|
libs_delete_lib_symlinks(prelink_t)
|
2006-01-11 23:20:28 +00:00
|
|
|
|
|
|
|
miscfiles_read_localization(prelink_t)
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-01-11 23:20:28 +00:00
|
|
|
cron_system_entry(prelink_t, prelink_exec_t)
|
|
|
|
')
|