From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E3EB139694 for ; Tue, 21 Feb 2017 08:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6ADD21C2DD; Tue, 21 Feb 2017 08:42:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 816DC21C2DD for ; Tue, 21 Feb 2017 08:42:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4E53340FDA for ; Tue, 21 Feb 2017 08:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49AE64F57 for ; Tue, 21 Feb 2017 08:42:07 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1487661622.f233711e12d64179d3b92ef074f17e043594b1e7.perfinion@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/tmpfiles.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f233711e12d64179d3b92ef074f17e043594b1e7 X-VCS-Branch: master Date: Tue, 21 Feb 2017 08:42:07 +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: 9dd3b75b-171c-4c53-8393-f7a1e8a3378e X-Archives-Hash: 771c2878a3f7ddc6ed48c68918276426 commit: f233711e12d64179d3b92ef074f17e043594b1e7 Author: Jason Zaman perfinion com> AuthorDate: Tue Feb 21 07:16:07 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Feb 21 07:20:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f233711e tmpfiles: add fcontext for opentmpfiles path policy/modules/system/tmpfiles.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/tmpfiles.fc b/policy/modules/system/tmpfiles.fc index 47fd4b8c..0240298f 100644 --- a/policy/modules/system/tmpfiles.fc +++ b/policy/modules/system/tmpfiles.fc @@ -2,6 +2,7 @@ /etc/tmpfiles.d(/.*)? gen_context(system_u:object_r:tmpfiles_conf_t,s0) /run/tmpfiles.d(/.*)? gen_context(system_u:object_r:tmpfiles_var_run_t,s0) +/usr/bin/tmpfiles -- gen_context(system_u:object_r:tmpfiles_exec_t,s0) /usr/lib/rc/bin/checkpath -- gen_context(system_u:object_r:tmpfiles_exec_t,s0) /usr/lib/rc/sh/tmpfiles.sh -- gen_context(system_u:object_r:tmpfiles_exec_t,s0)