Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/
Date: Fri, 28 Nov 2014 10:04:11
Message-Id: 1416681321.5972047d8963d9fc145f34156e9078a40b7f3c1f.swift@gentoo
1 commit: 5972047d8963d9fc145f34156e9078a40b7f3c1f
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Sat Nov 22 18:35:21 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 22 18:35:21 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5972047d
7
8 Remove ifdef distro, pwd lock is now part of upstream
9
10 ---
11 policy/modules/system/authlogin.fc | 2 --
12 1 file changed, 2 deletions(-)
13
14 diff --git a/policy/modules/system/authlogin.fc b/policy/modules/system/authlogin.fc
15 index bc3f7dc..2479587 100644
16 --- a/policy/modules/system/authlogin.fc
17 +++ b/policy/modules/system/authlogin.fc
18 @@ -1,9 +1,7 @@
19
20 /bin/login -- gen_context(system_u:object_r:login_exec_t,s0)
21
22 -ifndef(`distro_gentoo',`
23 /etc/\.pwd\.lock -- gen_context(system_u:object_r:shadow_t,s0)
24 -')
25 /etc/group\.lock -- gen_context(system_u:object_r:shadow_t,s0)
26 /etc/gshadow.* -- gen_context(system_u:object_r:shadow_t,s0)
27 /etc/passwd\.lock -- gen_context(system_u:object_r:shadow_t,s0)