2005-05-09 13:26:33 +00:00
|
|
|
|
|
|
|
policy_module(hostname,1.0)
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type hostname_t;
|
|
|
|
type hostname_exec_t;
|
2005-06-13 17:35:46 +00:00
|
|
|
init_system_domain(hostname_t,hostname_exec_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
role system_r types hostname_t;
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Local policy
|
|
|
|
#
|
|
|
|
|
|
|
|
# for setting the hostname
|
|
|
|
allow hostname_t self:process { sigchld sigkill sigstop signull signal };
|
|
|
|
allow hostname_t self:capability sys_admin;
|
|
|
|
dontaudit hostname_t self:capability sys_tty_config;
|
|
|
|
|
|
|
|
kernel_read_kernel_sysctl(hostname_t)
|
2005-06-10 01:01:13 +00:00
|
|
|
kernel_dontaudit_use_fd(hostname_t)
|
2005-07-08 20:44:57 +00:00
|
|
|
kernel_list_proc(hostname_t)
|
|
|
|
kernel_read_proc_symlinks(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
|
2005-06-16 20:33:51 +00:00
|
|
|
dev_read_sysfs(hostname_t)
|
|
|
|
|
2005-06-10 01:01:13 +00:00
|
|
|
fs_getattr_xattr_fs(hostname_t)
|
2005-06-27 16:30:55 +00:00
|
|
|
fs_search_auto_mountpoints(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
|
2005-06-10 01:01:13 +00:00
|
|
|
term_dontaudit_use_console(hostname_t)
|
|
|
|
term_use_all_user_ttys(hostname_t)
|
|
|
|
term_use_all_user_ptys(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
init_use_fd(hostname_t)
|
|
|
|
init_use_script_pty(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
domain_use_wide_inherit_fd(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
|
2005-06-29 14:26:41 +00:00
|
|
|
files_read_etc_files(hostname_t)
|
2005-06-13 20:27:32 +00:00
|
|
|
files_dontaudit_search_var(hostname_t)
|
2005-05-31 21:25:45 +00:00
|
|
|
# for when /usr is not mounted:
|
2005-06-13 17:35:46 +00:00
|
|
|
files_dontaudit_search_isid_type_dir(hostname_t)
|
2005-05-31 21:25:45 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
libs_use_ld_so(hostname_t)
|
|
|
|
libs_use_shared_libs(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
logging_send_syslog_msg(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
|
|
|
|
miscfiles_read_localization(hostname_t)
|
|
|
|
|
2005-09-15 21:03:29 +00:00
|
|
|
sysnet_read_config(hostname_t)
|
|
|
|
sysnet_dns_name_resolve(hostname_t)
|
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
userdom_use_all_user_fd(hostname_t)
|
2005-05-30 21:17:20 +00:00
|
|
|
|
2005-06-07 18:45:47 +00:00
|
|
|
ifdef(`distro_redhat', `
|
2005-06-29 20:53:53 +00:00
|
|
|
fs_use_tmpfs_chr_dev(hostname_t)
|
2005-05-30 21:17:20 +00:00
|
|
|
')
|
|
|
|
|
2005-06-07 18:45:47 +00:00
|
|
|
ifdef(`targeted_policy', `
|
2005-06-10 01:01:13 +00:00
|
|
|
term_dontaudit_use_unallocated_tty(hostname_t)
|
2005-06-13 20:27:32 +00:00
|
|
|
term_dontaudit_use_generic_pty(hostname_t)
|
2005-06-13 17:35:46 +00:00
|
|
|
files_dontaudit_read_root_file(hostname_t)
|
2005-06-03 12:25:14 +00:00
|
|
|
')
|
2005-05-09 13:26:33 +00:00
|
|
|
|
2005-08-17 14:14:07 +00:00
|
|
|
optional_policy(`firstboot.te',`
|
|
|
|
firstboot_use_fd(hostname_t)
|
|
|
|
')
|
|
|
|
|
2005-05-10 15:00:54 +00:00
|
|
|
optional_policy(`hotplug.te',`
|
2005-06-13 17:35:46 +00:00
|
|
|
hotplug_dontaudit_use_fd(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
')
|
|
|
|
|
2005-07-11 19:02:50 +00:00
|
|
|
optional_policy(`selinuxutil.te',`
|
2005-06-29 14:26:41 +00:00
|
|
|
seutil_sigchld_newrole(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
')
|
|
|
|
|
2005-09-15 21:03:29 +00:00
|
|
|
optional_policy(`udev.te',`
|
|
|
|
udev_dontaudit_use_fd(hostname_t)
|
2005-06-13 17:35:46 +00:00
|
|
|
udev_read_db(hostname_t)
|
2005-05-09 21:07:53 +00:00
|
|
|
')
|
2005-05-09 13:26:33 +00:00
|
|
|
|
|
|
|
ifdef(`TODO',`
|
|
|
|
optional_policy(`rhgb.te', `
|
2005-06-27 16:30:55 +00:00
|
|
|
rhgb_domain(hostname_t)
|
2005-05-09 13:26:33 +00:00
|
|
|
')
|
|
|
|
') dnl end TODO
|