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 0F417138334 for ; Sun, 10 Feb 2019 04:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24520E0B4E; Sun, 10 Feb 2019 04:24:17 +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 015F9E0B4E for ; Sun, 10 Feb 2019 04:24:16 +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 CDEFA335D46 for ; Sun, 10 Feb 2019 04:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43C0B4D3 for ; Sun, 10 Feb 2019 04:24:12 +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: <1549772622.04574aa8704e2f617d1f085fe4564c551c0339ac.perfinion@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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 04574aa8704e2f617d1f085fe4564c551c0339ac X-VCS-Branch: master Date: Sun, 10 Feb 2019 04:24:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0be18417-ef11-4d22-9206-0eed0f094140 X-Archives-Hash: 0dac04e823bf91f88bb687cd1c746948 commit: 04574aa8704e2f617d1f085fe4564c551c0339ac Author: Jason Zaman perfinion com> AuthorDate: Sun Feb 10 04:20:49 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 10 04:23:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=04574aa8 remove duplicate userdom_user_home_dir_filetrans_user_cert interface Signed-off-by: Jason Zaman perfinion.com> policy/modules/system/userdomain.if | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index 7fe015de..da98bde5 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -4540,35 +4540,6 @@ interface(`userdom_manage_user_tmp_chr_files',` files_search_tmp($1) ') -######################################## -## -## Automatically use the user_cert_t label for selected resources -## created in a users home directory -## -## -## -## Domain allowed access -## -## -## -## -## Resource type(s) for which the label should be used -## -## -## -## -## Name of the resource that is being created -## -## -# -interface(`userdom_user_home_dir_filetrans_user_cert',` - gen_require(` - type user_cert_t; - ') - - userdom_user_home_dir_filetrans($1, user_cert_t, $2, $3) -') - ######################################## ## ## Allow relabeling resources to user_cert_t