2005-05-05 21:18:27 +00:00
|
|
|
|
2005-12-09 16:38:39 +00:00
|
|
|
policy_module(clock,1.0.0)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type adjtime_t;
|
2005-06-29 14:26:41 +00:00
|
|
|
files_type(adjtime_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
|
|
|
type hwclock_t;
|
|
|
|
type hwclock_exec_t;
|
2005-06-13 17:35:46 +00:00
|
|
|
init_system_domain(hwclock_t,hwclock_exec_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
role system_r types hwclock_t;
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Local policy
|
|
|
|
#
|
|
|
|
|
2005-06-09 14:50:48 +00:00
|
|
|
allow hwclock_t self:process signal_perms;
|
2005-05-05 21:18:27 +00:00
|
|
|
|
|
|
|
# Give hwclock the capabilities it requires. dac_override is a surprise,
|
|
|
|
# but hwclock does require it.
|
|
|
|
allow hwclock_t self:capability { dac_override sys_rawio sys_time sys_tty_config };
|
|
|
|
dontaudit hwclock_t self:capability sys_tty_config;
|
2005-09-16 13:36:26 +00:00
|
|
|
allow hwclock_t self:netlink_audit_socket { create_netlink_socket_perms nlmsg_relay };
|
2005-05-05 21:18:27 +00:00
|
|
|
|
|
|
|
# Allow hwclock to store & retrieve correction factors.
|
|
|
|
allow hwclock_t adjtime_t:file { setattr ioctl read getattr lock write append };
|
|
|
|
|
|
|
|
kernel_read_kernel_sysctl(hwclock_t)
|
2005-07-08 20:44:57 +00:00
|
|
|
kernel_list_proc(hwclock_t)
|
|
|
|
kernel_read_proc_symlinks(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
2005-06-16 20:33:51 +00:00
|
|
|
dev_read_sysfs(hwclock_t)
|
2005-06-13 16:22:32 +00:00
|
|
|
dev_rw_realtime_clock(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
2005-06-10 01:01:13 +00:00
|
|
|
fs_getattr_xattr_fs(hwclock_t)
|
2005-06-27 16:30:55 +00:00
|
|
|
fs_search_auto_mountpoints(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
2005-06-10 01:01:13 +00:00
|
|
|
term_dontaudit_use_console(hwclock_t)
|
|
|
|
term_use_unallocated_tty(hwclock_t)
|
|
|
|
term_use_all_user_ttys(hwclock_t)
|
|
|
|
term_use_all_user_ptys(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
2005-06-16 20:33:51 +00:00
|
|
|
domain_use_wide_inherit_fd(hwclock_t)
|
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
init_use_fd(hwclock_t)
|
|
|
|
init_use_script_pty(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
2005-10-13 20:59:36 +00:00
|
|
|
files_read_etc_files(hwclock_t)
|
2005-05-31 21:25:45 +00:00
|
|
|
# for when /usr is not mounted:
|
2005-06-13 17:35:46 +00:00
|
|
|
files_dontaudit_search_isid_type_dir(hwclock_t)
|
2005-05-26 20:38:45 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
libs_use_ld_so(hwclock_t)
|
|
|
|
libs_use_shared_libs(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
logging_send_syslog_msg(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
|
|
|
|
miscfiles_read_localization(hwclock_t)
|
|
|
|
|
2005-11-08 22:00:30 +00:00
|
|
|
ifdef(`targeted_policy',`
|
2005-06-10 01:01:13 +00:00
|
|
|
term_dontaudit_use_unallocated_tty(hwclock_t)
|
2005-06-13 20:27:32 +00:00
|
|
|
term_dontaudit_use_generic_pty(hwclock_t)
|
2005-06-13 17:35:46 +00:00
|
|
|
files_dontaudit_read_root_file(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`apm',`
|
2005-10-10 18:11:46 +00:00
|
|
|
apm_append_log(hwclock_t)
|
|
|
|
apm_rw_stream_socket(hwclock_t)
|
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`nscd',`
|
2005-10-24 22:13:41 +00:00
|
|
|
nscd_use_socket(hwclock_t)
|
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`selinuxutil',`
|
2005-06-29 14:26:41 +00:00
|
|
|
seutil_sigchld_newrole(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`udev',`
|
2005-06-13 17:35:46 +00:00
|
|
|
udev_read_db(hwclock_t)
|
2005-05-05 21:18:27 +00:00
|
|
|
')
|
|
|
|
|
2005-11-23 20:24:27 +00:00
|
|
|
optional_policy(`userdomain',`
|
2005-06-13 17:35:46 +00:00
|
|
|
userdom_dontaudit_use_unpriv_user_fd(hwclock_t)
|
2005-05-19 21:06:06 +00:00
|
|
|
')
|