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

139 lines
3.6 KiB
Plaintext
Raw Normal View History

2005-08-17 14:14:07 +00:00
policy_module(firstboot,1.5.0)
2005-08-17 14:14:07 +00:00
2005-09-19 14:18:48 +00:00
gen_require(`
class passwd rootok;
')
2005-08-17 14:14:07 +00:00
########################################
#
# Declarations
#
type firstboot_t;
type firstboot_exec_t;
init_system_domain(firstboot_t,firstboot_exec_t)
2006-02-02 21:08:12 +00:00
domain_obj_id_change_exemption(firstboot_t)
domain_subj_id_change_exemption(firstboot_t)
2005-08-17 14:14:07 +00:00
role system_r types firstboot_t;
2005-10-24 18:40:24 +00:00
type firstboot_etc_t;
files_config_file(firstboot_etc_t)
2005-08-17 14:14:07 +00:00
########################################
#
# Local policy
#
allow firstboot_t self:capability { dac_override setgid };
allow firstboot_t self:process setfscreate;
allow firstboot_t self:file { read write };
allow firstboot_t self:fifo_file { getattr read write };
allow firstboot_t self:tcp_socket create_stream_socket_perms;
allow firstboot_t self:unix_stream_socket { connect create };
allow firstboot_t self:passwd rootok;
allow firstboot_t firstboot_etc_t:file { getattr read };
# The big hammer
unconfined_domain(firstboot_t)
2005-08-17 14:14:07 +00:00
kernel_read_system_state(firstboot_t)
kernel_read_kernel_sysctls(firstboot_t)
2005-08-17 14:14:07 +00:00
corenet_all_recvfrom_unlabeled(firstboot_t)
corenet_all_recvfrom_netlabel(firstboot_t)
2005-08-17 14:14:07 +00:00
corenet_tcp_sendrecv_all_if(firstboot_t)
corenet_tcp_sendrecv_all_nodes(firstboot_t)
corenet_tcp_sendrecv_all_ports(firstboot_t)
dev_read_urand(firstboot_t)
selinux_get_fs_mount(firstboot_t)
selinux_validate_context(firstboot_t)
selinux_compute_access_vector(firstboot_t)
selinux_compute_create_context(firstboot_t)
selinux_compute_relabel_context(firstboot_t)
selinux_compute_user_contexts(firstboot_t)
auth_dontaudit_getattr_shadow(firstboot_t)
corecmd_exec_all_executables(firstboot_t)
2005-08-17 14:14:07 +00:00
files_exec_etc_files(firstboot_t)
files_manage_etc_files(firstboot_t)
files_manage_etc_runtime_files(firstboot_t)
files_etc_filetrans_etc_runtime(firstboot_t, { file dir })
2005-08-17 14:14:07 +00:00
files_read_usr_files(firstboot_t)
files_manage_var_dirs(firstboot_t)
files_manage_var_files(firstboot_t)
files_manage_var_symlinks(firstboot_t)
2005-10-26 16:00:13 +00:00
init_domtrans_script(firstboot_t)
init_rw_utmp(firstboot_t)
2005-08-17 14:14:07 +00:00
libs_use_ld_so(firstboot_t)
libs_use_shared_libs(firstboot_t)
libs_exec_ld_so(firstboot_t)
libs_exec_lib_files(firstboot_t)
locallogin_use_fds(firstboot_t)
2005-08-17 14:14:07 +00:00
logging_send_syslog_msg(firstboot_t)
miscfiles_read_localization(firstboot_t)
modutils_domtrans_insmod(firstboot_t)
2006-02-02 21:08:12 +00:00
modutils_read_module_config(firstboot_t)
modutils_read_module_deps(firstboot_t)
2005-08-17 14:14:07 +00:00
# Add/remove user home directories
2006-02-21 18:40:44 +00:00
userdom_manage_generic_user_home_content_dirs(firstboot_t)
userdom_manage_generic_user_home_content_files(firstboot_t)
userdom_manage_generic_user_home_content_symlinks(firstboot_t)
userdom_manage_generic_user_home_content_pipes(firstboot_t)
userdom_manage_generic_user_home_content_sockets(firstboot_t)
userdom_home_filetrans_generic_user_home_dir(firstboot_t)
userdom_generic_user_home_dir_filetrans_generic_user_home_content(firstboot_t,{ dir file lnk_file fifo_file sock_file })
2005-09-15 15:34:31 +00:00
ifdef(`targeted_policy',`
unconfined_domtrans(firstboot_t)
')
2005-08-17 14:14:07 +00:00
optional_policy(`
hal_dbus_chat(firstboot_t)
')
optional_policy(`
2005-08-17 14:14:07 +00:00
nis_use_ypbind(firstboot_t)
')
optional_policy(`
2005-09-19 14:18:48 +00:00
samba_rw_config(firstboot_t)
')
optional_policy(`
2005-09-20 20:48:17 +00:00
usermanage_domtrans_chfn(firstboot_t)
2005-09-15 15:34:31 +00:00
usermanage_domtrans_groupadd(firstboot_t)
2005-09-20 20:48:17 +00:00
usermanage_domtrans_passwd(firstboot_t)
usermanage_domtrans_useradd(firstboot_t)
usermanage_domtrans_admin_passwd(firstboot_t)
2005-09-15 15:34:31 +00:00
')
2005-08-17 14:14:07 +00:00
ifdef(`TODO',`
allow firstboot_t proc_t:file write;
ifdef(`printconf.te', `
can_exec(firstboot_t, printconf_t)
')
ifdef(`userhelper.te', `
role system_r types sysadm_userhelper_t;
domain_auto_trans(firstboot_t, userhelper_exec_t, sysadm_userhelper_t)
')
ifdef(`xserver.te', `
domain_auto_trans(firstboot_t, xserver_exec_t, xdm_xserver_t)
')
') dnl end TODO