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 5F69D13877A for ; Tue, 19 Aug 2014 20:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 056ACE0818; Tue, 19 Aug 2014 20:07:35 +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 82DB7E0829 for ; Tue, 19 Aug 2014 20:07:34 +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 B12AA340220 for ; Tue, 19 Aug 2014 20:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07A3E394D for ; Tue, 19 Aug 2014 20:07:31 +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: <1408478809.5a4304143a9dcf5980eefbfdaa78b5d1416fa884.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/fstools.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 5a4304143a9dcf5980eefbfdaa78b5d1416fa884 X-VCS-Branch: master Date: Tue, 19 Aug 2014 20:07:31 +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: 5ad20af2-bf01-40a3-a238-017c52cc00ca X-Archives-Hash: 4580894bd8972c110ad96f41f8d99c02 commit: 5a4304143a9dcf5980eefbfdaa78b5d1416fa884 Author: Chris PeBenito tresys com> AuthorDate: Tue Aug 19 12:44:57 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Aug 19 20:06:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5a430414 Move losetup addition in fstools. --- policy/modules/system/fstools.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/system/fstools.te b/policy/modules/system/fstools.te index 7ce8171..a2a12c4 100644 --- a/policy/modules/system/fstools.te +++ b/policy/modules/system/fstools.te @@ -127,9 +127,6 @@ files_search_all(fsadm_t) mls_file_read_all_levels(fsadm_t) mls_file_write_all_levels(fsadm_t) -# losetup: bind mount_loopback_t files to loop devices -mount_rw_loopback_files(fsadm_t) - storage_raw_read_fixed_disk(fsadm_t) storage_raw_write_fixed_disk(fsadm_t) storage_raw_read_removable_device(fsadm_t) @@ -147,6 +144,9 @@ logging_send_syslog_msg(fsadm_t) miscfiles_read_localization(fsadm_t) +# losetup: bind mount_loopback_t files to loop devices +mount_rw_loopback_files(fsadm_t) + seutil_read_config(fsadm_t) userdom_use_user_terminals(fsadm_t)