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 6EFD5139083 for ; Sat, 23 Dec 2017 15:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF9AAE0D35; Sat, 23 Dec 2017 15:58:12 +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 89D30E0D35 for ; Sat, 23 Dec 2017 15:58:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 07A9B340AC7 for ; Sat, 23 Dec 2017 15:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D799AE90 for ; Sat, 23 Dec 2017 15:58:08 +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: <1514042782.0cb16fbd5d7bc0dfa8c5201e6dbb3f450f6e97a1.perfinion@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/dropbox.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0cb16fbd5d7bc0dfa8c5201e6dbb3f450f6e97a1 X-VCS-Branch: master Date: Sat, 23 Dec 2017 15:58:08 +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: 5d926754-73a9-4ec5-b399-768c6fbf8e0f X-Archives-Hash: 255589160e59fd57953f6a27bb2404ca commit: 0cb16fbd5d7bc0dfa8c5201e6dbb3f450f6e97a1 Author: Jason Zaman perfinion com> AuthorDate: Sat Dec 23 15:26:22 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Dec 23 15:26:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0cb16fbd dropbox: mmap_file_perms is deprecated, use mmap_exec_file_perms instead policy/modules/contrib/dropbox.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/dropbox.te b/policy/modules/contrib/dropbox.te index f7f6125f..63f95c25 100644 --- a/policy/modules/contrib/dropbox.te +++ b/policy/modules/contrib/dropbox.te @@ -40,7 +40,7 @@ userdom_user_tmpfs_file(dropbox_tmpfs_t) allow dropbox_t self:process { execmem signal_perms }; allow dropbox_t self:fifo_file rw_fifo_file_perms; -allow dropbox_t dropbox_home_t:file mmap_file_perms; +allow dropbox_t dropbox_home_t:file mmap_exec_file_perms; # dropbox updates itself in /tmp then in ~/.dropbox-dist/ can_exec(dropbox_t, dropbox_exec_t)