Chris PeBenito 2274f9
Chris PeBenito 2274f9
policy_module(clock,1.0)
Chris PeBenito 2274f9
Chris PeBenito 2274f9
########################################
Chris PeBenito 2274f9
#
Chris PeBenito 2274f9
# Declarations
Chris PeBenito 2274f9
#
Chris PeBenito 2274f9
Chris PeBenito 2274f9
type adjtime_t;
Chris PeBenito c9428d
files_file_type(adjtime_t)
Chris PeBenito 2274f9
Chris PeBenito 2274f9
type hwclock_t;
Chris PeBenito 2274f9
type hwclock_exec_t;
Chris PeBenito c9428d
init_system_domain(hwclock_t,hwclock_exec_t)
Chris PeBenito 2274f9
role system_r types hwclock_t;
Chris PeBenito 2274f9
Chris PeBenito 2274f9
########################################
Chris PeBenito 2274f9
#
Chris PeBenito 2274f9
# Local policy
Chris PeBenito 2274f9
#
Chris PeBenito 2274f9
Chris PeBenito dd8229
allow hwclock_t self:process signal_perms;
Chris PeBenito 2274f9
Chris PeBenito 2274f9
# Give hwclock the capabilities it requires.  dac_override is a surprise,
Chris PeBenito 2274f9
# but hwclock does require it.
Chris PeBenito 2274f9
allow hwclock_t self:capability { dac_override sys_rawio sys_time sys_tty_config };
Chris PeBenito 2274f9
dontaudit hwclock_t self:capability sys_tty_config;
Chris PeBenito 2274f9
Chris PeBenito 2274f9
# Allow hwclock to store & retrieve correction factors.
Chris PeBenito 2274f9
allow hwclock_t adjtime_t:file { setattr ioctl read getattr lock write append };
Chris PeBenito 2274f9
Chris PeBenito 2274f9
kernel_read_kernel_sysctl(hwclock_t)
Chris PeBenito 2274f9
kernel_read_hardware_state(hwclock_t)
Chris PeBenito 2274f9
Karl MacMillan f0c985
dev_rw_realtime_clock(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito 0fd9dc
fs_getattr_xattr_fs(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito 0fd9dc
term_dontaudit_use_console(hwclock_t)
Chris PeBenito 0fd9dc
term_use_unallocated_tty(hwclock_t)
Chris PeBenito 0fd9dc
term_use_all_user_ttys(hwclock_t)
Chris PeBenito 0fd9dc
term_use_all_user_ptys(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito c9428d
init_use_fd(hwclock_t)
Chris PeBenito c9428d
init_use_script_pty(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito c9428d
domain_use_wide_inherit_fd(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito c9428d
files_read_generic_etc_files_directory(hwclock_t)
Chris PeBenito 3b857e
# for when /usr is not mounted:
Chris PeBenito c9428d
files_dontaudit_search_isid_type_dir(hwclock_t)
Chris PeBenito d490eb
Chris PeBenito c9428d
libs_use_ld_so(hwclock_t)
Chris PeBenito c9428d
libs_use_shared_libs(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito c9428d
logging_send_syslog_msg(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito 2274f9
miscfiles_read_localization(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito 254bbc
ifdef(`targeted_policy', `
Chris PeBenito 0fd9dc
	term_dontaudit_use_unallocated_tty(hwclock_t)
Chris PeBenito 0c73cd
	terminal_ignore_use_general_pseudoterminal(hwclock_t)
Chris PeBenito c9428d
	files_dontaudit_read_root_file(hwclock_t)
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito 2274f9
optional_policy(`selinux.te',`
Chris PeBenito 0c73cd
	selinux_newrole_sigchld(hwclock_t)
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito 2274f9
optional_policy(`udev.te', `
Chris PeBenito c9428d
	udev_read_db(hwclock_t)
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito daa0e0
optional_policy(`userdomain.te',`
Chris PeBenito c9428d
	userdom_dontaudit_use_unpriv_user_fd(hwclock_t)
Chris PeBenito daa0e0
')
Chris PeBenito daa0e0
Chris PeBenito 2274f9
ifdef(`TODO',`
Chris PeBenito 2274f9
Chris PeBenito 2274f9
allow hwclock_t proc_t:dir r_dir_perms;
Chris PeBenito 2274f9
allow hwclock_t proc_t:lnk_file read;
Chris PeBenito 2274f9
Chris PeBenito 2274f9
optional_policy(`rhgb.te', `
Chris PeBenito 2274f9
allow hwclock_t rhgb_t:process sigchld;
Chris PeBenito 2274f9
allow hwclock_t rhgb_t:fd use;
Chris PeBenito dd8229
allow hwclock_t rhgb_t:fifo_file rw_file_perms;
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito 2274f9
allow hwclock_t autofs_t:dir { search getattr };
Chris PeBenito 2274f9
Chris PeBenito 2274f9
optional_policy(`gnome-pty-helper.te', `allow hwclock_t sysadm_gph_t:fd use;')
Chris PeBenito 2274f9
Chris PeBenito 2274f9
optional_policy(`apmd.te', `
Chris PeBenito 2274f9
domain_auto_trans(apmd_t, hwclock_exec_t, hwclock_t)
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito 2274f9
') dnl end TODO