selinux-policy/refpolicy/policy/modules/apps/slocate.te

54 lines
1.2 KiB
Plaintext
Raw Normal View History

2006-01-16 14:58:58 +00:00
policy_module(slocate,1.0.2)
2006-01-16 14:58:58 +00:00
#################################
#
# Declarations
#
type locate_t;
type locate_exec_t;
init_system_domain(locate_t,locate_exec_t)
type locate_log_t;
logging_log_file(locate_log_t)
type locate_var_lib_t;
files_type(locate_var_lib_t)
########################################
#
# Local policy
#
allow locate_t self:capability { chown dac_read_search dac_override fowner fsetid };
allow locate_t self:process { execmem execheap execstack };
allow locate_t self:fifo_file rw_file_perms;
allow locate_t self:unix_stream_socket create_socket_perms;
allow locate_t locate_var_lib_t:dir create_dir_perms;
allow locate_t locate_var_lib_t:file create_file_perms;
kernel_read_system_state(locate_t)
kernel_dontaudit_search_sysctl(locate_t)
corecmd_exec_bin(locate_t)
files_list_all(locate_t)
files_getattr_all_files(locate_t)
files_read_etc_runtime_files(locate_t)
files_read_etc_files(locate_t)
# mls Higher level directories will be refused, so dontaudit
files_dontaudit_getattr_all_dirs(locate_t)
2006-01-16 14:58:58 +00:00
fs_getattr_xattr_fs(locate_t)
2006-01-25 15:53:35 +00:00
libs_use_shared_libs(locate_t)
libs_use_ld_so(locate_t)
miscfiles_read_localization(locate_t)
2006-01-16 14:58:58 +00:00
optional_policy(`cron',`
cron_system_entry(locate_t, locate_exec_t)
')