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 7B52C13877A for ; Tue, 15 Jul 2014 16:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E36C1E093E; Tue, 15 Jul 2014 16:16:40 +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 71D5CE093E for ; Tue, 15 Jul 2014 16:16:40 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D2CA33F6E2 for ; Tue, 15 Jul 2014 16:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0AEF7193E6 for ; Tue, 15 Jul 2014 16:16: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: <1405440762.672aebd0c55d3c3f4f51143a95e3a65d4649c937.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/dropbox.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 672aebd0c55d3c3f4f51143a95e3a65d4649c937 X-VCS-Branch: master Date: Tue, 15 Jul 2014 16:16: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: 9e9c614e-55e9-4130-9fd2-f3baab3c803f X-Archives-Hash: 58310d745ed7bed1b29dd0eb5017091a commit: 672aebd0c55d3c3f4f51143a95e3a65d4649c937 Author: Jason Zaman perfinion com> AuthorDate: Tue Jul 15 16:10:34 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Jul 15 16:12:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=672aebd0 dropbox exec path change Dropbox has apparently decided that it will now use the following: ~/.dropbox-dist/dropbox-lnx.x86_64-2.10.1/dropbox Signed-off-by: Jason Zaman perfinion.com> --- policy/modules/contrib/dropbox.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/dropbox.fc b/policy/modules/contrib/dropbox.fc index ddc22f0..a83a1bf 100644 --- a/policy/modules/contrib/dropbox.fc +++ b/policy/modules/contrib/dropbox.fc @@ -4,7 +4,7 @@ HOME_DIR/\.dropbox(/.*)? gen_context(system_u:object_r:dropbo HOME_DIR/\.dropbox-dist(/.*)? gen_context(system_u:object_r:dropbox_home_t,s0) HOME_DIR/\.dropbox-master(/.*)? gen_context(system_u:object_r:dropbox_home_t,s0) -HOME_DIR/\.dropbox-dist/dropboxd? -- gen_context(system_u:object_r:dropbox_exec_t,s0) +HOME_DIR/\.dropbox-dist(/.*)?/dropboxd? -- gen_context(system_u:object_r:dropbox_exec_t,s0) /opt/bin/dropbox -l gen_context(system_u:object_r:dropbox_exec_t,s0) /opt/dropbox/.*py?\.?.*egg(/.*)? gen_context(system_u:object_r:lib_t,s0)