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 ACAFC1381F3 for ; Sat, 22 Jun 2013 19:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44B92E09E4; Sat, 22 Jun 2013 19:00:04 +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 CE008E09E4 for ; Sat, 22 Jun 2013 19:00:03 +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 9BE8333DA22 for ; Sat, 22 Jun 2013 19:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 142CDE468F for ; Sat, 22 Jun 2013 19:00:01 +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: <1371927426.fd371b8defdc62ebe7d0bfd71c8ef5fd6747b37a.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/nginx.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: fd371b8defdc62ebe7d0bfd71c8ef5fd6747b37a X-VCS-Branch: master Date: Sat, 22 Jun 2013 19:00:01 +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: bbc13b14-1423-41ec-9bb8-51d662c91685 X-Archives-Hash: 2eb4ab2049f883fae8d39f75603d2131 commit: fd371b8defdc62ebe7d0bfd71c8ef5fd6747b37a Author: Sven Vermeulen siphos be> AuthorDate: Sat Jun 22 18:57:06 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Sat Jun 22 18:57:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fd371b8d Fix bug 469894 - Update nginx tmp location The temporary files location for nginx has been moved towards /var/lib/nginx/tmp, so update the contexts accordingly. Kept old one in for backwards compatibility. --- policy/modules/contrib/nginx.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/nginx.fc b/policy/modules/contrib/nginx.fc index 8a1cc51..62f1262 100644 --- a/policy/modules/contrib/nginx.fc +++ b/policy/modules/contrib/nginx.fc @@ -59,5 +59,6 @@ # # /var # +/var/lib/nginx/tmp(/.*)? gen_context(system_u:object_r:nginx_tmp_t,s0) /var/log/nginx(/.*)? gen_context(system_u:object_r:nginx_log_t,s0) /var/tmp/nginx(/.*)? gen_context(system_u:object_r:nginx_tmp_t,s0)