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 230D1138247 for ; Mon, 11 Nov 2013 13:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65078E0BBC; Mon, 11 Nov 2013 13:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9063DE0BC0 for ; Mon, 11 Nov 2013 13:45:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9064E33F1D2 for ; Mon, 11 Nov 2013 13:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17259E54C4 for ; Mon, 11 Nov 2013 13:45:54 +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: <1384177440.6608c64f3fad38df1e005f1f42b0b5d5d983b47c.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/dpkg.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 6608c64f3fad38df1e005f1f42b0b5d5d983b47c X-VCS-Branch: master Date: Mon, 11 Nov 2013 13:45:54 +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: d7e7650f-210d-4737-8dd6-9bd1a2beb79e X-Archives-Hash: 8e52bbbe15ac65d583367ed06125abe7 commit: 6608c64f3fad38df1e005f1f42b0b5d5d983b47c Author: Dominick Grift gmail com> AuthorDate: Fri Oct 4 17:16:28 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Nov 11 13:44:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=6608c64f dpkg: allow dpkg, and dpkg script to domain transition to initrc_t on any init script file type rather than only the generic initrc_exec_t init script file type Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/dpkg.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/dpkg.te b/policy/modules/contrib/dpkg.te index 62d99a9..50af48c 100644 --- a/policy/modules/contrib/dpkg.te +++ b/policy/modules/contrib/dpkg.te @@ -137,7 +137,7 @@ storage_raw_read_fixed_disk(dpkg_t) auth_dontaudit_read_shadow(dpkg_t) -init_domtrans_script(dpkg_t) +init_all_labeled_script_domtrans(dpkg_t) init_use_script_ptys(dpkg_t) libs_exec_ld_so(dpkg_t) @@ -276,7 +276,7 @@ term_use_all_terms(dpkg_script_t) auth_dontaudit_getattr_shadow(dpkg_script_t) files_manage_non_auth_files(dpkg_script_t) -init_domtrans_script(dpkg_script_t) +init_all_labeled_script_domtrans(dpkg_script_t) init_use_script_fds(dpkg_script_t) libs_exec_ld_so(dpkg_script_t)