From b172fd71d2ccea3890eb4575d68e25f4b49591f1 Mon Sep 17 00:00:00 2001 From: bauen1 Date: Thu, 4 Jun 2020 18:41:21 +0200 Subject: [PATCH] systemd-logind: utilize nsswitch Signed-off-by: bauen1 --- 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 2c169b554..2ca95cebc 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -550,7 +550,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) @@ -574,6 +573,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)