selinux-policy/policy/modules/services/dbus.te

130 lines
3.8 KiB
Plaintext
Raw Normal View History

2005-08-31 20:58:12 +00:00
policy_module(dbus,1.8.0)
2005-08-31 20:58:12 +00:00
2005-09-19 21:17:45 +00:00
gen_require(`
class dbus all_dbus_perms;
2005-09-19 21:17:45 +00:00
')
2005-08-31 20:58:12 +00:00
##############################
#
# Delcarations
#
type dbusd_etc_t alias etc_dbusd_t;
files_type(dbusd_etc_t)
type system_dbusd_t alias dbusd_t;
type system_dbusd_exec_t;
2005-09-21 14:49:41 +00:00
init_system_domain(system_dbusd_t,system_dbusd_exec_t)
2005-08-31 20:58:12 +00:00
type system_dbusd_tmp_t;
files_tmp_file(system_dbusd_tmp_t)
2007-09-07 13:41:20 +00:00
type system_dbusd_var_lib_t;
files_pid_file(system_dbusd_var_lib_t)
2005-08-31 20:58:12 +00:00
type system_dbusd_var_run_t;
files_pid_file(system_dbusd_var_run_t)
##############################
#
# Local policy
#
# dac_override: /var/run/dbus is owned by messagebus on Debian
# cjp: dac_override should probably go in a distro_debian
2006-12-12 20:08:08 +00:00
allow system_dbusd_t self:capability { dac_override setgid setpcap setuid };
2005-08-31 20:58:12 +00:00
dontaudit system_dbusd_t self:capability sys_tty_config;
allow system_dbusd_t self:process { getattr signal_perms setcap };
2005-09-19 21:17:45 +00:00
allow system_dbusd_t self:fifo_file { read write };
2005-08-31 20:58:12 +00:00
allow system_dbusd_t self:dbus { send_msg acquire_svc };
allow system_dbusd_t self:unix_stream_socket { connectto create_stream_socket_perms connectto };
2005-08-31 20:58:12 +00:00
allow system_dbusd_t self:unix_dgram_socket create_socket_perms;
# Receive notifications of policy reloads and enforcing status changes.
allow system_dbusd_t self:netlink_selinux_socket { create bind read };
2006-12-12 20:08:08 +00:00
allow system_dbusd_t dbusd_etc_t:dir list_dir_perms;
read_files_pattern(system_dbusd_t,dbusd_etc_t,dbusd_etc_t)
read_lnk_files_pattern(system_dbusd_t,dbusd_etc_t,dbusd_etc_t)
manage_dirs_pattern(system_dbusd_t,system_dbusd_tmp_t,system_dbusd_tmp_t)
manage_files_pattern(system_dbusd_t,system_dbusd_tmp_t,system_dbusd_tmp_t)
2006-02-21 18:40:44 +00:00
files_tmp_filetrans(system_dbusd_t, system_dbusd_tmp_t, { file dir })
2005-08-31 20:58:12 +00:00
2007-09-07 13:41:20 +00:00
read_files_pattern(system_dbusd_t, system_dbusd_var_lib_t, system_dbusd_var_lib_t)
2006-12-12 20:08:08 +00:00
manage_files_pattern(system_dbusd_t,system_dbusd_var_run_t,system_dbusd_var_run_t)
manage_sock_files_pattern(system_dbusd_t,system_dbusd_var_run_t,system_dbusd_var_run_t)
files_pid_filetrans(system_dbusd_t,system_dbusd_var_run_t,file)
2005-08-31 20:58:12 +00:00
kernel_read_system_state(system_dbusd_t)
kernel_read_kernel_sysctls(system_dbusd_t)
2005-08-31 20:58:12 +00:00
dev_read_urand(system_dbusd_t)
dev_read_sysfs(system_dbusd_t)
fs_getattr_all_fs(system_dbusd_t)
fs_search_auto_mountpoints(system_dbusd_t)
selinux_get_fs_mount(system_dbusd_t)
selinux_validate_context(system_dbusd_t)
selinux_compute_access_vector(system_dbusd_t)
selinux_compute_create_context(system_dbusd_t)
selinux_compute_relabel_context(system_dbusd_t)
selinux_compute_user_contexts(system_dbusd_t)
term_dontaudit_use_console(system_dbusd_t)
auth_use_nsswitch(system_dbusd_t)
auth_read_pam_console_data(system_dbusd_t)
2005-08-31 20:58:12 +00:00
corecmd_list_bin(system_dbusd_t)
2006-02-02 21:08:12 +00:00
corecmd_read_bin_pipes(system_dbusd_t)
corecmd_read_bin_sockets(system_dbusd_t)
2007-03-23 23:24:59 +00:00
corecmd_exec_bin(system_dbusd_t)
2005-08-31 20:58:12 +00:00
2006-02-20 21:33:25 +00:00
domain_use_interactive_fds(system_dbusd_t)
2005-08-31 20:58:12 +00:00
files_read_etc_files(system_dbusd_t)
files_list_home(system_dbusd_t)
files_read_usr_files(system_dbusd_t)
init_use_fds(system_dbusd_t)
2006-02-02 21:08:12 +00:00
init_use_script_ptys(system_dbusd_t)
2005-08-31 20:58:12 +00:00
libs_use_ld_so(system_dbusd_t)
libs_use_shared_libs(system_dbusd_t)
logging_send_audit_msgs(system_dbusd_t)
2005-08-31 20:58:12 +00:00
logging_send_syslog_msg(system_dbusd_t)
miscfiles_read_localization(system_dbusd_t)
miscfiles_read_certs(system_dbusd_t)
2005-08-31 20:58:12 +00:00
seutil_read_config(system_dbusd_t)
seutil_read_default_contexts(system_dbusd_t)
seutil_sigchld_newrole(system_dbusd_t)
2006-02-20 21:33:25 +00:00
userdom_dontaudit_use_unpriv_user_fds(system_dbusd_t)
2006-02-21 18:40:44 +00:00
userdom_dontaudit_search_sysadm_home_dirs(system_dbusd_t)
2005-08-31 20:58:12 +00:00
tunable_policy(`read_default_t',`
files_list_default(system_dbusd_t)
files_read_default_files(system_dbusd_t)
files_read_default_symlinks(system_dbusd_t)
files_read_default_sockets(system_dbusd_t)
files_read_default_pipes(system_dbusd_t)
')
optional_policy(`
2005-10-14 18:42:42 +00:00
bind_domtrans(system_dbusd_t)
')
optional_policy(`
2005-10-26 16:00:13 +00:00
sysnet_domtrans_dhcpc(system_dbusd_t)
')
optional_policy(`
udev_read_db(system_dbusd_t)
')