Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Thu, 02 Jun 2016 06:32:20
Message-Id: 1464805207.cd99b0bd8afe0e8e35e74bd27124d38b6b1fa090.perfinion@gentoo
1 commit: cd99b0bd8afe0e8e35e74bd27124d38b6b1fa090
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Jun 1 16:08:53 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 18:20:07 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=cd99b0bd
7
8 authlogin: remove fcontext for /var/run/user
9
10 policy/modules/system/authlogin.fc | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/policy/modules/system/authlogin.fc b/policy/modules/system/authlogin.fc
14 index bb11be5..c0ee2e3 100644
15 --- a/policy/modules/system/authlogin.fc
16 +++ b/policy/modules/system/authlogin.fc
17 @@ -47,6 +47,5 @@ ifdef(`distro_gentoo', `
18 /var/run/pam_ssh(/.*)? gen_context(system_u:object_r:var_auth_t,s0)
19 /var/run/sepermit(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0)
20 /var/run/sudo(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0)
21 -/var/run/user(/.*)? gen_context(system_u:object_r:var_auth_t,s0)
22 /var/(db|adm)/sudo(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0)
23 /var/lib/sudo(/.*)? gen_context(system_u:object_r:pam_var_run_t,s0)