selinux-policy/policy/modules/admin/readahead.te

92 lines
2.4 KiB
Plaintext
Raw Normal View History

2006-01-04 19:31:53 +00:00
2008-07-02 14:07:57 +00:00
policy_module(readahead, 1.6.0)
2006-01-04 19:31:53 +00:00
########################################
#
# Declarations
#
type readahead_t;
type readahead_exec_t;
init_daemon_domain(readahead_t, readahead_exec_t)
application_domain(readahead_t, readahead_exec_t)
2006-01-04 19:31:53 +00:00
2007-09-04 18:57:58 +00:00
type readahead_etc_rw_t;
files_pid_file(readahead_etc_rw_t)
2006-01-04 19:31:53 +00:00
type readahead_var_run_t;
files_pid_file(readahead_var_run_t)
########################################
#
# Local policy
#
2007-09-04 18:57:58 +00:00
allow readahead_t self:capability { dac_override dac_read_search };
dontaudit readahead_t self:capability sys_tty_config;
2006-01-04 19:31:53 +00:00
allow readahead_t self:process signal_perms;
manage_files_pattern(readahead_t, readahead_etc_rw_t, readahead_etc_rw_t)
2007-09-04 18:57:58 +00:00
manage_files_pattern(readahead_t, readahead_var_run_t, readahead_var_run_t)
files_pid_filetrans(readahead_t, readahead_var_run_t, file)
2006-01-04 19:31:53 +00:00
kernel_read_kernel_sysctls(readahead_t)
2006-01-04 19:31:53 +00:00
kernel_read_system_state(readahead_t)
kernel_dontaudit_getattr_core_if(readahead_t)
2006-01-04 19:31:53 +00:00
dev_read_sysfs(readahead_t)
dev_getattr_generic_chr_files(readahead_t)
dev_getattr_generic_blk_files(readahead_t)
2006-01-04 19:31:53 +00:00
dev_getattr_all_chr_files(readahead_t)
dev_getattr_all_blk_files(readahead_t)
dev_dontaudit_read_all_blk_files(readahead_t)
2006-01-17 17:50:10 +00:00
dev_dontaudit_getattr_memory_dev(readahead_t)
2006-09-29 14:24:57 +00:00
dev_dontaudit_getattr_nvram_dev(readahead_t)
2007-09-04 18:57:58 +00:00
storage_raw_read_fixed_disk(readahead_t)
2006-01-04 19:31:53 +00:00
2006-02-20 21:33:25 +00:00
domain_use_interactive_fds(readahead_t)
2006-01-04 19:31:53 +00:00
files_dontaudit_getattr_all_sockets(readahead_t)
files_list_non_security(readahead_t)
files_read_non_security_files(readahead_t)
fs_getattr_all_fs(readahead_t)
fs_search_auto_mountpoints(readahead_t)
2006-01-11 15:28:14 +00:00
fs_getattr_all_pipes(readahead_t)
fs_getattr_all_files(readahead_t)
fs_dontaudit_search_ramfs(readahead_t)
fs_dontaudit_read_ramfs_pipes(readahead_t)
fs_dontaudit_read_ramfs_files(readahead_t)
2006-01-25 15:53:35 +00:00
fs_read_tmpfs_symlinks(readahead_t)
2006-01-04 19:31:53 +00:00
mls_file_read_all_levels(readahead_t)
2006-01-04 19:31:53 +00:00
term_dontaudit_use_console(readahead_t)
auth_dontaudit_read_shadow(readahead_t)
init_use_fds(readahead_t)
2006-02-02 21:08:12 +00:00
init_use_script_ptys(readahead_t)
2006-01-11 15:28:14 +00:00
init_getattr_initctl(readahead_t)
2006-01-04 19:31:53 +00:00
libs_use_ld_so(readahead_t)
libs_use_shared_libs(readahead_t)
logging_send_syslog_msg(readahead_t)
2007-09-04 18:57:58 +00:00
logging_dontaudit_search_audit_config(readahead_t)
2006-01-04 19:31:53 +00:00
miscfiles_read_localization(readahead_t)
2006-02-20 21:33:25 +00:00
userdom_dontaudit_use_unpriv_user_fds(readahead_t)
sysadm_dontaudit_search_home_dirs(readahead_t)
2006-01-04 19:31:53 +00:00
2007-09-04 18:57:58 +00:00
optional_policy(`
cron_system_entry(readahead_t, readahead_exec_t)
')
optional_policy(`
2006-01-04 19:31:53 +00:00
seutil_sigchld_newrole(readahead_t)
')