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 071EB138206 for ; Thu, 18 Jan 2018 16:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86843E08A4; Thu, 18 Jan 2018 16:37:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 675E8E08A4 for ; Thu, 18 Jan 2018 16:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 959EA335C38 for ; Thu, 18 Jan 2018 16:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A2C91C3 for ; Thu, 18 Jan 2018 16:37:07 +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: <1516292774.57f4342adb2522941718def593aa88b860fe32d9.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/apache.fc policy/modules/contrib/apache.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 57f4342adb2522941718def593aa88b860fe32d9 X-VCS-Branch: master Date: Thu, 18 Jan 2018 16:37: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: 2afd1635-6bb3-43a8-987c-b6d37b9f4e9f X-Archives-Hash: 71ad0daf566bc1e3ba6c10e1ad017cc2 commit: 57f4342adb2522941718def593aa88b860fe32d9 Author: Christian Göttsche googlemail com> AuthorDate: Mon Jan 1 11:34:16 2018 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Jan 18 16:26:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=57f4342a apache: update policy/modules/contrib/apache.fc | 1 - policy/modules/contrib/apache.te | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/apache.fc b/policy/modules/contrib/apache.fc index 094344ca..f3202453 100644 --- a/policy/modules/contrib/apache.fc +++ b/policy/modules/contrib/apache.fc @@ -196,7 +196,6 @@ ifdef(`distro_suse',` /var/www(/.*)?/nextcloud/config(/.*)? gen_context(system_u:object_r:httpd_sys_rw_content_t,s0) /var/www(/.*)?/nextcloud/data(.*)? gen_context(system_u:object_r:httpd_sys_rw_content_t,s0) /var/www(/.*)?/nextcloud/apps(/.*)? gen_context(system_u:object_r:httpd_sys_rw_content_t,s0) -/var/www(/.*)?/nextcloud/\.htaccess -- gen_context(system_u:object_r:httpd_sys_rw_content_t,s0) /var/www/perl(/.*)? gen_context(system_u:object_r:httpd_sys_script_exec_t,s0) /var/www/sessions(/.*)? gen_context(system_u:object_r:httpd_cache_t,s0) /var/www/svn(/.*)? gen_context(system_u:object_r:httpd_sys_rw_content_t,s0) diff --git a/policy/modules/contrib/apache.te b/policy/modules/contrib/apache.te index be12966a..30f9755d 100644 --- a/policy/modules/contrib/apache.te +++ b/policy/modules/contrib/apache.te @@ -503,6 +503,7 @@ fs_search_auto_mountpoints(httpd_t) fs_getattr_all_fs(httpd_t) fs_read_anon_inodefs_files(httpd_t) +fs_rw_inherited_hugetlbfs_files(httpd_t) fs_read_iso9660_files(httpd_t) fs_search_auto_mountpoints(httpd_t)