Chris PeBenito 2274f9
Chris PeBenito 5ea24b
policy_module(clock,1.0.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 8fd367
files_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 a08248
allow hwclock_t self:netlink_audit_socket { create_netlink_socket_perms nlmsg_relay };
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 445522
kernel_read_kernel_sysctls(hwclock_t)
Chris PeBenito a42ca7
kernel_list_proc(hwclock_t)
Chris PeBenito a42ca7
kernel_read_proc_symlinks(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito d35c62
dev_read_sysfs(hwclock_t)
Karl MacMillan f0c985
dev_rw_realtime_clock(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito 0fd9dc
fs_getattr_xattr_fs(hwclock_t)
Chris PeBenito ab940a
fs_search_auto_mountpoints(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 d35c62
domain_use_wide_inherit_fd(hwclock_t)
Chris PeBenito d35c62
Chris PeBenito c9428d
init_use_fd(hwclock_t)
Chris PeBenito c9428d
init_use_script_pty(hwclock_t)
Chris PeBenito 2274f9
Chris PeBenito 77f6e2
files_read_etc_files(hwclock_t)
Chris PeBenito 3b857e
# for when /usr is not mounted:
Chris PeBenito 9e04f5
files_dontaudit_search_isid_type_dirs(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 725926
ifdef(`targeted_policy',`
Chris PeBenito 0fd9dc
	term_dontaudit_use_unallocated_tty(hwclock_t)
Chris PeBenito 31908b
	term_dontaudit_use_generic_pty(hwclock_t)
Chris PeBenito 9e04f5
	files_dontaudit_read_root_files(hwclock_t)
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito 132880
optional_policy(`apm',`
Chris PeBenito 4483ee
	apm_append_log(hwclock_t)
Chris PeBenito 4483ee
	apm_rw_stream_socket(hwclock_t)
Chris PeBenito 4483ee
')
Chris PeBenito 4483ee
Chris PeBenito 132880
optional_policy(`nscd',`
Chris PeBenito 977b1d
	nscd_use_socket(hwclock_t)
Chris PeBenito 977b1d
')
Chris PeBenito 977b1d
Chris PeBenito 132880
optional_policy(`selinuxutil',`
Chris PeBenito 8fd367
	seutil_sigchld_newrole(hwclock_t)
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito 132880
optional_policy(`udev',`
Chris PeBenito c9428d
	udev_read_db(hwclock_t)
Chris PeBenito 2274f9
')
Chris PeBenito 2274f9
Chris PeBenito 132880
optional_policy(`userdomain',`
Chris PeBenito c9428d
	userdom_dontaudit_use_unpriv_user_fd(hwclock_t)
Chris PeBenito daa0e0
')