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 2E323139694 for ; Mon, 5 Jun 2017 17:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C6AAE0DE4; Mon, 5 Jun 2017 17:34:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A7ACE0DE4 for ; Mon, 5 Jun 2017 17:34:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3553234171D for ; Mon, 5 Jun 2017 17:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB5307474 for ; Mon, 5 Jun 2017 17:34:29 +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: <1496684022.9db4609a99bf45fc3f716fa52955a4982dffb145.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/filesystem.if X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9db4609a99bf45fc3f716fa52955a4982dffb145 X-VCS-Branch: master Date: Mon, 5 Jun 2017 17:34:29 +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: c8f2b7fe-1218-465d-9d54-b794427564b3 X-Archives-Hash: 6cb4489d6fcd16a64919ca5c7fa458ea commit: 9db4609a99bf45fc3f716fa52955a4982dffb145 Author: Jason Zaman perfinion com> AuthorDate: Mon Jun 5 17:33:42 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jun 5 17:33:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9db4609a filesystem: remove gentoo specific duplicated fs_cgroup_filetrans policy/modules/kernel/filesystem.if | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/policy/modules/kernel/filesystem.if b/policy/modules/kernel/filesystem.if index 1db23012..295f3698 100644 --- a/policy/modules/kernel/filesystem.if +++ b/policy/modules/kernel/filesystem.if @@ -5399,40 +5399,3 @@ interface(`fs_unconfined',` typeattribute $1 filesystem_unconfined_type; ') - -# gentoo specific under here but not allowed ifdef - -######################################## -## -## Create an object in a cgroup tmpfs filesystem, with a private -## type using a type transition. -## -## -## -## Domain allowed access. -## -## -## -## -## The type of the object to be created. -## -## -## -## -## The object class of the object being created. -## -## -## -## -## The name of the object being created. -## -## -# -interface(`fs_cgroup_filetrans',` - gen_require(` - type cgroup_t; - ') - - allow $2 tmpfs_t:filesystem associate; - filetrans_pattern($1, cgroup_t, $2, $3, $4) -')