Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/
Date: Sun, 10 Sep 2017 14:04:01
Message-Id: 1505050516.dcabf74f03c4b6e531814174a6853849687db7d3.perfinion@gentoo
1 commit: dcabf74f03c4b6e531814174a6853849687db7d3
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Sun Sep 10 13:35:16 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 13:35:16 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dcabf74f
7
8 getty: allow nsswitch
9
10 policy/modules/system/getty.te | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/policy/modules/system/getty.te b/policy/modules/system/getty.te
14 index 6d3c4284..3a7564ab 100644
15 --- a/policy/modules/system/getty.te
16 +++ b/policy/modules/system/getty.te
17 @@ -82,6 +82,7 @@ term_setattr_unallocated_ttys(getty_t)
18 term_setattr_console(getty_t)
19
20 auth_rw_login_records(getty_t)
21 +auth_use_nsswitch(getty_t)
22
23 init_rw_utmp(getty_t)