From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F0C9C1387FD for ; Sat, 7 Jun 2014 18:13:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FB99E0821; Sat, 7 Jun 2014 18:13:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36098E0821 for ; Sat, 7 Jun 2014 18:13:45 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5176933FC95 for ; Sat, 7 Jun 2014 18:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 10828181A9 for ; Sat, 7 Jun 2014 18:13:43 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1402164782.58d9b420e98c471fe7a2b64caf4c1db6a83a8699.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/selinuxutil.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 58d9b420e98c471fe7a2b64caf4c1db6a83a8699 X-VCS-Branch: master Date: Sat, 7 Jun 2014 18:13:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9939ae17-6140-4814-8940-afc7b1d5acca X-Archives-Hash: bce67038d4fd1c011ac255da580d6a55 commit: 58d9b420e98c471fe7a2b64caf4c1db6a83a8699 Author: Sven Vermeulen siphos be> AuthorDate: Sat Jun 7 18:13:02 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Jun 7 18:13:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=58d9b420 netlink_selinux_socket, not selinux_netlink_socket --- policy/modules/system/selinuxutil.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/selinuxutil.te b/policy/modules/system/selinuxutil.te index b4d7bc3..2910423 100644 --- a/policy/modules/system/selinuxutil.te +++ b/policy/modules/system/selinuxutil.te @@ -652,7 +652,7 @@ ifdef(`distro_gentoo',` # Fix bug #512676 allow run_init_t self:process signal; - allow run_init_t self:selinux_netlink_socket { create bind }; + allow run_init_t self:netlink_selinux_socket { create bind }; # Denials upon loading policy fs_getattr_tmpfs(setfiles_t)