fix ordering of interface calls in getty.
This commit is contained in:
parent
79ca728b5f
commit
5b5300c823
@ -59,8 +59,16 @@ files_pid_filetrans(getty_t, getty_var_run_t, file)
|
||||
kernel_list_proc(getty_t)
|
||||
kernel_read_proc_symlinks(getty_t)
|
||||
|
||||
corecmd_search_bin(getty_t)
|
||||
corecmd_read_bin_symlinks(getty_t)
|
||||
|
||||
dev_read_sysfs(getty_t)
|
||||
|
||||
files_rw_generic_pids(getty_t)
|
||||
files_read_etc_runtime_files(getty_t)
|
||||
files_read_etc_files(getty_t)
|
||||
files_search_spool(getty_t)
|
||||
|
||||
fs_search_auto_mountpoints(getty_t)
|
||||
# for error condition handling
|
||||
fs_getattr_xattr_fs(getty_t)
|
||||
@ -80,14 +88,6 @@ term_dontaudit_use_console(getty_t)
|
||||
|
||||
auth_rw_login_records(getty_t)
|
||||
|
||||
corecmd_search_bin(getty_t)
|
||||
corecmd_read_bin_symlinks(getty_t)
|
||||
|
||||
files_rw_generic_pids(getty_t)
|
||||
files_read_etc_runtime_files(getty_t)
|
||||
files_read_etc_files(getty_t)
|
||||
files_search_spool(getty_t)
|
||||
|
||||
init_rw_utmp(getty_t)
|
||||
init_use_script_ptys(getty_t)
|
||||
init_dontaudit_use_script_ptys(getty_t)
|
||||
|
Loading…
Reference in New Issue
Block a user