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 C70251381F3 for ; Fri, 19 Apr 2013 18:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7214CE0992; Fri, 19 Apr 2013 18:01:30 +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 0CF11E0990 for ; Fri, 19 Apr 2013 18:01:29 +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 A6C9933DECE for ; Fri, 19 Apr 2013 18:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 461DDE4306 for ; Fri, 19 Apr 2013 18:01:27 +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: <1366394431.5a0dbd11713c3d3776646abc51f55ca3e056cb1f.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/xdg.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 5a0dbd11713c3d3776646abc51f55ca3e056cb1f X-VCS-Branch: master Date: Fri, 19 Apr 2013 18:01:27 +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: d5b624f5-c0cd-42b8-a367-893f64d1b2c0 X-Archives-Hash: bf703a85f265a6a0a3e42e25cc473316 commit: 5a0dbd11713c3d3776646abc51f55ca3e056cb1f Author: Sven Vermeulen siphos be> AuthorDate: Fri Apr 19 18:00:31 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri Apr 19 18:00:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5a0dbd11 Fix typo, its xdg_music_home_t, not documents again --- policy/modules/contrib/xdg.te | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policy/modules/contrib/xdg.te b/policy/modules/contrib/xdg.te index 96c865c..78c1a0e 100644 --- a/policy/modules/contrib/xdg.te +++ b/policy/modules/contrib/xdg.te @@ -33,7 +33,7 @@ type xdg_documents_home_t; # customizable userdom_user_home_content(xdg_documents_home_t) type xdg_music_home_t; # customizable -userdom_user_home_content(xdg_documents_home_t) +userdom_user_home_content(xdg_music_home_t) type xdg_pictures_home_t; # customizable userdom_user_home_content(xdg_pictures_home_t)