Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Sat, 07 Jun 2014 18:13:45
Message-Id: 1402164782.58d9b420e98c471fe7a2b64caf4c1db6a83a8699.swift@gentoo
1 commit: 58d9b420e98c471fe7a2b64caf4c1db6a83a8699
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Sat Jun 7 18:13:02 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 7 18:13:02 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=58d9b420
7
8 netlink_selinux_socket, not selinux_netlink_socket
9
10 ---
11 policy/modules/system/selinuxutil.te | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/modules/system/selinuxutil.te b/policy/modules/system/selinuxutil.te
15 index b4d7bc3..2910423 100644
16 --- a/policy/modules/system/selinuxutil.te
17 +++ b/policy/modules/system/selinuxutil.te
18 @@ -652,7 +652,7 @@ ifdef(`distro_gentoo',`
19
20 # Fix bug #512676
21 allow run_init_t self:process signal;
22 - allow run_init_t self:selinux_netlink_socket { create bind };
23 + allow run_init_t self:netlink_selinux_socket { create bind };
24
25 # Denials upon loading policy
26 fs_getattr_tmpfs(setfiles_t)