diff options
| author | Chris PeBenito <cpebenito@tresys.com> | 2009-08-05 09:52:34 -0400 |
|---|---|---|
| committer | Chris PeBenito <cpebenito@tresys.com> | 2009-08-05 09:52:34 -0400 |
| commit | 08638af2163c8fe1631fee75e6c0db789707b392 (patch) | |
| tree | b89333911c2f427b304f3748c2cc8f8138418b28 /policy | |
| parent | 2acba7bbdbeda96012e155f3dffeb5904a1ffdc7 (diff) | |
fix ordering of interface calls in clock.
Diffstat (limited to 'policy')
| -rw-r--r-- | policy/modules/system/clock.te | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/policy/modules/system/clock.te b/policy/modules/system/clock.te index e935c7c5..8019c58b 100644 --- a/policy/modules/system/clock.te +++ b/policy/modules/system/clock.te @@ -38,6 +38,10 @@ corecmd_exec_shell(hwclock_t) dev_read_sysfs(hwclock_t) dev_rw_realtime_clock(hwclock_t) +files_read_etc_files(hwclock_t) +# for when /usr is not mounted: +files_dontaudit_search_isid_type_dirs(hwclock_t) + fs_getattr_xattr_fs(hwclock_t) fs_search_auto_mountpoints(hwclock_t) @@ -51,10 +55,6 @@ domain_use_interactive_fds(hwclock_t) init_use_fds(hwclock_t) init_use_script_ptys(hwclock_t) -files_read_etc_files(hwclock_t) -# for when /usr is not mounted: -files_dontaudit_search_isid_type_dirs(hwclock_t) - logging_send_audit_msgs(hwclock_t) logging_send_syslog_msg(hwclock_t) |
