|
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 |
1815ba |
term_use_unallocated_ttys(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 |
15722e |
domain_use_interactive_fds(hwclock_t)
|
|
Chris PeBenito |
d35c62 |
|
|
Chris PeBenito |
1c1ac6 |
init_use_fds(hwclock_t)
|
|
Chris PeBenito |
1815ba |
init_use_script_ptys(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 |
1815ba |
term_dontaudit_use_unallocated_ttys(hwclock_t)
|
|
Chris PeBenito |
1815ba |
term_dontaudit_use_generic_ptys(hwclock_t)
|
|
Chris PeBenito |
9e04f5 |
files_dontaudit_read_root_files(hwclock_t)
|
|
Chris PeBenito |
2274f9 |
')
|
|
Chris PeBenito |
2274f9 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
4483ee |
apm_append_log(hwclock_t)
|
|
Chris PeBenito |
1815ba |
apm_rw_stream_sockets(hwclock_t)
|
|
Chris PeBenito |
4483ee |
')
|
|
Chris PeBenito |
4483ee |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
1815ba |
nscd_socket_use(hwclock_t)
|
|
Chris PeBenito |
977b1d |
')
|
|
Chris PeBenito |
977b1d |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
8fd367 |
seutil_sigchld_newrole(hwclock_t)
|
|
Chris PeBenito |
2274f9 |
')
|
|
Chris PeBenito |
2274f9 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
c9428d |
udev_read_db(hwclock_t)
|
|
Chris PeBenito |
2274f9 |
')
|
|
Chris PeBenito |
2274f9 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
15722e |
userdom_dontaudit_use_unpriv_user_fds(hwclock_t)
|
|
Chris PeBenito |
daa0e0 |
')
|