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 8EFB3138CE0 for ; Thu, 11 Jun 2015 16:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 287C2E091B; Thu, 11 Jun 2015 16:09:02 +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 CEDEEE091B for ; Thu, 11 Jun 2015 16:09:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0A5D340C1F for ; Thu, 11 Jun 2015 16:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21C9CA25 for ; Thu, 11 Jun 2015 16:08:58 +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: <1434038674.4e0b54e1d130040aa21f0add9b6b6a748d64d40e.swift@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/userdomain.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 4e0b54e1d130040aa21f0add9b6b6a748d64d40e X-VCS-Branch: master Date: Thu, 11 Jun 2015 16:08:58 +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: 168a4d88-6941-4040-b042-a97727ac0c69 X-Archives-Hash: caa57eaf2bb58ed685aaab772b593ff8 Message-ID: <20150611160858.CTV_pg82YCFZiA6qvp-cYTJ4_f_ZO0yNcbeRrnUaQJw@z> commit: 4e0b54e1d130040aa21f0add9b6b6a748d64d40e Author: Sven Vermeulen siphos be> AuthorDate: Thu Jun 11 16:04:34 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Jun 11 16:04:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=4e0b54e1 Allow user domains to manage XDG documents, pictures and music policy/modules/system/userdomain.if | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index 1d5370c..ea03e86 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -282,7 +282,10 @@ interface(`userdom_manage_home_role',` xdg_manage_all_config_home($2) xdg_manage_all_data_home($2) xdg_manage_all_runtime_home($2) + xdg_manage_documents_home($2) xdg_manage_downloads_home($2) + xdg_manage_music_home($2) + xdg_manage_pictures_home($2) xdg_manage_videos_home($2) xdg_relabel_all_cache_home($2) xdg_relabel_all_config_home($2)