2005-04-26 21:12:52 +00:00
|
|
|
|
2008-12-10 19:38:10 +00:00
|
|
|
policy_module(mount, 1.10.0)
|
2005-06-20 17:41:29 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
2007-03-26 18:41:45 +00:00
|
|
|
## <desc>
|
|
|
|
## <p>
|
2007-12-07 15:44:53 +00:00
|
|
|
## Allow the mount command to mount any directory or file.
|
2007-03-26 18:41:45 +00:00
|
|
|
## </p>
|
|
|
|
## </desc>
|
|
|
|
gen_tunable(allow_mount_anyfile,false)
|
|
|
|
|
2005-09-26 20:26:32 +00:00
|
|
|
type mount_t;
|
2005-04-26 21:12:52 +00:00
|
|
|
type mount_exec_t;
|
2005-06-13 17:35:46 +00:00
|
|
|
init_system_domain(mount_t,mount_exec_t)
|
2005-05-05 18:30:00 +00:00
|
|
|
role system_r types mount_t;
|
2005-04-26 21:12:52 +00:00
|
|
|
|
2006-09-01 15:52:05 +00:00
|
|
|
type mount_loopback_t; # customizable
|
|
|
|
files_type(mount_loopback_t)
|
|
|
|
|
2005-04-26 21:12:52 +00:00
|
|
|
type mount_tmp_t;
|
2005-06-13 17:35:46 +00:00
|
|
|
files_tmp_file(mount_tmp_t)
|
2005-04-26 21:12:52 +00:00
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
# causes problems with interfaces when
|
|
|
|
# this is optionally declared in monolithic
|
|
|
|
# policy--duplicate type declaration
|
|
|
|
type unconfined_mount_t;
|
|
|
|
application_domain(unconfined_mount_t,mount_exec_t)
|
2006-04-19 15:25:22 +00:00
|
|
|
|
2005-04-26 21:12:52 +00:00
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# mount local policy
|
|
|
|
#
|
|
|
|
|
2006-04-12 15:04:28 +00:00
|
|
|
# setuid/setgid needed to mount cifs
|
|
|
|
allow mount_t self:capability { ipc_lock sys_rawio sys_admin dac_override chown sys_tty_config setuid setgid };
|
2005-04-26 21:12:52 +00:00
|
|
|
|
2006-12-12 20:08:08 +00:00
|
|
|
allow mount_t mount_loopback_t:file read_file_perms;
|
2006-12-04 20:10:56 +00:00
|
|
|
|
2006-12-12 20:08:08 +00:00
|
|
|
allow mount_t mount_tmp_t:file manage_file_perms;
|
|
|
|
allow mount_t mount_tmp_t:dir manage_dir_perms;
|
|
|
|
|
2006-12-04 20:10:56 +00:00
|
|
|
can_exec(mount_t, mount_exec_t)
|
2006-09-01 15:52:05 +00:00
|
|
|
|
2006-02-21 18:40:44 +00:00
|
|
|
files_tmp_filetrans(mount_t,mount_tmp_t,{ file dir })
|
2005-04-26 21:12:52 +00:00
|
|
|
|
|
|
|
kernel_read_system_state(mount_t)
|
2006-10-31 21:01:48 +00:00
|
|
|
kernel_read_kernel_sysctls(mount_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
kernel_dontaudit_getattr_core_if(mount_t)
|
2005-04-26 21:12:52 +00:00
|
|
|
|
2005-06-13 16:22:32 +00:00
|
|
|
dev_getattr_all_blk_files(mount_t)
|
|
|
|
dev_list_all_dev_nodes(mount_t)
|
2006-01-17 17:50:10 +00:00
|
|
|
dev_rw_lvm_control(mount_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
dev_dontaudit_getattr_all_chr_files(mount_t)
|
2006-02-13 22:05:08 +00:00
|
|
|
dev_dontaudit_getattr_memory_dev(mount_t)
|
|
|
|
dev_getattr_sound_dev(mount_t)
|
2005-04-26 21:12:52 +00:00
|
|
|
|
|
|
|
storage_raw_read_fixed_disk(mount_t)
|
|
|
|
storage_raw_write_fixed_disk(mount_t)
|
|
|
|
storage_raw_read_removable_device(mount_t)
|
|
|
|
storage_raw_write_removable_device(mount_t)
|
|
|
|
|
2005-06-10 01:01:13 +00:00
|
|
|
fs_getattr_xattr_fs(mount_t)
|
2006-04-12 15:04:28 +00:00
|
|
|
fs_getattr_cifs(mount_t)
|
2005-06-08 13:12:00 +00:00
|
|
|
fs_mount_all_fs(mount_t)
|
|
|
|
fs_unmount_all_fs(mount_t)
|
|
|
|
fs_remount_all_fs(mount_t)
|
2005-09-16 21:20:37 +00:00
|
|
|
fs_relabelfrom_all_fs(mount_t)
|
2006-02-27 16:23:39 +00:00
|
|
|
fs_list_auto_mountpoints(mount_t)
|
2006-01-31 20:29:27 +00:00
|
|
|
fs_rw_tmpfs_chr_files(mount_t)
|
2006-01-25 15:53:35 +00:00
|
|
|
fs_read_tmpfs_symlinks(mount_t)
|
2005-04-26 21:12:52 +00:00
|
|
|
|
2006-01-17 17:50:10 +00:00
|
|
|
term_use_all_terms(mount_t)
|
2005-04-26 21:12:52 +00:00
|
|
|
|
2005-05-19 21:06:06 +00:00
|
|
|
# required for mount.smbfs
|
2005-06-13 17:35:46 +00:00
|
|
|
corecmd_exec_bin(mount_t)
|
2005-04-28 21:41:09 +00:00
|
|
|
|
2006-02-20 21:33:25 +00:00
|
|
|
domain_use_interactive_fds(mount_t)
|
2005-04-28 21:41:09 +00:00
|
|
|
|
2006-01-31 19:21:01 +00:00
|
|
|
files_search_all(mount_t)
|
2005-06-29 14:26:41 +00:00
|
|
|
files_read_etc_files(mount_t)
|
2005-06-13 17:35:46 +00:00
|
|
|
files_manage_etc_runtime_files(mount_t)
|
2006-05-02 18:34:35 +00:00
|
|
|
files_etc_filetrans_etc_runtime(mount_t,file)
|
2005-06-13 17:35:46 +00:00
|
|
|
files_mounton_all_mountpoints(mount_t)
|
|
|
|
files_unmount_rootfs(mount_t)
|
2005-05-24 15:55:57 +00:00
|
|
|
# These rules need to be generalized. Only admin, initrc should have it:
|
2005-06-08 13:12:00 +00:00
|
|
|
files_relabelto_all_file_type_fs(mount_t)
|
|
|
|
files_mount_all_file_type_fs(mount_t)
|
2005-09-02 20:55:17 +00:00
|
|
|
files_unmount_all_file_type_fs(mount_t)
|
2005-07-11 19:02:50 +00:00
|
|
|
# for when /etc/mtab loses its type
|
|
|
|
# cjp: this seems wrong, the type should probably be etc
|
2006-01-31 19:21:01 +00:00
|
|
|
files_read_isid_type_files(mount_t)
|
2006-03-30 15:59:39 +00:00
|
|
|
# For reading cert files
|
|
|
|
files_read_usr_files(mount_t)
|
2006-08-29 02:41:00 +00:00
|
|
|
files_list_mnt(mount_t)
|
2005-04-26 21:12:52 +00:00
|
|
|
|
2006-03-02 23:41:11 +00:00
|
|
|
init_use_fds(mount_t)
|
2006-02-02 21:08:12 +00:00
|
|
|
init_use_script_ptys(mount_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
init_dontaudit_getattr_initctl(mount_t)
|
2005-05-19 21:06:06 +00:00
|
|
|
|
2007-12-04 15:05:55 +00:00
|
|
|
auth_use_nsswitch(mount_t)
|
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
logging_send_syslog_msg(mount_t)
|
2005-04-26 21:12:52 +00:00
|
|
|
|
|
|
|
miscfiles_read_localization(mount_t)
|
|
|
|
|
2007-08-20 18:26:08 +00:00
|
|
|
mls_file_read_all_levels(mount_t)
|
|
|
|
mls_file_write_all_levels(mount_t)
|
2005-09-26 20:26:32 +00:00
|
|
|
|
2005-09-15 21:03:29 +00:00
|
|
|
sysnet_use_portmap(mount_t)
|
|
|
|
|
2006-08-29 02:41:00 +00:00
|
|
|
selinux_get_enforce_mode(mount_t)
|
2006-10-31 21:01:48 +00:00
|
|
|
seutil_read_config(mount_t)
|
2006-08-29 02:41:00 +00:00
|
|
|
|
2006-02-20 21:33:25 +00:00
|
|
|
userdom_use_all_users_fds(mount_t)
|
2005-05-19 21:06:06 +00:00
|
|
|
|
2005-06-07 18:45:47 +00:00
|
|
|
ifdef(`distro_redhat',`
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-13 17:35:46 +00:00
|
|
|
auth_read_pam_console_data(mount_t)
|
2005-06-03 12:25:14 +00:00
|
|
|
# mount config by default sets fscontext=removable_t
|
2005-06-08 13:12:00 +00:00
|
|
|
fs_relabelfrom_dos_fs(mount_t)
|
2005-06-03 12:25:14 +00:00
|
|
|
')
|
|
|
|
')
|
2005-05-19 21:06:06 +00:00
|
|
|
|
2008-02-05 18:24:43 +00:00
|
|
|
ifdef(`distro_ubuntu',`
|
|
|
|
optional_policy(`
|
|
|
|
unconfined_domain(mount_t)
|
|
|
|
')
|
|
|
|
')
|
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
tunable_policy(`allow_mount_anyfile',`
|
|
|
|
auth_read_all_dirs_except_shadow(mount_t)
|
|
|
|
auth_read_all_files_except_shadow(mount_t)
|
|
|
|
files_mounton_non_security(mount_t)
|
2006-05-17 14:50:31 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-03 12:25:14 +00:00
|
|
|
# for nfs
|
2007-06-27 15:23:21 +00:00
|
|
|
corenet_all_recvfrom_unlabeled(mount_t)
|
|
|
|
corenet_all_recvfrom_netlabel(mount_t)
|
2005-06-10 01:01:13 +00:00
|
|
|
corenet_tcp_sendrecv_all_if(mount_t)
|
|
|
|
corenet_raw_sendrecv_all_if(mount_t)
|
|
|
|
corenet_udp_sendrecv_all_if(mount_t)
|
|
|
|
corenet_tcp_sendrecv_all_nodes(mount_t)
|
|
|
|
corenet_raw_sendrecv_all_nodes(mount_t)
|
|
|
|
corenet_udp_sendrecv_all_nodes(mount_t)
|
|
|
|
corenet_tcp_sendrecv_all_ports(mount_t)
|
|
|
|
corenet_udp_sendrecv_all_ports(mount_t)
|
|
|
|
corenet_tcp_bind_all_nodes(mount_t)
|
|
|
|
corenet_udp_bind_all_nodes(mount_t)
|
|
|
|
corenet_tcp_bind_generic_port(mount_t)
|
|
|
|
corenet_udp_bind_generic_port(mount_t)
|
|
|
|
corenet_tcp_bind_reserved_port(mount_t)
|
|
|
|
corenet_udp_bind_reserved_port(mount_t)
|
2006-05-03 19:58:01 +00:00
|
|
|
corenet_tcp_bind_all_rpc_ports(mount_t)
|
|
|
|
corenet_udp_bind_all_rpc_ports(mount_t)
|
2006-05-29 15:04:49 +00:00
|
|
|
corenet_dontaudit_tcp_bind_all_reserved_ports(mount_t)
|
|
|
|
corenet_dontaudit_udp_bind_all_reserved_ports(mount_t)
|
2005-09-15 21:03:29 +00:00
|
|
|
corenet_tcp_connect_all_ports(mount_t)
|
2005-06-27 16:30:55 +00:00
|
|
|
|
2006-01-31 20:29:27 +00:00
|
|
|
fs_search_rpc(mount_t)
|
2005-12-12 21:47:43 +00:00
|
|
|
|
2006-09-13 14:23:04 +00:00
|
|
|
rpc_stub(mount_t)
|
2005-05-19 21:06:06 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-03-02 23:41:11 +00:00
|
|
|
apm_use_fds(mount_t)
|
2005-10-10 18:11:46 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-03-09 19:02:29 +00:00
|
|
|
ifdef(`hide_broken_symptoms',`
|
|
|
|
# for a bug in the X server
|
|
|
|
rhgb_dontaudit_rw_stream_sockets(mount_t)
|
|
|
|
term_dontaudit_use_ptmx(mount_t)
|
|
|
|
')
|
|
|
|
')
|
|
|
|
|
2005-07-12 20:34:24 +00:00
|
|
|
# for kernel package installation
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-02-02 21:08:12 +00:00
|
|
|
rpm_rw_pipes(mount_t)
|
2005-07-12 20:34:24 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-09-14 18:33:53 +00:00
|
|
|
samba_domtrans_smbmount(mount_t)
|
|
|
|
')
|
2006-04-19 15:25:22 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Unconfined mount local policy
|
|
|
|
#
|
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
optional_policy(`
|
2006-05-02 18:34:35 +00:00
|
|
|
files_etc_filetrans_etc_runtime(unconfined_mount_t,file)
|
2006-04-19 15:25:22 +00:00
|
|
|
unconfined_domain(unconfined_mount_t)
|
|
|
|
')
|