Loadkeys patch from Dan Walsh.
This commit is contained in:
parent
84940a0995
commit
2e4e39d26a
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
policy_module(loadkeys, 1.6.0)
|
policy_module(loadkeys, 1.6.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
@ -40,7 +40,11 @@ locallogin_use_fds(loadkeys_t)
|
||||||
miscfiles_read_localization(loadkeys_t)
|
miscfiles_read_localization(loadkeys_t)
|
||||||
|
|
||||||
userdom_use_user_ttys(loadkeys_t)
|
userdom_use_user_ttys(loadkeys_t)
|
||||||
userdom_list_user_home_dirs(loadkeys_t)
|
userdom_list_user_home_content(loadkeys_t)
|
||||||
|
|
||||||
|
ifdef(`hide_broken_symptoms',`
|
||||||
|
dev_dontaudit_rw_lvm_control(loadkeys_t)
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
nscd_dontaudit_search_pid(loadkeys_t)
|
nscd_dontaudit_search_pid(loadkeys_t)
|
||||||
|
|
Loading…
Reference in New Issue