From: aranea@aixah.de (Luis Ressel) Date: Tue, 12 Sep 2017 09:32:47 +0200 Subject: [refpolicy] [PATCH] getty: Apply auth_use_nsswitch interface Message-ID: <20170912073247.26556-1-aranea@aixah.de> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com From: Jason Zaman agetty looks up the tty group in /etc/groups --- policy/modules/system/getty.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/getty.te b/policy/modules/system/getty.te index 6d3c4284a..3a7564ab6 100644 --- a/policy/modules/system/getty.te +++ b/policy/modules/system/getty.te @@ -82,6 +82,7 @@ term_setattr_unallocated_ttys(getty_t) term_setattr_console(getty_t) auth_rw_login_records(getty_t) +auth_use_nsswitch(getty_t) init_rw_utmp(getty_t) -- 2.14.1