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 573F01386F2 for ; Mon, 10 Aug 2015 20:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931F3957A4; Mon, 10 Aug 2015 20:46:41 +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 3F87C957A4 for ; Mon, 10 Aug 2015 20:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20615340AC1 for ; Mon, 10 Aug 2015 20:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7699147 for ; Mon, 10 Aug 2015 20:46:37 +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: <1439239581.1573307619ff359843b960f808459e2ab51df340.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/salt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1573307619ff359843b960f808459e2ab51df340 X-VCS-Branch: master Date: Mon, 10 Aug 2015 20:46:37 +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: 3a162229-b7b8-4200-8784-3217c532adf7 X-Archives-Hash: 7d664b1e88bb432fba7daabc3445c7a7 commit: 1573307619ff359843b960f808459e2ab51df340 Author: Sven Vermeulen siphos be> AuthorDate: Sun Aug 2 19:13:04 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Aug 10 20:46:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=15733076 Comment on init_exec use case for salt_master_t policy/modules/contrib/salt.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 0a3d45a..2a4e84d 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -190,6 +190,7 @@ fs_getattr_tmpfs(salt_master_t) getty_use_fds(salt_master_t) +# Actually seems to require getattr read execute on init_exec_t init_exec(salt_master_t) init_read_state(salt_master_t)