commit: 51312761c615ffb7bef402a32c96a7d992f0d70e Author: bauen1 <j2468h <AT> gmail <DOT> com> AuthorDate: Sat Feb 8 15:07:32 2020 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 07:32:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=51312761
loadkeys: remove redundant ifdef Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/apps/loadkeys.te | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/policy/modules/apps/loadkeys.te b/policy/modules/apps/loadkeys.te index 5c3b18d5..57274992 100644 --- a/policy/modules/apps/loadkeys.te +++ b/policy/modules/apps/loadkeys.te @@ -48,10 +48,8 @@ miscfiles_read_localization(loadkeys_t) userdom_use_user_ttys(loadkeys_t) userdom_list_user_home_content(loadkeys_t) -ifdef(`distro_debian',` - optional_policy(` - consolesetup_read_conf(loadkeys_t) - ') +optional_policy(` + consolesetup_read_conf(loadkeys_t) ') optional_policy(`
