commit: aff86b0b1ed6e51a76399f7af56b84e4f620026a Author: bauen1 <j2468h <AT> gmail <DOT> com> AuthorDate: Thu Jun 4 16:41:21 2020 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Jan 10 20:28:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=aff86b0b
systemd-logind: utilize nsswitch Signed-off-by: bauen1 <j2468h <AT> gmail.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/system/systemd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index dfc259df..7caf94c9 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -567,7 +567,6 @@ dev_setattr_video_dev(systemd_logind_t) domain_obj_id_change_exemption(systemd_logind_t) -files_read_etc_files(systemd_logind_t) files_search_runtime(systemd_logind_t) fs_getattr_cgroup(systemd_logind_t) @@ -591,6 +590,7 @@ term_setattr_unallocated_ttys(systemd_logind_t) term_use_unallocated_ttys(systemd_logind_t) auth_manage_faillog(systemd_logind_t) +auth_use_nsswitch(systemd_logind_t) init_dbus_send_script(systemd_logind_t) init_get_all_units_status(systemd_logind_t)
