selinux-policy/policy/modules/system/userdomain.if

4323 lines
93 KiB
Plaintext
Raw Normal View History

2005-05-18 21:00:30 +00:00
## <summary>Policy for user domains</summary>
#######################################
## <summary>
2006-09-06 22:07:25 +00:00
## The template containing the most basic rules common to all users.
## </summary>
## <desc>
## <p>
2006-09-06 22:07:25 +00:00
## The template containing the most basic rules common to all users.
## </p>
## <p>
2006-09-06 22:07:25 +00:00
## This template creates a user domain, types, and
## rules for the user's tty and pty.
## </p>
## </desc>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
2006-09-06 22:07:25 +00:00
## <rolebase/>
#
2006-09-06 22:07:25 +00:00
template(`userdom_base_user_template',`
gen_require(`
attribute userdomain;
2008-11-05 16:10:46 +00:00
type user_devpts_t, user_tty_device_t;
class context contains;
')
attribute $1_file_type;
2010-08-26 13:41:21 +00:00
attribute $1_usertype;
2010-08-26 13:41:21 +00:00
type $1_t, userdomain, $1_usertype;
2005-06-13 17:35:46 +00:00
domain_type($1_t)
corecmd_shell_entry_type($1_t)
2006-05-01 19:11:54 +00:00
corecmd_bin_entry_type($1_t)
domain_user_exemption_target($1_t)
2008-11-05 16:10:46 +00:00
ubac_constrained($1_t)
role $1_r types $1_t;
allow system_r $1_r;
2008-11-05 16:10:46 +00:00
term_user_pty($1_t, user_devpts_t)
2008-11-05 16:10:46 +00:00
term_user_tty($1_t, user_tty_device_t)
2010-08-26 13:41:21 +00:00
term_dontaudit_getattr_generic_ptys($1_t)
allow $1_usertype $1_usertype:process { ptrace signal_perms getsched setsched share getpgid setpgid getcap setcap getsession getattr };
allow $1_usertype $1_usertype:fd use;
allow $1_usertype $1_t:key { create view read write search link setattr };
allow $1_usertype $1_usertype:fifo_file rw_fifo_file_perms;
allow $1_usertype $1_usertype:unix_dgram_socket { create_socket_perms sendto };
allow $1_usertype $1_usertype:unix_stream_socket { create_stream_socket_perms connectto };
allow $1_usertype $1_usertype:shm create_shm_perms;
allow $1_usertype $1_usertype:sem create_sem_perms;
allow $1_usertype $1_usertype:msgq create_msgq_perms;
allow $1_usertype $1_usertype:msg { send receive };
allow $1_usertype $1_usertype:context contains;
dontaudit $1_usertype $1_usertype:socket create;
allow $1_usertype user_devpts_t:chr_file { setattr rw_chr_file_perms };
term_create_pty($1_usertype, user_devpts_t)
2008-11-05 16:10:46 +00:00
# avoid annoying messages on terminal hangup on role change
2010-08-26 13:41:21 +00:00
dontaudit $1_usertype user_devpts_t:chr_file ioctl;
2010-08-26 13:41:21 +00:00
allow $1_usertype user_tty_device_t:chr_file { setattr rw_chr_file_perms };
2008-11-05 16:10:46 +00:00
# avoid annoying messages on terminal hangup on role change
2010-08-26 13:41:21 +00:00
dontaudit $1_usertype user_tty_device_t:chr_file ioctl;
application_exec_all($1_usertype)
kernel_read_kernel_sysctls($1_usertype)
kernel_read_all_sysctls($1_usertype)
kernel_dontaudit_list_unlabeled($1_usertype)
kernel_dontaudit_getattr_unlabeled_files($1_usertype)
kernel_dontaudit_getattr_unlabeled_symlinks($1_usertype)
kernel_dontaudit_getattr_unlabeled_pipes($1_usertype)
kernel_dontaudit_getattr_unlabeled_sockets($1_usertype)
kernel_dontaudit_getattr_unlabeled_blk_files($1_usertype)
kernel_dontaudit_getattr_unlabeled_chr_files($1_usertype)
kernel_dontaudit_list_proc($1_usertype)
dev_dontaudit_getattr_all_blk_files($1_usertype)
dev_dontaudit_getattr_all_chr_files($1_usertype)
dev_getattr_mtrr_dev($1_t)
2005-07-19 18:40:31 +00:00
# When the user domain runs ps, there will be a number of access
2008-12-03 19:16:20 +00:00
# denials when ps tries to search /proc. Do not audit these denials.
2010-08-26 13:41:21 +00:00
domain_dontaudit_read_all_domains_state($1_usertype)
domain_dontaudit_getattr_all_domains($1_usertype)
domain_dontaudit_getsession_all_domains($1_usertype)
files_read_etc_files($1_usertype)
files_list_mnt($1_usertype)
files_read_mnt_files($1_usertype)
files_read_etc_runtime_files($1_usertype)
files_read_usr_files($1_usertype)
files_read_usr_src_files($1_usertype)
2006-09-06 22:07:25 +00:00
# Read directories and files with the readable_t type.
# This type is a general type for "world"-readable files.
2010-08-26 13:41:21 +00:00
files_list_world_readable($1_usertype)
files_read_world_readable_files($1_usertype)
files_read_world_readable_symlinks($1_usertype)
files_read_world_readable_pipes($1_usertype)
files_read_world_readable_sockets($1_usertype)
# old broswer_domain():
2010-08-26 13:41:21 +00:00
files_dontaudit_getattr_all_dirs($1_usertype)
files_dontaudit_list_non_security($1_usertype)
files_dontaudit_getattr_all_files($1_usertype)
files_dontaudit_getattr_non_security_symlinks($1_usertype)
files_dontaudit_getattr_non_security_pipes($1_usertype)
files_dontaudit_getattr_non_security_sockets($1_usertype)
files_exec_usr_files($1_t)
fs_list_cgroup_dirs($1_usertype)
fs_dontaudit_rw_cgroup_files($1_usertype)
storage_rw_fuse($1_usertype)
auth_use_nsswitch($1_usertype)
2010-08-26 13:41:21 +00:00
init_stream_connect($1_usertype)
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
libs_exec_ld_so($1_usertype)
2006-09-06 22:07:25 +00:00
miscfiles_read_localization($1_t)
miscfiles_read_generic_certs($1_t)
miscfiles_read_all_certs($1_usertype)
2010-08-26 13:41:21 +00:00
miscfiles_read_localization($1_usertype)
miscfiles_read_man_pages($1_usertype)
miscfiles_read_public_files($1_usertype)
2006-09-06 22:07:25 +00:00
tunable_policy(`allow_execmem',`
# Allow loading DSOs that require executable stack.
allow $1_t self:process execmem;
')
tunable_policy(`allow_execmem && allow_execstack',`
# Allow making the stack executable via mprotect.
allow $1_t self:process execstack;
')
2010-08-26 13:41:21 +00:00
optional_policy(`
fs_list_cgroup_dirs($1_usertype)
')
optional_policy(`
ssh_rw_stream_sockets($1_usertype)
ssh_delete_tmp($1_t)
ssh_signal($1_t)
')
2006-09-06 22:07:25 +00:00
')
#######################################
## <summary>
2008-11-05 16:10:46 +00:00
## Allow a home directory for which the
## role has read-only access.
2006-09-06 22:07:25 +00:00
## </summary>
## <desc>
## <p>
2008-11-05 16:10:46 +00:00
## Allow a home directory for which the
## role has read-only access.
2006-09-06 22:07:25 +00:00
## </p>
## <p>
## This does not allow execute access.
## </p>
## </desc>
2008-11-05 16:10:46 +00:00
## <param name="role">
2006-09-06 22:07:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## The user role
## </summary>
## </param>
## <param name="userdomain">
## <summary>
## The user domain
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
## <rolebase/>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_ro_home_role',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_home_t, user_home_dir_t;
')
2010-08-26 13:41:21 +00:00
role $1 types { user_home_t user_home_dir_t };
2006-09-06 22:07:25 +00:00
##############################
#
# Domain access to home dir
#
2008-11-05 16:10:46 +00:00
type_member $2 user_home_dir_t:dir user_home_dir_t;
2006-09-06 22:07:25 +00:00
# read-only home directory
2008-11-05 16:10:46 +00:00
allow $2 user_home_dir_t:dir list_dir_perms;
allow $2 user_home_t:dir list_dir_perms;
allow $2 user_home_t:file entrypoint;
read_files_pattern($2, { user_home_t user_home_dir_t }, user_home_t)
read_lnk_files_pattern($2, { user_home_t user_home_dir_t }, user_home_t)
read_fifo_files_pattern($2, { user_home_t user_home_dir_t }, user_home_t)
read_sock_files_pattern($2, { user_home_t user_home_dir_t }, user_home_t)
files_list_home($2)
2006-09-06 22:07:25 +00:00
')
#######################################
## <summary>
2008-11-05 16:10:46 +00:00
## Allow a home directory for which the
## role has full access.
2006-09-06 22:07:25 +00:00
## </summary>
## <desc>
## <p>
2008-11-05 16:10:46 +00:00
## Allow a home directory for which the
## role has full access.
2006-09-06 22:07:25 +00:00
## </p>
## <p>
## This does not allow execute access.
## </p>
## </desc>
2008-11-05 16:10:46 +00:00
## <param name="role">
2006-09-06 22:07:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## The user role
## </summary>
## </param>
## <param name="userdomain">
## <summary>
## The user domain
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
## <rolebase/>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_home_role',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_home_t, user_home_dir_t;
2010-08-26 13:41:21 +00:00
attribute user_home_type;
')
2010-08-26 13:41:21 +00:00
role $1 types { user_home_type user_home_dir_t };
2006-09-06 22:07:25 +00:00
##############################
#
# Domain access to home dir
#
2008-11-05 16:10:46 +00:00
type_member $2 user_home_dir_t:dir user_home_dir_t;
2006-09-06 22:07:25 +00:00
# full control of the home directory
2010-08-26 13:41:21 +00:00
allow $2 user_home_t:dir mounton;
2008-11-05 16:10:46 +00:00
allow $2 user_home_t:file entrypoint;
2010-08-26 13:41:21 +00:00
allow $2 user_home_type:dir_file_class_set { relabelto relabelfrom };
allow $2 user_home_dir_t:lnk_file read_lnk_file_perms;
manage_dirs_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
manage_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
manage_lnk_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
manage_sock_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
manage_fifo_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
relabel_dirs_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
relabel_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
relabel_lnk_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
relabel_sock_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
relabel_fifo_files_pattern($2, { user_home_dir_t user_home_type }, user_home_type)
2008-11-05 16:10:46 +00:00
filetrans_pattern($2, user_home_dir_t, user_home_t, { dir file lnk_file sock_file fifo_file })
files_list_home($2)
2006-09-06 22:07:25 +00:00
2006-12-12 20:08:08 +00:00
# cjp: this should probably be removed:
2008-11-05 16:10:46 +00:00
allow $2 user_home_dir_t:dir { manage_dir_perms relabel_dir_perms };
2006-12-12 20:08:08 +00:00
2006-09-06 22:07:25 +00:00
tunable_policy(`use_nfs_home_dirs',`
2010-08-26 13:41:21 +00:00
fs_mount_nfs($2)
fs_mounton_nfs($2)
2008-11-05 16:10:46 +00:00
fs_manage_nfs_dirs($2)
fs_manage_nfs_files($2)
fs_manage_nfs_symlinks($2)
fs_manage_nfs_named_sockets($2)
fs_manage_nfs_named_pipes($2)
2006-09-06 22:07:25 +00:00
')
tunable_policy(`use_samba_home_dirs',`
2010-08-26 13:41:21 +00:00
fs_mount_cifs($2)
fs_mounton_cifs($2)
2008-11-05 16:10:46 +00:00
fs_manage_cifs_dirs($2)
fs_manage_cifs_files($2)
fs_manage_cifs_symlinks($2)
fs_manage_cifs_named_sockets($2)
fs_manage_cifs_named_pipes($2)
2006-09-06 22:07:25 +00:00
')
')
#######################################
## <summary>
2008-11-05 16:10:46 +00:00
## Manage user temporary files
2006-09-06 22:07:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="role">
2006-09-06 22:07:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Role allowed access.
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-06 22:07:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
## <rolebase/>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_tmp_role',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
')
2010-08-26 13:41:21 +00:00
role $1 types user_tmp_t;
2008-11-05 16:10:46 +00:00
files_poly_member_tmp($2, user_tmp_t)
2006-09-06 22:07:25 +00:00
2008-11-05 16:10:46 +00:00
manage_dirs_pattern($2, user_tmp_t, user_tmp_t)
manage_files_pattern($2, user_tmp_t, user_tmp_t)
manage_lnk_files_pattern($2, user_tmp_t, user_tmp_t)
manage_sock_files_pattern($2, user_tmp_t, user_tmp_t)
manage_fifo_files_pattern($2, user_tmp_t, user_tmp_t)
files_tmp_filetrans($2, user_tmp_t, { dir file lnk_file sock_file fifo_file })
2010-08-26 13:41:21 +00:00
relabel_files_pattern($2, user_tmp_t, user_tmp_t)
')
#######################################
## <summary>
## Dontaudit search of user bin dirs.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dontaudit_search_user_bin_dirs',`
gen_require(`
type home_bin_t;
')
dontaudit $1 home_bin_t:dir search_dir_perms;
')
#######################################
## <summary>
## Execute user bin files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_exec_user_bin_files',`
gen_require(`
attribute user_home_type;
type home_bin_t, user_home_dir_t;
')
exec_files_pattern($1, { user_home_dir_t user_home_type }, home_bin_t)
files_search_home($1)
2006-09-06 22:07:25 +00:00
')
#######################################
## <summary>
2008-11-05 16:10:46 +00:00
## The execute access user temporary files.
2006-09-06 22:07:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-06 22:07:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
## <rolebase/>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_exec_user_tmp_files',`
gen_require(`
type user_tmp_t;
')
exec_files_pattern($1, user_tmp_t, user_tmp_t)
2010-08-26 13:41:21 +00:00
dontaudit $1 user_tmp_t:sock_file execute;
2008-11-05 16:10:46 +00:00
files_search_tmp($1)
2006-09-06 22:07:25 +00:00
')
#######################################
## <summary>
2008-11-05 16:10:46 +00:00
## Role access for the user tmpfs type
2006-09-06 22:07:25 +00:00
## that the user has full access.
## </summary>
## <desc>
## <p>
2008-11-05 16:10:46 +00:00
## Role access for the user tmpfs type
2006-09-06 22:07:25 +00:00
## that the user has full access.
## </p>
## <p>
## This does not allow execute access.
## </p>
## </desc>
2008-11-05 16:10:46 +00:00
## <param name="role">
2006-09-06 22:07:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Role allowed access.
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-06 22:07:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
2008-11-05 16:10:46 +00:00
## <rolecap/>
2006-09-06 22:07:25 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_tmpfs_role',`
2006-09-06 22:07:25 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmpfs_t;
2006-09-06 22:07:25 +00:00
')
2010-08-26 13:41:21 +00:00
role $1 types user_tmpfs_t;
2008-11-05 16:10:46 +00:00
manage_dirs_pattern($2, user_tmpfs_t, user_tmpfs_t)
manage_files_pattern($2, user_tmpfs_t, user_tmpfs_t)
manage_lnk_files_pattern($2, user_tmpfs_t, user_tmpfs_t)
manage_sock_files_pattern($2, user_tmpfs_t, user_tmpfs_t)
manage_fifo_files_pattern($2, user_tmpfs_t, user_tmpfs_t)
fs_tmpfs_filetrans($2, user_tmpfs_t, { dir file lnk_file sock_file fifo_file })
2006-09-06 22:07:25 +00:00
')
#######################################
## <summary>
2010-08-26 13:41:21 +00:00
## The interface allowing the user basic
2006-09-06 22:07:25 +00:00
## network permissions
## </summary>
2010-08-26 13:41:21 +00:00
## <param name="userdomain">
2006-09-06 22:07:25 +00:00
## <summary>
2010-08-26 13:41:21 +00:00
## The user domain
2006-09-06 22:07:25 +00:00
## </summary>
## </param>
## <rolebase/>
#
2010-08-26 13:41:21 +00:00
interface(`userdom_basic_networking',`
allow $1 self:tcp_socket create_stream_socket_perms;
allow $1 self:udp_socket create_socket_perms;
corenet_all_recvfrom_unlabeled($1)
corenet_all_recvfrom_netlabel($1)
corenet_tcp_sendrecv_generic_if($1)
corenet_udp_sendrecv_generic_if($1)
corenet_tcp_sendrecv_generic_node($1)
corenet_udp_sendrecv_generic_node($1)
corenet_tcp_sendrecv_all_ports($1)
corenet_udp_sendrecv_all_ports($1)
corenet_tcp_connect_all_ports($1)
corenet_sendrecv_all_client_packets($1)
optional_policy(`
2010-08-26 13:41:21 +00:00
init_tcp_recvfrom_all_daemons($1)
init_udp_recvfrom_all_daemons($1)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
ipsec_match_default_spd($1)
')
2010-08-26 13:41:21 +00:00
2006-09-06 22:07:25 +00:00
')
#######################################
## <summary>
## The template for creating a user xwindows client. (Deprecated)
2006-09-06 22:07:25 +00:00
## </summary>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
## <rolebase/>
#
template(`userdom_xwindows_client_template',`
refpolicywarn(`$0() has been deprecated, please use xserver_role() instead.')
2006-09-06 22:07:25 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type $1_t, user_tmpfs_t;
2006-09-06 22:07:25 +00:00
')
dev_rw_xserver_misc($1_t)
dev_rw_power_management($1_t)
dev_read_input($1_t)
dev_read_misc($1_t)
dev_write_misc($1_t)
# open office is looking for the following
dev_getattr_agp_dev($1_t)
dev_dontaudit_rw_dri($1_t)
# GNOME checks for usb and other devices:
dev_rw_usbfs($1_t)
2010-08-26 13:41:21 +00:00
dev_rw_generic_usb_dev($1_t)
xserver_user_x_domain_template($1, $1_t, user_tmpfs_t)
xserver_xsession_entry_type($1_t)
xserver_dontaudit_write_log($1_t)
xserver_stream_connect_xdm($1_t)
# certain apps want to read xdm.pid file
xserver_read_xdm_pid($1_t)
# gnome-session creates socket under /tmp/.ICE-unix/
xserver_create_xdm_tmp_sockets($1_t)
# Needed for escd, remove if we get escd policy
xserver_manage_xdm_tmp_files($1_t)
2006-09-06 22:07:25 +00:00
')
#######################################
## <summary>
## The template for allowing the user to change passwords.
## </summary>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
## <rolebase/>
#
template(`userdom_change_password_template',`
gen_require(`
2008-11-05 16:10:46 +00:00
type $1_t;
2006-09-06 22:07:25 +00:00
role $1_r;
')
optional_policy(`
2008-11-05 16:10:46 +00:00
usermanage_run_chfn($1_t,$1_r)
usermanage_run_passwd($1_t,$1_r)
2006-09-06 22:07:25 +00:00
')
')
#######################################
## <summary>
## The template containing rules common to unprivileged
## users and administrative users.
## </summary>
## <desc>
## <p>
## This template creates a user domain, types, and
## rules for the user's tty, pty, tmp, and tmpfs files.
## </p>
## </desc>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
#
template(`userdom_common_user_template',`
gen_require(`
attribute unpriv_userdomain;
')
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
userdom_basic_networking($1_usertype)
2006-09-06 22:07:25 +00:00
##############################
#
# User domain Local policy
#
# evolution and gnome-session try to create a netlink socket
dontaudit $1_t self:netlink_socket { create ioctl read getattr write setattr append bind connect getopt setopt shutdown };
dontaudit $1_t self:netlink_route_socket { create ioctl read getattr write setattr append bind connect getopt setopt shutdown nlmsg_read nlmsg_write };
2010-08-26 13:41:21 +00:00
allow $1_t self:netlink_kobject_uevent_socket create_socket_perms;
allow $1_t self:socket create_socket_perms;
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
allow $1_usertype unpriv_userdomain:fd use;
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
kernel_read_system_state($1_usertype)
kernel_read_network_state($1_usertype)
kernel_read_net_sysctls($1_usertype)
2006-09-06 22:07:25 +00:00
# Very permissive allowing every domain to see every type:
2010-08-26 13:41:21 +00:00
kernel_get_sysvipc_info($1_usertype)
2006-09-06 22:07:25 +00:00
# Find CDROM devices:
2010-08-26 13:41:21 +00:00
kernel_read_device_sysctls($1_usertype)
kernel_request_load_module($1_usertype)
2008-11-05 16:10:46 +00:00
2010-08-26 13:41:21 +00:00
corenet_udp_bind_generic_node($1_usertype)
corenet_udp_bind_generic_port($1_usertype)
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
dev_read_rand($1_usertype)
dev_write_sound($1_usertype)
dev_read_sound($1_usertype)
dev_read_sound_mixer($1_usertype)
dev_write_sound_mixer($1_usertype)
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
files_exec_etc_files($1_usertype)
files_search_locks($1_usertype)
2006-09-06 22:07:25 +00:00
# Check to see if cdrom is mounted
2010-08-26 13:41:21 +00:00
files_search_mnt($1_usertype)
2006-09-06 22:07:25 +00:00
# cjp: perhaps should cut back on file reads:
2010-08-26 13:41:21 +00:00
files_read_var_files($1_usertype)
files_read_var_symlinks($1_usertype)
files_read_generic_spool($1_usertype)
files_read_var_lib_files($1_usertype)
2006-09-06 22:07:25 +00:00
# Stat lost+found.
2010-08-26 13:41:21 +00:00
files_getattr_lost_found_dirs($1_usertype)
files_read_config_files($1_usertype)
fs_read_noxattr_fs_files($1_usertype)
fs_read_noxattr_fs_symlinks($1_usertype)
fs_rw_cgroup_files($1_usertype)
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
logging_send_syslog_msg($1_usertype)
logging_send_audit_msgs($1_usertype)
selinux_get_enforce_mode($1_usertype)
2006-09-06 22:07:25 +00:00
# cjp: some of this probably can be removed
2010-08-26 13:41:21 +00:00
selinux_get_fs_mount($1_usertype)
selinux_validate_context($1_usertype)
selinux_compute_access_vector($1_usertype)
selinux_compute_create_context($1_usertype)
selinux_compute_relabel_context($1_usertype)
selinux_compute_user_contexts($1_usertype)
2006-09-06 22:07:25 +00:00
# for eject
2010-08-26 13:41:21 +00:00
storage_getattr_fixed_disk_dev($1_usertype)
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
auth_read_login_records($1_usertype)
2008-11-05 16:10:46 +00:00
auth_run_pam($1_t,$1_r)
auth_run_utempter($1_t,$1_r)
2006-09-06 22:07:25 +00:00
2010-08-26 13:41:21 +00:00
init_read_utmp($1_usertype)
2010-08-26 13:41:21 +00:00
seutil_read_file_contexts($1_usertype)
seutil_read_default_contexts($1_usertype)
2008-11-05 16:10:46 +00:00
seutil_run_newrole($1_t,$1_r)
seutil_exec_checkpolicy($1_t)
2010-08-26 13:41:21 +00:00
seutil_exec_setfiles($1_usertype)
2006-09-06 22:07:25 +00:00
# for when the network connection is killed
# this is needed when a login role can change
# to this one.
seutil_dontaudit_signal_newrole($1_t)
2005-09-19 21:17:45 +00:00
2005-06-13 20:44:23 +00:00
tunable_policy(`user_direct_mouse',`
2010-08-26 13:41:21 +00:00
dev_read_mouse($1_usertype)
2005-06-13 20:44:23 +00:00
')
2005-06-13 20:44:23 +00:00
tunable_policy(`user_ttyfile_stat',`
term_getattr_all_ttys($1_t)
2005-06-13 20:44:23 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
alsa_read_rw_config($1_usertype)
')
optional_policy(`
2005-11-29 15:49:18 +00:00
# Allow graphical boot to check battery lifespan
2010-08-26 13:41:21 +00:00
apm_stream_connect($1_usertype)
2005-11-29 15:49:18 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
canna_stream_connect($1_usertype)
2005-10-21 16:39:28 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
chrome_role($1_r, $1_usertype)
')
optional_policy(`
dbus_system_bus_client($1_usertype)
allow $1_usertype $1_usertype:dbus send_msg;
optional_policy(`
avahi_dbus_chat($1_usertype)
')
optional_policy(`
policykit_dbus_chat($1_usertype)
')
optional_policy(`
bluetooth_dbus_chat($1_usertype)
')
optional_policy(`
consolekit_dbus_chat($1_usertype)
consolekit_read_log($1_usertype)
')
optional_policy(`
devicekit_dbus_chat($1_usertype)
devicekit_dbus_chat_power($1_usertype)
devicekit_dbus_chat_disk($1_usertype)
')
optional_policy(`
evolution_dbus_chat($1_usertype)
evolution_alarm_dbus_chat($1_usertype)
')
2005-11-25 16:43:03 +00:00
2006-09-06 22:07:25 +00:00
optional_policy(`
2010-08-26 13:41:21 +00:00
gnome_dbus_chat_gconfdefault($1_usertype)
2006-09-06 22:07:25 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
hal_dbus_chat($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
modemmanager_dbus_chat($1_usertype)
2005-11-29 21:27:15 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
networkmanager_dbus_chat($1_usertype)
networkmanager_read_lib_files($1_usertype)
2005-11-29 15:49:18 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
vpn_dbus_chat($1_usertype)
2005-11-25 16:43:03 +00:00
')
2005-08-31 20:58:12 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
git_session_role($1_r, $1_usertype)
')
optional_policy(`
inetd_use_fds($1_usertype)
inetd_rw_tcp_sockets($1_usertype)
2005-07-12 20:34:24 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
inn_read_config($1_usertype)
inn_read_news_lib($1_usertype)
inn_read_news_spool($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
locate_read_lib_files($1_usertype)
')
2006-09-06 22:07:25 +00:00
# for running depmod as part of the kernel packaging process
optional_policy(`
2010-08-26 13:41:21 +00:00
modutils_read_module_config($1_usertype)
')
optional_policy(`
mta_rw_spool($1_usertype)
mta_manage_queue($1_usertype)
2006-09-06 22:07:25 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
nsplugin_role($1_r, $1_usertype)
')
optional_policy(`
2006-09-06 22:07:25 +00:00
tunable_policy(`allow_user_mysql_connect',`
mysql_stream_connect($1_t)
2005-08-03 17:56:26 +00:00
')
')
optional_policy(`
2005-07-19 18:40:31 +00:00
# to allow monitoring of pcmcia status
2010-08-26 13:41:21 +00:00
pcmcia_read_pid($1_usertype)
2005-07-19 18:40:31 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
pcscd_read_pub_files($1_usertype)
pcscd_stream_connect($1_usertype)
')
optional_policy(`
tunable_policy(`allow_user_postgresql_connect',`
2010-08-26 13:41:21 +00:00
postgresql_stream_connect($1_usertype)
postgresql_tcp_connect($1_usertype)
')
')
2006-04-14 19:13:17 +00:00
optional_policy(`
2010-08-26 13:41:21 +00:00
resmgr_stream_connect($1_usertype)
2006-04-14 19:13:17 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
rpc_dontaudit_getattr_exports($1_usertype)
rpc_manage_nfs_rw_content($1_usertype)
2005-11-25 17:39:35 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
rpcbind_stream_connect($1_usertype)
2005-11-29 15:49:18 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
samba_stream_connect_winbind($1_usertype)
2006-01-04 20:44:30 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
sandbox_transition($1_usertype, $1_r)
2006-01-17 23:01:14 +00:00
')
2010-08-26 13:41:21 +00:00
optional_policy(`
seunshare_role_template($1, $1_r, $1_t)
')
optional_policy(`
slrnpull_search_spool($1_usertype)
')
2005-07-19 18:40:31 +00:00
')
#######################################
## <summary>
## The template for creating a login user.
## </summary>
## <desc>
## <p>
## This template creates a user domain, types, and
## rules for the user's tty, pty, home directories,
## tmp, and tmpfs files.
## </p>
## </desc>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
#
template(`userdom_login_user_template', `
2008-06-24 12:53:30 +00:00
gen_require(`
class context contains;
')
userdom_base_user_template($1)
2010-08-26 13:41:21 +00:00
userdom_manage_home_role($1_r, $1_usertype)
userdom_manage_tmp_role($1_r, $1_usertype)
userdom_manage_tmpfs_role($1_r, $1_usertype)
2010-08-26 13:41:21 +00:00
ifelse(`$1',`unconfined',`',`
gen_tunable(allow_$1_exec_content, true)
2010-08-26 13:41:21 +00:00
tunable_policy(`allow_$1_exec_content',`
userdom_exec_user_tmp_files($1_usertype)
userdom_exec_user_home_content_files($1_usertype)
')
tunable_policy(`allow_$1_exec_content && use_nfs_home_dirs',`
fs_exec_nfs_files($1_usertype)
')
tunable_policy(`allow_$1_exec_content && use_samba_home_dirs',`
fs_exec_cifs_files($1_usertype)
')
')
userdom_change_password_template($1)
##############################
#
# User domain Local policy
#
allow $1_t self:capability { setgid chown fowner };
dontaudit $1_t self:capability { sys_nice fsetid };
allow $1_t self:process ~{ setcurrent setexec setrlimit execmem execstack execheap };
dontaudit $1_t self:process setrlimit;
dontaudit $1_t self:netlink_route_socket { create ioctl read getattr write setattr append bind connect getopt setopt shutdown nlmsg_read nlmsg_write };
allow $1_t self:context contains;
2010-08-26 13:41:21 +00:00
kernel_dontaudit_read_system_state($1_usertype)
kernel_dontaudit_list_all_proc($1_usertype)
2010-08-26 13:41:21 +00:00
dev_read_sysfs($1_usertype)
dev_read_urand($1_usertype)
2010-08-26 13:41:21 +00:00
domain_use_interactive_fds($1_usertype)
# Command completion can fire hundreds of denials
2010-08-26 13:41:21 +00:00
domain_dontaudit_exec_all_entry_files($1_usertype)
2010-08-26 13:41:21 +00:00
files_dontaudit_list_default($1_usertype)
files_dontaudit_read_default_files($1_usertype)
# Stat lost+found.
2010-08-26 13:41:21 +00:00
files_getattr_lost_found_dirs($1_usertype)
2010-08-26 13:41:21 +00:00
fs_get_all_fs_quotas($1_usertype)
fs_getattr_all_fs($1_usertype)
fs_search_all($1_usertype)
fs_list_inotifyfs($1_usertype)
fs_rw_anon_inodefs_files($1_usertype)
auth_dontaudit_write_login_records($1_t)
2010-08-26 13:41:21 +00:00
auth_rw_cache($1_t)
# The library functions always try to open read-write first,
# then fall back to read-only if it fails.
2010-08-26 13:41:21 +00:00
init_dontaudit_rw_utmp($1_usertype)
# Stop warnings about access to /dev/console
2010-08-26 13:41:21 +00:00
init_dontaudit_use_fds($1_usertype)
init_dontaudit_use_script_fds($1_usertype)
2010-08-26 13:41:21 +00:00
libs_exec_lib_files($1_usertype)
2010-08-26 13:41:21 +00:00
logging_dontaudit_getattr_all_logs($1_usertype)
# for running TeX programs
2010-08-26 13:41:21 +00:00
miscfiles_read_tetex_data($1_usertype)
miscfiles_exec_tetex_data($1_usertype)
seutil_read_config($1_usertype)
2010-08-26 13:41:21 +00:00
optional_policy(`
cups_read_config($1_usertype)
cups_stream_connect($1_usertype)
cups_stream_connect_ptal($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
kerberos_use($1_usertype)
kerberos_connect_524($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
mta_dontaudit_read_spool_symlinks($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
quota_dontaudit_getattr_db($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
rpm_read_db($1_usertype)
rpm_dontaudit_manage_db($1_usertype)
rpm_read_cache($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
oddjob_run_mkhomedir($1_t, $1_r)
')
')
#######################################
## <summary>
## The template for creating a unprivileged login user.
## </summary>
## <desc>
## <p>
## This template creates a user domain, types, and
## rules for the user's tty, pty, home directories,
## tmp, and tmpfs files.
## </p>
## </desc>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
#
template(`userdom_restricted_user_template',`
gen_require(`
attribute unpriv_userdomain;
')
userdom_login_user_template($1)
2005-09-02 19:11:07 +00:00
typeattribute $1_t unpriv_userdomain;
2006-02-20 21:33:25 +00:00
domain_interactive_fd($1_t)
2010-08-26 13:41:21 +00:00
allow $1_usertype self:netlink_kobject_uevent_socket create_socket_perms;
dontaudit $1_usertype self:netlink_audit_socket create_socket_perms;
##############################
#
# Local policy
#
optional_policy(`
2008-11-05 16:10:46 +00:00
loadkeys_run($1_t,$1_r)
')
')
#######################################
## <summary>
## The template for creating a unprivileged xwindows login user.
## </summary>
## <desc>
## <p>
## The template for creating a unprivileged xwindows login user.
## </p>
## <p>
## This template creates a user domain, types, and
## rules for the user's tty, pty, home directories,
## tmp, and tmpfs files.
## </p>
## </desc>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
#
template(`userdom_restricted_xwindows_user_template',`
userdom_restricted_user_template($1)
##############################
#
# Local policy
#
2008-11-05 16:10:46 +00:00
auth_role($1_r, $1_t)
2010-08-26 13:41:21 +00:00
auth_search_pam_console_data($1_usertype)
2010-08-26 13:41:21 +00:00
dev_read_sound($1_usertype)
dev_write_sound($1_usertype)
# gnome keyring wants to read this.
2010-08-26 13:41:21 +00:00
dev_dontaudit_read_rand($1_usertype)
# temporarily allow since openoffice requires this
dev_read_rand($1_usertype)
2010-08-26 13:41:21 +00:00
dev_read_video_dev($1_usertype)
dev_write_video_dev($1_usertype)
dev_rw_wireless($1_usertype)
tunable_policy(`user_rw_noexattrfile',`
dev_rw_usbfs($1_t)
dev_rw_generic_usb_dev($1_usertype)
fs_manage_noxattr_fs_files($1_usertype)
fs_manage_noxattr_fs_dirs($1_usertype)
fs_manage_dos_dirs($1_usertype)
fs_manage_dos_files($1_usertype)
storage_raw_read_removable_device($1_usertype)
storage_raw_write_removable_device($1_usertype)
')
logging_send_syslog_msg($1_usertype)
logging_dontaudit_send_audit_msgs($1_t)
# Need to to this just so screensaver will work. Should be moved to screensaver domain
logging_send_audit_msgs($1_t)
selinux_get_enforce_mode($1_t)
2010-08-26 13:41:21 +00:00
seutil_exec_restorecond($1_t)
seutil_read_file_contexts($1_t)
seutil_read_default_contexts($1_t)
xserver_restricted_role($1_r, $1_t)
optional_policy(`
2010-08-26 13:41:21 +00:00
alsa_read_rw_config($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
dbus_role_template($1, $1_r, $1_usertype)
dbus_system_bus_client($1_usertype)
allow $1_usertype $1_usertype:dbus send_msg;
optional_policy(`
abrt_dbus_chat($1_usertype)
abrt_run_helper($1_usertype, $1_r)
')
optional_policy(`
consolekit_dbus_chat($1_usertype)
')
optional_policy(`
cups_dbus_chat($1_usertype)
cups_dbus_chat_config($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
devicekit_dbus_chat($1_usertype)
devicekit_dbus_chat_disk($1_usertype)
devicekit_dbus_chat_power($1_usertype)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
fprintd_dbus_chat($1_t)
')
')
optional_policy(`
2010-08-26 13:41:21 +00:00
openoffice_role_template($1, $1_r, $1_usertype)
')
optional_policy(`
policykit_role($1_r, $1_usertype)
')
optional_policy(`
pulseaudio_role($1_r, $1_usertype)
')
optional_policy(`
rtkit_scheduled($1_usertype)
')
optional_policy(`
setroubleshoot_dontaudit_stream_connect($1_t)
2010-08-26 13:41:21 +00:00
')
optional_policy(`
udev_read_db($1_usertype)
')
optional_policy(`
wm_role_template($1, $1_r, $1_t)
')
')
#######################################
## <summary>
## The template for creating a unprivileged user roughly
## equivalent to a regular linux user.
## </summary>
## <desc>
## <p>
## The template for creating a unprivileged user roughly
## equivalent to a regular linux user.
## </p>
## <p>
## This template creates a user domain, types, and
## rules for the user's tty, pty, home directories,
## tmp, and tmpfs files.
## </p>
## </desc>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
#
template(`userdom_unpriv_user_template', `
##############################
#
# Declarations
#
# Inherit rules for ordinary users.
2010-08-26 13:41:21 +00:00
userdom_restricted_xwindows_user_template($1)
userdom_common_user_template($1)
##############################
#
# Local policy
#
# port access is audited even if dac would not have allowed it, so dontaudit it here
2010-08-26 13:41:21 +00:00
# corenet_dontaudit_tcp_bind_all_reserved_ports($1_t)
2006-09-06 22:07:25 +00:00
# Need the following rule to allow users to run vpnc
corenet_tcp_bind_xserver_port($1_t)
2010-08-26 13:41:21 +00:00
corenet_tcp_bind_all_nodes($1_usertype)
2010-08-26 13:41:21 +00:00
storage_rw_fuse($1_t)
2005-09-19 21:17:45 +00:00
2010-08-26 13:41:21 +00:00
miscfiles_read_hwdata($1_usertype)
# Allow users to run TCP servers (bind to ports and accept connection from
# the same domain and outside users) disabling this forces FTP passive mode
# and may change other protocols
2005-06-13 20:44:23 +00:00
tunable_policy(`user_tcp_server',`
2010-08-26 13:41:21 +00:00
corenet_tcp_bind_all_unreserved_ports($1_usertype)
')
tunable_policy(`user_setrlimit',`
allow $1_usertype self:process setrlimit;
2005-06-13 20:44:23 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
cdrecord_role($1_r, $1_t)
')
optional_policy(`
cron_role($1_r, $1_t)
')
optional_policy(`
games_rw_data($1_usertype)
')
optional_policy(`
gpg_role($1_r, $1_usertype)
')
optional_policy(`
gnomeclock_dbus_chat($1_t)
')
optional_policy(`
gpm_stream_connect($1_usertype)
')
optional_policy(`
execmem_role_template($1, $1_r, $1_t)
')
optional_policy(`
java_role_template($1, $1_r, $1_t)
')
optional_policy(`
mono_role_template($1, $1_r, $1_t)
')
optional_policy(`
mount_run_fusermount($1_t, $1_r)
')
optional_policy(`
wine_role_template($1, $1_r, $1_t)
2005-09-27 19:40:44 +00:00
')
optional_policy(`
2010-08-26 13:41:21 +00:00
postfix_run_postdrop($1_t, $1_r)
2005-10-14 20:00:07 +00:00
')
2010-08-26 13:41:21 +00:00
# Run pppd in pppd_t by default for user
optional_policy(`
2010-08-26 13:41:21 +00:00
ppp_run_cond($1_t, $1_r)
')
')
2005-05-18 13:18:49 +00:00
#######################################
## <summary>
## The template for creating an administrative user.
## </summary>
## <desc>
## <p>
## This template creates a user domain, types, and
## rules for the user's tty, pty, home directories,
## tmp, and tmpfs files.
## </p>
2005-07-19 18:40:31 +00:00
## <p>
## The privileges given to administrative users are:
## <ul>
## <li>Raw disk access</li>
## <li>Set all sysctls</li>
## <li>All kernel ring buffer controls</li>
## <li>Create, read, write, and delete all files but shadow</li>
## <li>Manage source and binary format SELinux policy</li>
## <li>Run insmod</li>
## </ul>
2005-07-19 18:40:31 +00:00
## </p>
## </desc>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., sysadm
## is the prefix for sysadm_t).
## </summary>
## </param>
2005-05-18 13:18:49 +00:00
#
2006-09-06 22:07:25 +00:00
template(`userdom_admin_user_template',`
2005-09-21 14:49:41 +00:00
gen_require(`
2009-08-31 13:03:51 +00:00
attribute admindomain;
2010-08-26 13:41:21 +00:00
class passwd { passwd chfn chsh rootok crontab };
2005-09-21 14:49:41 +00:00
')
##############################
#
# Declarations
#
# Inherit rules for ordinary users.
userdom_login_user_template($1)
2006-09-06 22:07:25 +00:00
userdom_common_user_template($1)
2006-02-02 21:08:12 +00:00
domain_obj_id_change_exemption($1_t)
role system_r types $1_t;
2009-08-31 13:03:51 +00:00
typeattribute $1_t admindomain;
2009-08-31 12:44:11 +00:00
2005-09-21 14:49:41 +00:00
ifdef(`direct_sysadm_daemon',`
2006-02-02 21:08:12 +00:00
domain_system_change_exemption($1_t)
2005-09-21 14:49:41 +00:00
')
2008-10-17 15:52:39 +00:00
##############################
#
# $1_t local policy
#
allow $1_t self:capability ~{ sys_module audit_control audit_write };
allow $1_t self:process { setexec setfscreate };
2009-08-31 12:44:11 +00:00
allow $1_t self:netlink_audit_socket nlmsg_readpriv;
allow $1_t self:tun_socket create;
# Set password information for other users.
allow $1_t self:passwd { passwd chfn chsh };
# Skip authentication when pam_rootok is specified.
allow $1_t self:passwd rootok;
2010-08-26 13:41:21 +00:00
# Manipulate other users crontab.
allow $1_t self:passwd crontab;
kernel_read_software_raid_state($1_t)
kernel_getattr_core_if($1_t)
2005-06-10 01:01:13 +00:00
kernel_getattr_message_if($1_t)
kernel_change_ring_buffer_level($1_t)
kernel_clear_ring_buffer($1_t)
kernel_read_ring_buffer($1_t)
kernel_get_sysvipc_info($1_t)
kernel_rw_all_sysctls($1_t)
# signal unlabeled processes:
kernel_kill_unlabeled($1_t)
kernel_signal_unlabeled($1_t)
kernel_sigstop_unlabeled($1_t)
kernel_signull_unlabeled($1_t)
kernel_sigchld_unlabeled($1_t)
2010-08-26 13:41:21 +00:00
kernel_signal($1_t)
2005-07-19 18:40:31 +00:00
corenet_tcp_bind_generic_port($1_t)
# allow setting up tunnels
2006-02-16 21:33:18 +00:00
corenet_rw_tun_tap_dev($1_t)
2005-07-19 18:40:31 +00:00
dev_getattr_generic_blk_files($1_t)
dev_getattr_generic_chr_files($1_t)
2006-09-06 22:07:25 +00:00
# for lsof
dev_getattr_mtrr_dev($1_t)
# Allow MAKEDEV to work
dev_create_all_blk_files($1_t)
dev_create_all_chr_files($1_t)
dev_delete_all_blk_files($1_t)
dev_delete_all_chr_files($1_t)
dev_rename_all_blk_files($1_t)
dev_rename_all_chr_files($1_t)
dev_create_generic_symlinks($1_t)
2005-06-13 17:35:46 +00:00
domain_setpriority_all_domains($1_t)
domain_read_all_domains_state($1_t)
2005-09-16 14:54:36 +00:00
domain_getattr_all_domains($1_t)
domain_dontaudit_ptrace_all_domains($1_t)
# signal all domains:
domain_kill_all_domains($1_t)
domain_signal_all_domains($1_t)
domain_signull_all_domains($1_t)
domain_sigstop_all_domains($1_t)
domain_sigstop_all_domains($1_t)
domain_sigchld_all_domains($1_t)
2005-07-19 18:40:31 +00:00
# for lsof
domain_getattr_all_sockets($1_t)
2010-08-26 13:41:21 +00:00
domain_dontaudit_getattr_all_sockets($1_t)
2005-10-07 18:48:43 +00:00
files_exec_usr_src_files($1_t)
2006-09-06 22:07:25 +00:00
fs_getattr_all_fs($1_t)
2010-08-26 13:41:21 +00:00
fs_getattr_all_files($1_t)
fs_list_all($1_t)
2006-09-06 22:07:25 +00:00
fs_set_all_quotas($1_t)
fs_exec_noxattr($1_t)
storage_raw_read_removable_device($1_t)
storage_raw_write_removable_device($1_t)
term_use_all_terms($1_t)
auth_getattr_shadow($1_t)
# Manage almost all files
auth_manage_all_files_except_shadow($1_t)
# Relabel almost all files
auth_relabel_all_files_except_shadow($1_t)
init_telinit($1_t)
2005-06-13 17:35:46 +00:00
logging_send_syslog_msg($1_t)
2005-06-13 17:35:46 +00:00
modutils_domtrans_insmod($1_t)
2010-08-26 13:41:21 +00:00
modutils_domtrans_depmod($1_t)
# The following rule is temporary until such time that a complete
# policy management infrastructure is in place so that an administrator
# cannot directly manipulate policy files with arbitrary programs.
2006-02-02 21:08:12 +00:00
seutil_manage_src_policy($1_t)
# Violates the goal of limiting write access to checkpolicy.
# But presently necessary for installing the file_contexts file.
2006-02-02 21:08:12 +00:00
seutil_manage_bin_policy($1_t)
2008-11-05 16:10:46 +00:00
userdom_manage_user_home_content_dirs($1_t)
userdom_manage_user_home_content_files($1_t)
userdom_manage_user_home_content_symlinks($1_t)
userdom_manage_user_home_content_pipes($1_t)
userdom_manage_user_home_content_sockets($1_t)
userdom_user_home_dir_filetrans_user_home_content($1_t, { dir file lnk_file fifo_file sock_file })
2006-09-06 22:07:25 +00:00
tunable_policy(`user_rw_noexattrfile',`
fs_manage_noxattr_fs_files($1_t)
fs_manage_noxattr_fs_dirs($1_t)
',`
fs_read_noxattr_fs_files($1_t)
')
optional_policy(`
postgresql_unconfined($1_t)
')
optional_policy(`
userhelper_exec($1_t)
')
')
########################################
## <summary>
## Allow user to run as a secadm
## </summary>
## <desc>
## <p>
## Create objects in a user home directory
## with an automatic type transition to
## a specified private type.
## </p>
## <p>
## This is a templated interface, and should only
## be called from a per-userdomain template.
## </p>
## </desc>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="role">
## <summary>
## The role of the object to create.
## </summary>
## </param>
#
template(`userdom_security_admin_template',`
allow $1 self:capability { dac_read_search dac_override };
corecmd_exec_shell($1)
domain_obj_id_change_exemption($1)
dev_relabel_all_dev_nodes($1)
files_create_boot_flag($1)
2010-08-26 13:41:21 +00:00
files_create_default_dir($1)
files_root_filetrans_default($1, dir)
# Necessary for managing /boot/efi
fs_manage_dos_files($1)
mls_process_read_up($1)
mls_file_read_all_levels($1)
mls_file_upgrade($1)
mls_file_downgrade($1)
selinux_set_enforce_mode($1)
selinux_set_all_booleans($1)
selinux_set_parameters($1)
auth_relabel_all_files_except_shadow($1)
auth_relabel_shadow($1)
init_exec($1)
logging_send_syslog_msg($1)
logging_read_audit_log($1)
logging_read_generic_logs($1)
logging_read_audit_config($1)
seutil_manage_bin_policy($1)
2008-11-05 16:10:46 +00:00
seutil_run_checkpolicy($1,$2)
seutil_run_loadpolicy($1,$2)
seutil_run_semanage($1,$2)
2010-08-26 13:41:21 +00:00
seutil_run_setsebool($1,$2)
2008-11-05 16:10:46 +00:00
seutil_run_setfiles($1, $2)
optional_policy(`
2008-11-05 16:10:46 +00:00
aide_run($1,$2)
')
optional_policy(`
consoletype_exec($1)
')
optional_policy(`
dmesg_exec($1)
')
optional_policy(`
2008-11-05 16:10:46 +00:00
ipsec_run_setkey($1,$2)
')
optional_policy(`
2008-11-05 16:10:46 +00:00
netlabel_run_mgmt($1,$2)
2005-09-19 21:17:45 +00:00
')
2005-05-18 13:18:49 +00:00
')
2005-05-18 21:00:30 +00:00
2006-09-11 15:26:25 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Make the specified type usable in a
## user home directory.
2006-09-11 15:26:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="type">
2006-09-11 15:26:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Type to be used as a file in the
## user home directory.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_user_home_content',`
gen_require(`
type user_home_t;
2010-08-26 13:41:21 +00:00
attribute user_home_type;
2008-11-05 16:10:46 +00:00
')
allow $1 user_home_t:filesystem associate;
files_type($1)
ubac_constrained($1)
2010-08-26 13:41:21 +00:00
files_poly_member($1)
typeattribute $1 user_home_type;
2006-09-11 15:26:25 +00:00
')
2009-08-31 12:44:11 +00:00
########################################
## <summary>
## Allow domain to attach to TUN devices created by administrative users.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_attach_admin_tun_iface',`
gen_require(`
2009-08-31 13:03:51 +00:00
attribute admindomain;
2009-08-31 12:44:11 +00:00
')
2009-08-31 13:03:51 +00:00
allow $1 admindomain:tun_socket relabelfrom;
2009-08-31 12:44:11 +00:00
allow $1 self:tun_socket relabelto;
')
2006-09-11 15:26:25 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Set the attributes of a user pty.
2006-09-11 15:26:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-11 15:26:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_setattr_user_ptys',`
gen_require(`
type user_devpts_t;
')
allow $1 user_devpts_t:chr_file setattr_chr_file_perms;
2006-09-11 15:26:25 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create a user pty.
2006-09-11 15:26:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-11 15:26:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_create_user_pty',`
gen_require(`
type user_devpts_t;
')
term_create_pty($1, user_devpts_t)
2006-09-11 15:26:25 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Get the attributes of user home directories.
2006-09-11 15:26:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-11 15:26:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_getattr_user_home_dirs',`
gen_require(`
type user_home_dir_t;
')
allow $1 user_home_dir_t:dir getattr_dir_perms;
files_search_home($1)
2006-09-11 15:26:25 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to get the attributes of user home directories.
2006-09-11 15:26:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-11 15:26:25 +00:00
## <summary>
## Domain to not audit.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_getattr_user_home_dirs',`
gen_require(`
type user_home_dir_t;
')
dontaudit $1 user_home_dir_t:dir getattr_dir_perms;
2006-09-11 15:26:25 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Search user home directories.
2006-09-11 15:26:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-11 15:26:25 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_search_user_home_dirs',`
gen_require(`
type user_home_dir_t;
')
allow $1 user_home_dir_t:dir search_dir_perms;
2010-08-26 13:41:21 +00:00
allow $1 user_home_dir_t:lnk_file read_lnk_file_perms;
2008-11-05 16:10:46 +00:00
files_search_home($1)
2006-09-11 15:26:25 +00:00
')
########################################
## <summary>
## Do not audit attempts to search user home directories.
2006-09-11 15:26:25 +00:00
## </summary>
## <desc>
## <p>
## Do not audit attempts to search user home directories.
## This will supress SELinux denial messages when the specified
## domain is denied the permission to search these directories.
## </p>
## </desc>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-11 15:26:25 +00:00
## <summary>
## Domain to not audit.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
## <infoflow type="none"/>
2006-09-11 15:26:25 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_search_user_home_dirs',`
gen_require(`
type user_home_dir_t;
')
dontaudit $1 user_home_dir_t:dir search_dir_perms;
2006-09-11 15:26:25 +00:00
')
########################################
## <summary>
2008-12-03 19:16:20 +00:00
## List user home directories.
2006-09-11 15:26:25 +00:00
## </summary>
2008-11-05 16:10:46 +00:00
## <param name="domain">
2006-09-11 15:26:25 +00:00
## <summary>
2008-12-03 19:16:20 +00:00
## Domain allowed access.
2006-09-11 15:26:25 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_list_user_home_dirs',`
gen_require(`
type user_home_dir_t;
')
2006-09-11 15:26:25 +00:00
2008-11-05 16:10:46 +00:00
allow $1 user_home_dir_t:dir list_dir_perms;
files_search_home($1)
2010-08-26 13:41:21 +00:00
tunable_policy(`use_nfs_home_dirs',`
fs_list_nfs($1)
')
tunable_policy(`use_samba_home_dirs',`
fs_list_cifs($1)
')
2006-01-12 16:00:55 +00:00
')
2006-01-18 16:40:04 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to list user home subdirectories.
2006-01-18 16:40:04 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2006-01-18 16:40:04 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_list_user_home_dirs',`
2006-01-18 16:40:04 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_home_dir_t;
2010-08-26 13:41:21 +00:00
type user_home_t;
2006-01-18 16:40:04 +00:00
')
2008-11-05 16:10:46 +00:00
dontaudit $1 user_home_dir_t:dir list_dir_perms;
2010-08-26 13:41:21 +00:00
dontaudit $1 user_home_t:dir list_dir_perms;
2006-01-18 16:40:04 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create user home directories.
2006-01-18 16:40:04 +00:00
## </summary>
## <param name="domain">
## <summary>
2006-01-18 16:40:04 +00:00
## Domain allowed access.
## </summary>
2006-01-18 16:40:04 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_create_user_home_dirs',`
gen_require(`
type user_home_dir_t;
')
allow $1 user_home_dir_t:dir create_dir_perms;
2006-01-18 16:40:04 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create user home directories.
2006-01-18 16:40:04 +00:00
## </summary>
## <param name="domain">
## <summary>
2006-01-18 16:40:04 +00:00
## Domain allowed access.
## </summary>
2006-01-18 16:40:04 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_home_dirs',`
2006-01-18 16:40:04 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_home_dir_t;
2006-01-18 16:40:04 +00:00
')
2008-11-05 16:10:46 +00:00
allow $1 user_home_dir_t:dir manage_dir_perms;
2006-01-18 16:40:04 +00:00
')
2005-05-26 20:38:45 +00:00
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Relabel to user home directories.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
2005-05-26 20:38:45 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_relabelto_user_home_dirs',`
gen_require(`
type user_home_dir_t;
')
2005-05-26 20:38:45 +00:00
2008-11-05 16:10:46 +00:00
allow $1 user_home_dir_t:dir relabelto;
2006-01-18 16:40:04 +00:00
')
2010-08-26 13:41:21 +00:00
########################################
## <summary>
## Relabel to user home files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_relabelto_user_home_files',`
gen_require(`
type user_home_t;
')
allow $1 user_home_t:file relabelto;
')
########################################
## <summary>
## Relabel user home files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_relabel_user_home_files',`
gen_require(`
type user_home_t;
')
allow $1 user_home_t:file relabel_file_perms;
2010-08-26 13:41:21 +00:00
')
2006-01-18 16:40:04 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create directories in the home dir root with
## the user home directory type.
2006-01-18 16:40:04 +00:00
## </summary>
## <param name="domain">
## <summary>
2006-01-18 16:40:04 +00:00
## Domain allowed access.
## </summary>
2006-01-18 16:40:04 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_home_filetrans_user_home_dir',`
gen_require(`
type user_home_dir_t;
')
2006-01-18 16:40:04 +00:00
2008-11-05 16:10:46 +00:00
files_home_filetrans($1, user_home_dir_t, dir)
2006-01-18 16:40:04 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do a domain transition to the specified
## domain when executing a program in the
## user home directory.
## </summary>
## <desc>
## <p>
2008-11-05 16:10:46 +00:00
## Do a domain transition to the specified
## domain when executing a program in the
## user home directory.
## </p>
## <p>
2008-11-05 16:10:46 +00:00
## No interprocess communication (signals, pipes,
## etc.) is provided by this interface since
## the domains are not owned by this module.
## </p>
## </desc>
2008-11-05 16:10:46 +00:00
## <param name="source_domain">
## <summary>
## Domain allowed to transition.
## </summary>
## </param>
2008-11-05 16:10:46 +00:00
## <param name="target_domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to transition to.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_user_home_domtrans',`
gen_require(`
type user_home_dir_t, user_home_t;
')
2008-11-05 16:10:46 +00:00
domain_auto_trans($1, user_home_t, $2)
allow $1 user_home_dir_t:dir search_dir_perms;
files_search_home($1)
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to search user home content directories.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_search_user_home_content',`
gen_require(`
type user_home_t;
')
2008-11-05 16:10:46 +00:00
dontaudit $1 user_home_t:dir search_dir_perms;
2010-08-26 13:41:21 +00:00
fs_dontaudit_list_nfs($1)
fs_dontaudit_list_cifs($1)
')
########################################
## <summary>
## List contents of users home directory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_list_user_home_content',`
gen_require(`
2010-08-26 13:41:21 +00:00
type user_home_dir_t;
attribute user_home_type;
')
2010-08-26 13:41:21 +00:00
files_list_home($1)
allow $1 { user_home_dir_t user_home_type }:dir list_dir_perms;
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete directories
## in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_home_content_dirs',`
gen_require(`
type user_home_dir_t, user_home_t;
')
manage_dirs_pattern($1, { user_home_dir_t user_home_t }, user_home_t)
files_search_home($1)
')
2009-07-28 13:35:46 +00:00
########################################
## <summary>
## Delete directories in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_delete_user_home_content_dirs',`
gen_require(`
type user_home_t;
')
allow $1 user_home_t:dir delete_dir_perms;
')
2010-08-26 13:41:21 +00:00
########################################
## <summary>
## Set the attributes of user home files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`userdom_setattr_user_home_content_files',`
gen_require(`
type user_home_t;
')
allow $1 user_home_t:file setattr;
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to set the
## attributes of user home files.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_setattr_user_home_content_files',`
gen_require(`
type user_home_t;
')
dontaudit $1 user_home_t:file setattr_file_perms;
')
2005-06-30 18:54:08 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Mmap user home files.
2005-06-30 18:54:08 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-30 18:54:08 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_mmap_user_home_content_files',`
gen_require(`
type user_home_dir_t, user_home_t;
')
2005-06-30 18:54:08 +00:00
2008-11-05 16:10:46 +00:00
mmap_files_pattern($1, { user_home_dir_t user_home_t }, user_home_t)
files_search_home($1)
2005-09-27 19:40:44 +00:00
')
2005-11-08 22:00:30 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Read user home files.
2005-11-08 22:00:30 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-11-08 22:00:30 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_read_user_home_content_files',`
gen_require(`
type user_home_dir_t, user_home_t;
')
2010-08-26 13:41:21 +00:00
list_dirs_pattern($1, { user_home_dir_t user_home_t }, { user_home_dir_t user_home_t })
2008-11-05 16:10:46 +00:00
read_files_pattern($1, { user_home_dir_t user_home_t }, user_home_t)
files_search_home($1)
2005-11-08 22:00:30 +00:00
')
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2010-08-26 13:41:21 +00:00
## Do not audit attempts to getattr user home files.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to not audit.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
2005-05-18 21:00:30 +00:00
#
2010-08-26 13:41:21 +00:00
interface(`userdom_dontaudit_getattr_user_home_content',`
2008-11-05 16:10:46 +00:00
gen_require(`
2010-08-26 13:41:21 +00:00
attribute user_home_type;
2008-11-05 16:10:46 +00:00
')
2010-08-26 13:41:21 +00:00
dontaudit $1 user_home_type:dir getattr;
dontaudit $1 user_home_type:file getattr;
')
########################################
## <summary>
## Do not audit attempts to read user home files.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
interface(`userdom_dontaudit_read_user_home_content_files',`
gen_require(`
attribute user_home_type;
type user_home_dir_t;
')
dontaudit $1 user_home_dir_t:dir list_dir_perms;
dontaudit $1 user_home_type:dir list_dir_perms;
dontaudit $1 user_home_type:file read_file_perms;
dontaudit $1 user_home_type:lnk_file read_lnk_file_perms;
2005-06-30 18:54:08 +00:00
')
2005-07-15 20:45:26 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to append user home files.
2005-07-15 20:45:26 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-07-15 20:45:26 +00:00
## Domain to not audit.
## </summary>
2005-07-15 20:45:26 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_append_user_home_content_files',`
gen_require(`
type user_home_t;
')
dontaudit $1 user_home_t:file append_file_perms;
2005-07-15 20:45:26 +00:00
')
2005-06-30 18:54:08 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to write user home files.
2005-06-30 18:54:08 +00:00
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to not audit.
## </summary>
2005-06-30 18:54:08 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_write_user_home_content_files',`
gen_require(`
type user_home_t;
')
dontaudit $1 user_home_t:file write_file_perms;
')
2009-07-28 13:35:46 +00:00
########################################
## <summary>
## Delete files in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_delete_user_home_content_files',`
gen_require(`
type user_home_t;
')
allow $1 user_home_t:file delete_file_perms;
')
2005-10-07 21:45:04 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to write user home files.
2005-10-07 21:45:04 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-10-07 21:45:04 +00:00
## Domain to not audit.
## </summary>
2005-10-07 21:45:04 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_relabel_user_home_content_files',`
gen_require(`
type user_home_t;
')
dontaudit $1 user_home_t:file relabel_file_perms;
2005-10-07 21:45:04 +00:00
')
2005-06-21 21:07:46 +00:00
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Read user home subdirectory symbolic links.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
2005-06-21 21:07:46 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_read_user_home_content_symlinks',`
gen_require(`
type user_home_dir_t, user_home_t;
')
2010-08-26 13:41:21 +00:00
allow $1 { user_home_dir_t user_home_t }:lnk_file read_lnk_file_perms;
')
2005-06-08 13:12:00 +00:00
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Execute user home files.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
2008-11-05 16:10:46 +00:00
## <rolecap/>
2005-06-08 13:12:00 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_exec_user_home_content_files',`
gen_require(`
2010-08-26 13:41:21 +00:00
type user_home_dir_t;
attribute user_home_type;
2008-11-05 16:10:46 +00:00
')
files_search_home($1)
2010-08-26 13:41:21 +00:00
exec_files_pattern($1, { user_home_dir_t user_home_type }, user_home_type)
dontaudit $1 user_home_type:sock_file execute;
2008-11-05 16:10:46 +00:00
')
2005-06-08 13:12:00 +00:00
2005-06-30 18:54:08 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to execute user home files.
2005-06-30 18:54:08 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2005-06-30 18:54:08 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_exec_user_home_content_files',`
gen_require(`
type user_home_t;
')
dontaudit $1 user_home_t:file exec_file_perms;
2005-06-30 18:54:08 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete files
## in a user home subdirectory.
2005-06-30 18:54:08 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-30 18:54:08 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_home_content_files',`
gen_require(`
type user_home_dir_t, user_home_t;
')
manage_files_pattern($1, user_home_t, user_home_t)
allow $1 user_home_dir_t:dir search_dir_perms;
files_search_home($1)
2005-06-30 18:54:08 +00:00
')
2005-10-11 15:36:53 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to create, read, write, and delete directories
## in a user home subdirectory.
2005-10-11 15:36:53 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2005-10-11 15:36:53 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_manage_user_home_content_dirs',`
gen_require(`
type user_home_dir_t, user_home_t;
')
dontaudit $1 user_home_t:dir manage_dir_perms;
2005-10-11 15:36:53 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete symbolic links
## in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_home_content_symlinks',`
gen_require(`
type user_home_dir_t, user_home_t;
')
manage_lnk_files_pattern($1, user_home_t, user_home_t)
allow $1 user_home_dir_t:dir search_dir_perms;
files_search_home($1)
')
2009-07-28 13:35:46 +00:00
########################################
## <summary>
## Delete symbolic links in a user home directory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_delete_user_home_content_symlinks',`
gen_require(`
type user_home_t;
')
allow $1 user_home_t:lnk_file delete_lnk_file_perms;
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete named pipes
## in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_home_content_pipes',`
gen_require(`
type user_home_dir_t, user_home_t;
')
manage_fifo_files_pattern($1, user_home_t, user_home_t)
allow $1 user_home_dir_t:dir search_dir_perms;
files_search_home($1)
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete named sockets
## in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_home_content_sockets',`
gen_require(`
type user_home_dir_t, user_home_t;
')
allow $1 user_home_dir_t:dir search_dir_perms;
manage_sock_files_pattern($1, user_home_t, user_home_t)
files_search_home($1)
')
2005-11-08 22:00:30 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create objects in a user home directory
## with an automatic type transition to
## a specified private type.
2005-11-08 22:00:30 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-11-08 22:00:30 +00:00
## </param>
2008-11-05 16:10:46 +00:00
## <param name="private_type">
## <summary>
2008-11-05 16:10:46 +00:00
## The type of the object to create.
## </summary>
2005-09-05 16:47:19 +00:00
## </param>
2008-11-05 16:10:46 +00:00
## <param name="object_class">
## <summary>
2008-11-05 16:10:46 +00:00
## The class of the object to be created.
## </summary>
2006-01-18 14:48:24 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_user_home_dir_filetrans',`
gen_require(`
type user_home_dir_t;
')
filetrans_pattern($1, user_home_dir_t, $2, $3)
files_search_home($1)
2006-01-18 14:48:24 +00:00
')
2005-10-22 19:58:58 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create objects in a user home directory
## with an automatic type transition to
## a specified private type.
2005-10-22 19:58:58 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-10-22 19:58:58 +00:00
## Domain allowed access.
## </summary>
2005-10-22 19:58:58 +00:00
## </param>
2008-11-05 16:10:46 +00:00
## <param name="private_type">
## <summary>
2008-11-05 16:10:46 +00:00
## The type of the object to create.
## </summary>
2006-02-03 14:48:12 +00:00
## </param>
## <param name="object_class">
## <summary>
2005-10-22 19:58:58 +00:00
## The class of the object to be created.
## </summary>
2005-10-22 19:58:58 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_user_home_content_filetrans',`
gen_require(`
type user_home_dir_t, user_home_t;
')
filetrans_pattern($1, user_home_t, $2, $3)
allow $1 user_home_dir_t:dir search_dir_perms;
files_search_home($1)
2005-10-22 19:58:58 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create objects in a user home directory
## with an automatic type transition to
## the user home file type.
2005-10-22 19:58:58 +00:00
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
## </summary>
## </param>
## <param name="object_class">
## <summary>
## The class of the object to be created.
## </summary>
2005-10-22 19:58:58 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_user_home_dir_filetrans_user_home_content',`
gen_require(`
type user_home_dir_t, user_home_t;
')
filetrans_pattern($1, user_home_dir_t, user_home_t, $2)
files_search_home($1)
2005-10-22 19:58:58 +00:00
')
2005-06-30 18:54:08 +00:00
########################################
## <summary>
2008-12-03 19:16:20 +00:00
## Write to user temporary named sockets.
2005-06-30 18:54:08 +00:00
## </summary>
## <param name="domain">
## <summary>
2008-12-03 19:16:20 +00:00
## Domain allowed access.
## </summary>
2005-06-30 18:54:08 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_write_user_tmp_sockets',`
gen_require(`
type user_tmp_t;
')
allow $1 user_tmp_t:sock_file write_sock_file_perms;
2008-11-05 16:10:46 +00:00
files_search_tmp($1)
')
2005-06-30 18:54:08 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## List user temporary directories.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_list_user_tmp',`
gen_require(`
type user_tmp_t;
')
allow $1 user_tmp_t:dir list_dir_perms;
files_search_tmp($1)
2005-06-30 18:54:08 +00:00
')
2006-03-28 18:29:52 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to list user
## temporary directories.
2006-03-28 18:29:52 +00:00
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to not audit.
2006-03-28 18:29:52 +00:00
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_list_user_tmp',`
2006-03-28 18:29:52 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2006-03-28 18:29:52 +00:00
')
2008-11-05 16:10:46 +00:00
dontaudit $1 user_tmp_t:dir list_dir_perms;
2006-03-28 18:29:52 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to manage users
## temporary directories.
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to not audit.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_manage_user_tmp_dirs',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
')
2008-11-05 16:10:46 +00:00
dontaudit $1 user_tmp_t:dir manage_dir_perms;
')
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Read user temporary files.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_read_user_tmp_files',`
2005-06-21 21:07:46 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-06-21 21:07:46 +00:00
')
2008-11-05 16:10:46 +00:00
read_files_pattern($1, user_tmp_t, user_tmp_t)
allow $1 user_tmp_t:dir list_dir_perms;
files_search_tmp($1)
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to read users
## temporary files.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_read_user_tmp_files',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
')
2010-08-26 13:41:21 +00:00
dontaudit $1 user_tmp_t:file read_inherited_file_perms;
')
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to append users
## temporary files.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to not audit.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_append_user_tmp_files',`
2005-06-21 21:07:46 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-06-21 21:07:46 +00:00
')
dontaudit $1 user_tmp_t:file append_file_perms;
')
2005-10-05 19:52:53 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Read and write user temporary files.
2005-10-05 19:52:53 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-10-05 19:52:53 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_rw_user_tmp_files',`
2005-10-05 19:52:53 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-10-05 19:52:53 +00:00
')
2008-11-05 16:10:46 +00:00
allow $1 user_tmp_t:dir list_dir_perms;
rw_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
2005-10-05 19:52:53 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to manage users
## temporary files.
2005-10-05 19:52:53 +00:00
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to not audit.
## </summary>
2005-10-05 19:52:53 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_manage_user_tmp_files',`
2005-10-05 19:52:53 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-10-05 19:52:53 +00:00
')
2008-11-05 16:10:46 +00:00
dontaudit $1 user_tmp_t:file manage_file_perms;
2005-10-05 19:52:53 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Read user temporary symbolic links.
2005-10-05 19:52:53 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-10-05 19:52:53 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_read_user_tmp_symlinks',`
2005-10-05 19:52:53 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-10-05 19:52:53 +00:00
')
2008-11-05 16:10:46 +00:00
read_lnk_files_pattern($1, user_tmp_t, user_tmp_t)
allow $1 user_tmp_t:dir list_dir_perms;
files_search_tmp($1)
2005-10-05 19:52:53 +00:00
')
2005-10-25 17:50:00 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete user
## temporary directories.
2005-10-25 17:50:00 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-10-25 17:50:00 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_tmp_dirs',`
2005-10-25 17:50:00 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-10-25 17:50:00 +00:00
')
2008-11-05 16:10:46 +00:00
manage_dirs_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
2005-10-25 17:50:00 +00:00
')
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete user
## temporary files.
2005-06-27 16:30:55 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-27 16:30:55 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_tmp_files',`
2005-06-27 16:30:55 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-06-27 16:30:55 +00:00
')
2008-11-05 16:10:46 +00:00
manage_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
2005-06-27 16:30:55 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete user
## temporary symbolic links.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
2005-05-18 21:00:30 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_tmp_symlinks',`
2005-06-21 21:07:46 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-06-21 21:07:46 +00:00
')
2008-11-05 16:10:46 +00:00
manage_lnk_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
2005-05-18 21:00:30 +00:00
')
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete user
## temporary named pipes.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_tmp_pipes',`
2005-06-21 21:07:46 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
2005-06-21 21:07:46 +00:00
')
2008-11-05 16:10:46 +00:00
manage_fifo_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
')
2005-06-21 21:07:46 +00:00
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Create, read, write, and delete user
## temporary named sockets.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
2005-08-17 14:14:07 +00:00
## Domain allowed access.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
2005-06-21 21:07:46 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_user_tmp_sockets',`
gen_require(`
type user_tmp_t;
')
manage_sock_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
')
2005-10-26 21:03:19 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Create objects in a user temporary directory
## with an automatic type transition to
## a specified private type.
2005-10-26 21:03:19 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-10-26 21:03:19 +00:00
## Domain allowed access.
## </summary>
2005-10-26 21:03:19 +00:00
## </param>
2008-11-05 16:10:46 +00:00
## <param name="private_type">
## <summary>
## The type of the object to create.
## </summary>
## </param>
## <param name="object_class">
## <summary>
## The class of the object to be created.
## </summary>
## </param>
2005-10-26 21:03:19 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_user_tmp_filetrans',`
gen_require(`
type user_tmp_t;
')
filetrans_pattern($1, user_tmp_t, $2, $3)
files_search_tmp($1)
2005-10-26 21:03:19 +00:00
')
########################################
2005-06-27 16:30:55 +00:00
## <summary>
2008-11-05 16:10:46 +00:00
## Create objects in the temporary directory
## with an automatic type transition to
## the user temporary type.
2005-08-17 14:14:07 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-08-17 14:14:07 +00:00
## Domain allowed access.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
## <param name="object_class">
## <summary>
2005-08-17 14:14:07 +00:00
## The class of the object to be created.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_tmp_filetrans_user_tmp',`
gen_require(`
type user_tmp_t;
')
files_tmp_filetrans($1, user_tmp_t, $2)
2005-08-17 14:14:07 +00:00
')
2009-08-31 13:38:47 +00:00
########################################
## <summary>
## Read user tmpfs files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_read_user_tmpfs_files',`
gen_require(`
type user_tmpfs_t;
')
read_files_pattern($1, user_tmpfs_t, user_tmpfs_t)
2010-08-26 13:41:21 +00:00
read_lnk_files_pattern($1, user_tmpfs_t, user_tmpfs_t)
2009-08-31 13:38:47 +00:00
allow $1 user_tmpfs_t:dir list_dir_perms;
fs_search_tmpfs($1)
')
2005-10-07 21:45:04 +00:00
########################################
## <summary>
2010-08-26 13:41:21 +00:00
## Read/Write user tmpfs files.
2005-10-07 21:45:04 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-10-07 21:45:04 +00:00
## Domain allowed access.
## </summary>
2005-10-07 21:45:04 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_rw_user_tmpfs_files',`
gen_require(`
type user_tmpfs_t;
')
rw_files_pattern($1, user_tmpfs_t, user_tmpfs_t)
read_lnk_files_pattern($1, user_tmpfs_t, user_tmpfs_t)
allow $1 user_tmpfs_t:dir list_dir_perms;
fs_search_tmpfs($1)
2005-10-07 21:45:04 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Get the attributes of a user domain tty.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_getattr_user_ttys',`
gen_require(`
type user_tty_device_t;
')
allow $1 user_tty_device_t:chr_file getattr_chr_file_perms;
')
2005-08-17 14:14:07 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to get the attributes of a user domain tty.
2005-08-17 14:14:07 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_getattr_user_ttys',`
gen_require(`
type user_tty_device_t;
')
dontaudit $1 user_tty_device_t:chr_file getattr_chr_file_perms;
2005-08-17 14:14:07 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Set the attributes of a user domain tty.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_setattr_user_ttys',`
gen_require(`
type user_tty_device_t;
')
allow $1 user_tty_device_t:chr_file setattr_chr_file_perms;
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to set the attributes of a user domain tty.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_setattr_user_ttys',`
gen_require(`
type user_tty_device_t;
')
dontaudit $1 user_tty_device_t:chr_file setattr_chr_file_perms;
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Read and write a user domain tty.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_use_user_ttys',`
gen_require(`
type user_tty_device_t;
')
allow $1 user_tty_device_t:chr_file rw_term_perms;
')
2005-08-17 14:14:07 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Read and write a user domain pty.
2005-08-17 14:14:07 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-08-17 14:14:07 +00:00
## Domain allowed access.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_use_user_ptys',`
gen_require(`
type user_devpts_t;
')
allow $1 user_devpts_t:chr_file rw_term_perms;
2005-08-17 14:14:07 +00:00
')
########################################
## <summary>
## Read and write a user TTYs and PTYs.
## </summary>
## <desc>
## <p>
## Allow the specified domain to read and write user
## TTYs and PTYs. This will allow the domain to
## interact with the user via the terminal. Typically
## all interactive applications will require this
## access.
## </p>
## <p>
## However, this also allows the applications to spy
## on user sessions or inject information into the
## user session. Thus, this access should likely
## not be allowed for non-interactive domains.
## </p>
## </desc>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <infoflow type="both" weight="10"/>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_use_user_terminals',`
gen_require(`
type user_tty_device_t, user_devpts_t;
')
allow $1 user_tty_device_t:chr_file rw_term_perms;
allow $1 user_devpts_t:chr_file rw_term_perms;
term_list_ptys($1)
')
2005-08-17 14:14:07 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to read and write
## a user domain tty and pty.
2005-08-17 14:14:07 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_use_user_terminals',`
gen_require(`
type user_tty_device_t, user_devpts_t;
')
dontaudit $1 user_tty_device_t:chr_file rw_term_perms;
dontaudit $1 user_devpts_t:chr_file rw_term_perms;
2005-08-17 14:14:07 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Execute a shell in all user domains. This
## is an explicit transition, requiring the
## caller to use setexeccon().
2005-08-17 14:14:07 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_spec_domtrans_all_users',`
gen_require(`
attribute userdomain;
')
2009-06-26 14:40:13 +00:00
corecmd_shell_spec_domtrans($1, userdomain)
2008-11-05 16:10:46 +00:00
allow userdomain $1:fd use;
allow userdomain $1:fifo_file rw_file_perms;
allow userdomain $1:process sigchld;
2005-08-17 14:14:07 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Execute an Xserver session in all unprivileged user domains. This
## is an explicit transition, requiring the
## caller to use setexeccon().
2005-08-17 14:14:07 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_xsession_spec_domtrans_all_users',`
gen_require(`
attribute userdomain;
')
2009-06-26 14:40:13 +00:00
xserver_xsession_spec_domtrans($1, userdomain)
2008-11-05 16:10:46 +00:00
allow userdomain $1:fd use;
allow userdomain $1:fifo_file rw_file_perms;
allow userdomain $1:process sigchld;
2005-08-17 14:14:07 +00:00
')
2005-10-14 20:00:07 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Execute a shell in all unprivileged user domains. This
## is an explicit transition, requiring the
## caller to use setexeccon().
2005-10-14 20:00:07 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
2005-10-14 20:00:07 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_spec_domtrans_unpriv_users',`
2005-10-14 20:00:07 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2005-10-14 20:00:07 +00:00
')
2009-06-26 14:40:13 +00:00
corecmd_shell_spec_domtrans($1, unpriv_userdomain)
2008-11-05 16:10:46 +00:00
allow unpriv_userdomain $1:fd use;
allow unpriv_userdomain $1:fifo_file rw_file_perms;
allow unpriv_userdomain $1:process sigchld;
2005-10-14 20:00:07 +00:00
')
2005-10-07 21:45:04 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Execute an Xserver session in all unprivileged user domains. This
## is an explicit transition, requiring the
## caller to use setexeccon().
2005-10-07 21:45:04 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
2005-10-07 21:45:04 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_xsession_spec_domtrans_unpriv_users',`
2005-10-07 21:45:04 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2005-10-07 21:45:04 +00:00
')
2009-06-26 14:40:13 +00:00
xserver_xsession_spec_domtrans($1, unpriv_userdomain)
2008-11-05 16:10:46 +00:00
allow unpriv_userdomain $1:fd use;
allow unpriv_userdomain $1:fifo_file rw_file_perms;
allow unpriv_userdomain $1:process sigchld;
2005-10-07 21:45:04 +00:00
')
2006-04-11 15:28:37 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Manage unpriviledged user SysV sempaphores.
2006-04-11 15:28:37 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_unpriv_user_semaphores',`
2006-04-11 15:28:37 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2006-04-11 15:28:37 +00:00
')
2008-11-05 16:10:46 +00:00
allow $1 unpriv_userdomain:sem create_sem_perms;
2006-04-11 15:28:37 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Manage unpriviledged user SysV shared
## memory segments.
2006-04-11 15:28:37 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_manage_unpriv_user_shared_mem',`
2006-04-11 15:28:37 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2006-04-11 15:28:37 +00:00
')
2008-11-05 16:10:46 +00:00
allow $1 unpriv_userdomain:shm create_shm_perms;
2006-04-11 15:28:37 +00:00
')
2005-10-24 01:53:13 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Execute bin_t in the unprivileged user domains. This
## is an explicit transition, requiring the
## caller to use setexeccon().
2005-10-24 01:53:13 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
2005-10-24 01:53:13 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_bin_spec_domtrans_unpriv_users',`
2005-10-24 01:53:13 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2005-10-24 01:53:13 +00:00
')
2009-06-26 14:40:13 +00:00
corecmd_bin_spec_domtrans($1, unpriv_userdomain)
2008-11-05 16:10:46 +00:00
allow unpriv_userdomain $1:fd use;
allow unpriv_userdomain $1:fifo_file rw_file_perms;
allow unpriv_userdomain $1:process sigchld;
2005-11-08 22:00:30 +00:00
')
2005-12-01 18:01:21 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Execute all entrypoint files in unprivileged user
## domains. This is an explicit transition, requiring the
## caller to use setexeccon().
2005-12-01 18:01:21 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-12-01 18:01:21 +00:00
## Domain allowed access.
## </summary>
2005-12-01 18:01:21 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_entry_spec_domtrans_unpriv_users',`
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2005-12-01 18:01:21 +00:00
')
2009-06-26 14:40:13 +00:00
domain_entry_file_spec_domtrans($1, unpriv_userdomain)
2008-11-05 16:10:46 +00:00
allow unpriv_userdomain $1:fd use;
2010-08-26 13:41:21 +00:00
allow unpriv_userdomain $1:fifo_file rw_fifo_file_perms;
2008-11-05 16:10:46 +00:00
allow unpriv_userdomain $1:process sigchld;
2005-12-01 18:01:21 +00:00
')
2005-11-28 22:19:08 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Search users home directories.
2005-11-28 22:19:08 +00:00
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain allowed access.
## </summary>
2005-11-28 22:19:08 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_search_user_home_content',`
gen_require(`
2010-08-26 13:41:21 +00:00
type user_home_dir_t;
attribute user_home_type;
2005-11-28 22:19:08 +00:00
')
2008-11-05 16:10:46 +00:00
files_list_home($1)
2010-08-26 13:41:21 +00:00
allow $1 { user_home_dir_t user_home_type }:dir search_dir_perms;
allow $1 { user_home_dir_t user_home_type }:lnk_file read_lnk_file_perms;
2005-11-28 22:19:08 +00:00
')
2006-01-20 22:41:54 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Send general signals to unprivileged user domains.
2006-01-20 22:41:54 +00:00
## </summary>
## <param name="domain">
## <summary>
2006-01-20 22:41:54 +00:00
## Domain allowed access.
## </summary>
2006-01-20 22:41:54 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_signal_unpriv_users',`
2006-01-20 22:41:54 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2006-01-20 22:41:54 +00:00
')
2008-11-05 16:10:46 +00:00
allow $1 unpriv_userdomain:process signal;
2006-01-20 22:41:54 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Inherit the file descriptors from unprivileged user domains.
2006-01-20 22:41:54 +00:00
## </summary>
## <param name="domain">
## <summary>
2006-01-20 22:41:54 +00:00
## Domain allowed access.
## </summary>
2006-01-20 22:41:54 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_use_unpriv_users_fds',`
2006-01-20 22:41:54 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2006-01-20 22:41:54 +00:00
')
2008-11-05 16:10:46 +00:00
allow $1 unpriv_userdomain:fd use;
2006-01-20 22:41:54 +00:00
')
2005-11-08 22:00:30 +00:00
########################################
## <summary>
## Do not audit attempts to inherit the file descriptors
## from unprivileged user domains.
2005-11-08 22:00:30 +00:00
## </summary>
## <desc>
## <p>
## Do not audit attempts to inherit the file descriptors
## from unprivileged user domains. This will supress
## SELinux denial messages when the specified domain is denied
## the permission to inherit these file descriptors.
## </p>
## </desc>
2005-11-08 22:00:30 +00:00
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2005-11-08 22:00:30 +00:00
## </param>
## <infoflow type="none"/>
2005-11-08 22:00:30 +00:00
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_use_unpriv_user_fds',`
gen_require(`
2008-11-05 16:10:46 +00:00
attribute unpriv_userdomain;
2005-11-08 22:00:30 +00:00
')
2008-11-05 16:10:46 +00:00
dontaudit $1 unpriv_userdomain:fd use;
2005-10-24 01:53:13 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to use user ptys.
2005-10-24 01:53:13 +00:00
## </summary>
## <param name="domain">
## <summary>
2008-11-05 16:10:46 +00:00
## Domain to not audit.
## </summary>
2005-10-24 01:53:13 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_use_user_ptys',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_devpts_t;
2005-11-08 22:00:30 +00:00
')
dontaudit $1 user_devpts_t:chr_file rw_inherited_file_perms;
2005-10-24 01:53:13 +00:00
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Relabel files to unprivileged user pty types.
2005-10-24 01:53:13 +00:00
## </summary>
## <param name="domain">
## <summary>
2005-10-24 01:53:13 +00:00
## Domain allowed access.
## </summary>
2005-10-24 01:53:13 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_relabelto_user_ptys',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_devpts_t;
2005-11-08 22:00:30 +00:00
')
2008-11-05 16:10:46 +00:00
allow $1 user_devpts_t:chr_file relabelto;
2005-10-24 01:53:13 +00:00
')
2005-08-17 14:14:07 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to relabel files from
## user pty types.
2005-06-27 16:30:55 +00:00
## </summary>
2005-06-23 21:30:57 +00:00
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2005-06-23 21:30:57 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_relabelfrom_user_ptys',`
2005-06-21 21:07:46 +00:00
gen_require(`
2008-11-05 16:10:46 +00:00
type user_devpts_t;
2005-06-21 21:07:46 +00:00
')
2008-11-05 16:10:46 +00:00
dontaudit $1 user_devpts_t:chr_file relabelfrom;
')
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Write all users files in /tmp
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_write_user_tmp_files',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tmp_t;
')
2010-08-26 13:41:21 +00:00
write_files_pattern($1, user_tmp_t, user_tmp_t)
')
########################################
## <summary>
## Do not audit attempts to write users
## temporary files.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
interface(`userdom_dontaudit_write_user_tmp_files',`
gen_require(`
type user_tmp_t;
')
dontaudit $1 user_tmp_t:file write;
')
########################################
## <summary>
## Do not audit attempts to read/write users
## temporary fifo files.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
interface(`userdom_dontaudit_rw_user_tmp_pipes',`
gen_require(`
type user_tmp_t;
')
dontaudit $1 user_tmp_t:fifo_file rw_inherited_fifo_file_perms;
')
2005-06-29 20:53:53 +00:00
########################################
## <summary>
2008-11-05 16:10:46 +00:00
## Do not audit attempts to use user ttys.
2005-06-29 20:53:53 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
2005-06-29 20:53:53 +00:00
## </param>
#
2008-11-05 16:10:46 +00:00
interface(`userdom_dontaudit_use_user_ttys',`
gen_require(`
2008-11-05 16:10:46 +00:00
type user_tty_device_t;
2005-11-22 17:56:53 +00:00
')
2008-11-05 16:10:46 +00:00
dontaudit $1 user_tty_device_t:chr_file rw_file_perms;
2005-06-29 20:53:53 +00:00
')
2005-07-06 20:28:29 +00:00
########################################
## <summary>
## Read the process state of all user domains.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2006-02-02 21:08:12 +00:00
interface(`userdom_read_all_users_state',`
gen_require(`
attribute userdomain;
')
2009-06-26 14:40:13 +00:00
read_files_pattern($1, userdomain, userdomain)
2010-08-26 13:41:21 +00:00
read_lnk_files_pattern($1,userdomain,userdomain)
kernel_search_proc($1)
')
########################################
## <summary>
## Get the attributes of all user domains.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
2006-02-20 21:33:25 +00:00
interface(`userdom_getattr_all_users',`
gen_require(`
attribute userdomain;
')
allow $1 userdomain:process getattr;
')
2005-08-17 14:14:07 +00:00
########################################
## <summary>
## Inherit the file descriptors from all user domains
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
2006-02-20 21:33:25 +00:00
interface(`userdom_use_all_users_fds',`
2005-08-17 14:14:07 +00:00
gen_require(`
attribute userdomain;
')
allow $1 userdomain:fd use;
')
########################################
2005-09-08 17:12:38 +00:00
## <summary>
## Do not audit attempts to inherit the file
## descriptors from any user domains.
## </summary>
## <param name="domain">
## <summary>
2005-09-08 17:12:38 +00:00
## Domain to not audit.
## </summary>
2005-09-08 17:12:38 +00:00
## </param>
#
2006-02-20 21:33:25 +00:00
interface(`userdom_dontaudit_use_all_users_fds',`
2005-09-08 17:12:38 +00:00
gen_require(`
attribute userdomain;
')
dontaudit $1 userdomain:fd use;
')
########################################
2005-08-17 14:14:07 +00:00
## <summary>
## Send general signals to all user domains.
## </summary>
## <param name="domain">
## <summary>
2005-11-08 22:00:30 +00:00
## Domain allowed access.
## </summary>
2005-08-17 14:14:07 +00:00
## </param>
#
interface(`userdom_signal_all_users',`
gen_require(`
attribute userdomain;
')
allow $1 userdomain:process signal;
')
2005-08-30 20:47:41 +00:00
########################################
## <summary>
## Send a SIGCHLD signal to all user domains.
## </summary>
## <param name="domain">
## <summary>
2005-08-30 20:47:41 +00:00
## Domain allowed access.
## </summary>
2005-08-30 20:47:41 +00:00
## </param>
#
2005-11-29 21:27:15 +00:00
interface(`userdom_sigchld_all_users',`
2005-08-30 20:47:41 +00:00
gen_require(`
attribute userdomain;
')
2005-09-19 21:17:45 +00:00
allow $1 userdomain:process sigchld;
2005-08-30 20:47:41 +00:00
')
2006-06-21 21:02:49 +00:00
########################################
## <summary>
## Create keys for all user domains.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_create_all_users_keys',`
gen_require(`
attribute userdomain;
2006-06-21 21:02:49 +00:00
')
allow $1 userdomain:key create;
2006-06-21 21:02:49 +00:00
')
2005-11-29 21:27:15 +00:00
########################################
## <summary>
## Send a dbus message to all user domains.
## </summary>
## <param name="domain">
## <summary>
2005-11-29 21:27:15 +00:00
## Domain allowed access.
## </summary>
2005-11-29 21:27:15 +00:00
## </param>
#
interface(`userdom_dbus_send_all_users',`
gen_require(`
attribute userdomain;
class dbus send_msg;
')
allow $1 userdomain:dbus send_msg;
')
2010-08-26 13:41:21 +00:00
########################################
## <summary>
## Allow apps to set rlimits on userdomain
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_set_rlimitnh',`
gen_require(`
attribute userdomain;
')
allow $1 userdomain:process rlimitinh;
')
########################################
## <summary>
## Define this type as a Allow apps to set rlimits on userdomain
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="userdomain_prefix">
## <summary>
## The prefix of the user domain (e.g., user
## is the prefix for user_t).
## </summary>
## </param>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
template(`userdom_unpriv_usertype',`
gen_require(`
attribute unpriv_userdomain, userdomain;
attribute $1_usertype;
')
typeattribute $2 $1_usertype;
typeattribute $2 unpriv_userdomain;
typeattribute $2 userdomain;
ubac_constrained($2)
')
########################################
## <summary>
## Connect to users over an unix stream socket.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_stream_connect',`
gen_require(`
type user_tmp_t;
attribute userdomain;
')
stream_connect_pattern($1, user_tmp_t, user_tmp_t, userdomain)
')
########################################
## <summary>
## Ptrace user domains.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_ptrace_all_users',`
gen_require(`
attribute userdomain;
')
allow $1 userdomain:process ptrace;
')
########################################
## <summary>
## dontaudit Search /root
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dontaudit_search_admin_dir',`
gen_require(`
type admin_home_t;
')
dontaudit $1 admin_home_t:dir search_dir_perms;
')
########################################
## <summary>
## dontaudit list /root
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dontaudit_list_admin_dir',`
gen_require(`
type admin_home_t;
')
dontaudit $1 admin_home_t:dir list_dir_perms;
')
########################################
## <summary>
## Allow domain to list /root
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_list_admin_dir',`
gen_require(`
type admin_home_t;
')
allow $1 admin_home_t:dir list_dir_perms;
')
########################################
## <summary>
## Allow Search /root
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_search_admin_dir',`
gen_require(`
type admin_home_t;
')
allow $1 admin_home_t:dir search_dir_perms;
')
########################################
## <summary>
## RW unpriviledged user SysV sempaphores.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_rw_semaphores',`
gen_require(`
attribute unpriv_userdomain;
')
allow $1 unpriv_userdomain:sem rw_sem_perms;
')
########################################
## <summary>
## Send a message to unpriv users over a unix domain
## datagram socket.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dgram_send',`
gen_require(`
attribute unpriv_userdomain;
')
allow $1 unpriv_userdomain:unix_dgram_socket sendto;
')
######################################
## <summary>
## Send a message to users over a unix domain
## datagram socket.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_users_dgram_send',`
gen_require(`
attribute userdomain;
')
allow $1 userdomain:unix_dgram_socket sendto;
')
#######################################
## <summary>
## Allow execmod on files in homedirectory
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <rolebase/>
#
interface(`userdom_execmod_user_home_files',`
gen_require(`
type user_home_type;
')
allow $1 user_home_type:file execmod;
')
########################################
## <summary>
## Read admin home files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`userdom_read_admin_home_files',`
gen_require(`
type admin_home_t;
')
read_files_pattern($1, admin_home_t, admin_home_t)
')
########################################
## <summary>
## Execute admin home files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`userdom_exec_admin_home_files',`
gen_require(`
type admin_home_t;
')
exec_files_pattern($1, admin_home_t, admin_home_t)
')
########################################
## <summary>
## Append files inherited
## in the /root directory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_inherit_append_admin_home_files',`
gen_require(`
type admin_home_t;
')
allow $1 admin_home_t:file { getattr append };
')
#######################################
## <summary>
## Manage all files/directories in the homedir
## </summary>
## <param name="userdomain">
## <summary>
## The user domain
## </summary>
## </param>
## <rolebase/>
#
interface(`userdom_manage_user_home_content',`
gen_require(`
type user_home_dir_t, user_home_t;
attribute user_home_type;
')
files_list_home($1)
manage_dirs_pattern($1, { user_home_dir_t user_home_type }, user_home_type)
manage_files_pattern($1, { user_home_dir_t user_home_type }, user_home_type)
manage_lnk_files_pattern($1, { user_home_dir_t user_home_type }, user_home_type)
manage_sock_files_pattern($1, { user_home_dir_t user_home_type }, user_home_type)
manage_fifo_files_pattern($1, { user_home_dir_t user_home_type }, user_home_type)
filetrans_pattern($1, user_home_dir_t, user_home_t, { dir file lnk_file sock_file fifo_file })
')
########################################
## <summary>
## Create objects in a user home directory
## with an automatic type transition to
## the user home file type.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="object_class">
## <summary>
## The class of the object to be created.
## </summary>
## </param>
#
interface(`userdom_user_home_dir_filetrans_pattern',`
gen_require(`
type user_home_dir_t, user_home_t;
')
type_transition $1 user_home_dir_t:$2 user_home_t;
')
########################################
## <summary>
## Create objects in the /root directory
## with an automatic type transition to
## a specified private type.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="private_type">
## <summary>
## The type of the object to create.
## </summary>
## </param>
## <param name="object_class">
## <summary>
## The class of the object to be created.
## </summary>
## </param>
#
interface(`userdom_admin_home_dir_filetrans',`
gen_require(`
type admin_home_t;
')
filetrans_pattern($1, admin_home_t, $2, $3)
')
########################################
## <summary>
## Send signull to unprivileged user domains.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_signull_unpriv_users',`
gen_require(`
attribute unpriv_userdomain;
')
allow $1 unpriv_userdomain:process signull;
')
########################################
## <summary>
## Write all users files in /tmp
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_write_user_tmp_dirs',`
gen_require(`
type user_tmp_t;
')
write_files_pattern($1, user_tmp_t, user_tmp_t)
')
########################################
## <summary>
## Manage keys for all user domains.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_manage_all_users_keys',`
gen_require(`
attribute userdomain;
')
allow $1 userdomain:key manage_key_perms;
')
########################################
## <summary>
## Do not audit attempts to read and write
## unserdomain stream.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
interface(`userdom_dontaudit_rw_stream',`
gen_require(`
attribute userdomain;
')
dontaudit $1 userdomain:unix_stream_socket rw_socket_perms;
')
########################################
## <summary>
## Append files
## in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_append_user_home_content_files',`
gen_require(`
type user_home_dir_t, user_home_t;
')
append_files_pattern($1, user_home_t, user_home_t)
allow $1 user_home_dir_t:dir search_dir_perms;
files_search_home($1)
')
########################################
## <summary>
## Read files inherited
## in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_read_inherited_user_home_content_files',`
gen_require(`
attribute user_home_type;
')
allow $1 user_home_type:file { getattr read };
')
########################################
## <summary>
## Append files inherited
## in a user home subdirectory.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_inherit_append_user_home_content_files',`
gen_require(`
type user_home_t;
')
allow $1 user_home_t:file { getattr append };
')
########################################
## <summary>
## Append files inherited
## in a user tmp files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_inherit_append_user_tmp_files',`
gen_require(`
type user_tmp_t;
')
allow $1 user_tmp_t:file { getattr append };
')
######################################
## <summary>
## Read audio files in the users homedir.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`userdom_read_home_audio_files',`
gen_require(`
type audio_home_t;
')
userdom_search_user_home_dirs($1)
allow $1 audio_home_t:dir list_dir_perms;
read_files_pattern($1, audio_home_t, audio_home_t)
read_lnk_files_pattern($1, audio_home_t, audio_home_t)
')
########################################
## <summary>
## Read system SSL certificates in the users homedir.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`userdom_read_home_certs',`
gen_require(`
type home_cert_t;
')
userdom_search_user_home_dirs($1)
allow $1 home_cert_t:dir list_dir_perms;
read_files_pattern($1, home_cert_t, home_cert_t)
read_lnk_files_pattern($1, home_cert_t, home_cert_t)
')
########################################
## <summary>
## dontaudit Search getatrr /root files
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dontaudit_getattr_admin_home_files',`
gen_require(`
type admin_home_t;
')
dontaudit $1 admin_home_t:file getattr;
')
########################################
## <summary>
## dontaudit read /root lnk files
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dontaudit_read_admin_home_lnk_files',`
gen_require(`
type admin_home_t;
')
dontaudit $1 admin_home_t:lnk_file read;
')
########################################
## <summary>
## dontaudit read /root files
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dontaudit_read_admin_home_files',`
gen_require(`
type admin_home_t;
')
dontaudit $1 admin_home_t:file read_file_perms;
')
########################################
## <summary>
## Create, read, write, and delete user
## temporary chr files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_manage_user_tmp_chr_files',`
gen_require(`
type user_tmp_t;
')
manage_chr_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
')
########################################
## <summary>
## Create, read, write, and delete user
## temporary blk files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_manage_user_tmp_blk_files',`
gen_require(`
type user_tmp_t;
')
manage_blk_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
')
########################################
## <summary>
## Dontaudit attempt to set attributes on user temporary directories.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_dontaudit_setattr_user_tmp',`
gen_require(`
type user_tmp_t;
')
dontaudit $1 user_tmp_t:dir setattr;
')
########################################
## <summary>
## Write all inherited users files in /tmp
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_write_inherited_user_tmp_files',`
gen_require(`
type user_tmp_t;
')
allow $1 user_tmp_t:file write;
')
########################################
## <summary>
## Delete all users files in /tmp
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_delete_user_tmp_files',`
gen_require(`
type user_tmp_t;
')
allow $1 user_tmp_t:file delete_file_perms;
')
########################################
## <summary>
## Delete user tmpfs files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_delete_user_tmpfs_files',`
gen_require(`
type user_tmpfs_t;
')
allow $1 user_tmpfs_t:file delete_file_perms;
')
########################################
## <summary>
## Read/Write unpriviledged user SysV shared
## memory segments.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`userdom_rw_unpriv_user_shared_mem',`
gen_require(`
attribute unpriv_userdomain;
')
allow $1 unpriv_userdomain:shm rw_shm_perms;
')
########################################
## <summary>
## Do not audit attempts to search user
## temporary directories.
## </summary>
## <param name="domain">
## <summary>
## Domain to not audit.
## </summary>
## </param>
#
interface(`userdom_dontaudit_search_user_tmp',`
gen_require(`
type user_tmp_t;
')
dontaudit $1 user_tmp_t:dir search_dir_perms;
')
########################################
## <summary>
## Execute a file in a user home directory
## in the specified domain.
## </summary>
## <desc>
## <p>
## Execute a file in a user home directory
## in the specified domain.
## </p>
## <p>
## No interprocess communication (signals, pipes,
## etc.) is provided by this interface since
## the domains are not owned by this module.
## </p>
## </desc>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="target_domain">
## <summary>
## The type of the new process.
## </summary>
## </param>
#
interface(`userdom_domtrans_user_home',`
gen_require(`
type user_home_t;
')
read_lnk_files_pattern($1, user_home_t, user_home_t)
domain_transition_pattern($1, user_home_t, $2)
type_transition $1 user_home_t:process $2;
')
########################################
## <summary>
## Execute a file in a user tmp directory
## in the specified domain.
## </summary>
## <desc>
## <p>
## Execute a file in a user tmp directory
## in the specified domain.
## </p>
## <p>
## No interprocess communication (signals, pipes,
## etc.) is provided by this interface since
## the domains are not owned by this module.
## </p>
## </desc>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="target_domain">
## <summary>
## The type of the new process.
## </summary>
## </param>
#
interface(`userdom_domtrans_user_tmp',`
gen_require(`
type user_tmp_t;
')
files_search_tmp($1)
read_lnk_files_pattern($1, user_tmp_t, user_tmp_t)
domain_transition_pattern($1, user_tmp_t, $2)
type_transition $1 user_tmp_t:process $2;
')