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 4E096198007 for ; Mon, 4 Mar 2013 20:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87754E088D; Mon, 4 Mar 2013 20:15:21 +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 D90B4E087D for ; Mon, 4 Mar 2013 20:15:20 +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 DEC7333DF64 for ; Mon, 4 Mar 2013 20:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7ECE0E408F for ; Mon, 4 Mar 2013 20:15:18 +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: <1362427983.adcf31772b26281c158a0d69743a4b349e47e22f.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 policy/modules/system/userdomain.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: adcf31772b26281c158a0d69743a4b349e47e22f X-VCS-Branch: master Date: Mon, 4 Mar 2013 20:15:18 +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: f5d6b01c-aa5c-4a8f-8a8c-fe134f92663b X-Archives-Hash: 107c749d5210f48bb40bc3ab325f1c8f commit: adcf31772b26281c158a0d69743a4b349e47e22f Author: Chris PeBenito tresys com> AuthorDate: Mon Feb 25 16:26:13 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Mar 4 20:13:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=adcf3177 Fix bug in userdom_delete_all_user_home_content_files() from Kohei KaiGai. --- policy/modules/system/userdomain.if | 2 +- policy/modules/system/userdomain.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index adcc300..93dacbe 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -1981,7 +1981,7 @@ interface(`userdom_delete_all_user_home_content_files',` ') userdom_search_user_home_content($1) - delete_files_pattern($1 { user_home_dir_t user_home_content_type }, user_home_content_type) + delete_files_pattern($1, { user_home_dir_t user_home_content_type }, user_home_content_type) ') ######################################## diff --git a/policy/modules/system/userdomain.te b/policy/modules/system/userdomain.te index e2b538b..9da3e54 100644 --- a/policy/modules/system/userdomain.te +++ b/policy/modules/system/userdomain.te @@ -1,4 +1,4 @@ -policy_module(userdomain, 4.8.5) +policy_module(userdomain, 4.8.6) ######################################## #