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 260C1138E2D for ; Mon, 17 Feb 2014 19:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8A7FE0ADF; Mon, 17 Feb 2014 19:55:59 +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 39814E0AE9 for ; Mon, 17 Feb 2014 19:55:59 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D87D33F8F4 for ; Mon, 17 Feb 2014 19:55:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E3B5E188CA for ; Mon, 17 Feb 2014 19:55:56 +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: <1392666844.f1d06af86ee44fb6cfe51177edb204ae9ce6a8d2.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.fc policy/modules/system/fstools.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f1d06af86ee44fb6cfe51177edb204ae9ce6a8d2 X-VCS-Branch: master Date: Mon, 17 Feb 2014 19:55:56 +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: 02daad67-6e4a-4243-8d8c-240ca86fd391 X-Archives-Hash: e64a62511be510037f255c7eb2e742af commit: f1d06af86ee44fb6cfe51177edb204ae9ce6a8d2 Author: Luis Ressel aixah de> AuthorDate: Sat Feb 15 12:07:45 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Feb 17 19:54:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f1d06af8 Label fatsort as fsadm_exec_t. FATsort is an utility to sort directory entries on FAT partitions, see http://fatsort.sourceforge.net/ . It requires direct access to the block devices. --- policy/modules/system/fstools.fc | 1 + policy/modules/system/fstools.te | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/system/fstools.fc b/policy/modules/system/fstools.fc index 453d50c..afdc067 100644 --- a/policy/modules/system/fstools.fc +++ b/policy/modules/system/fstools.fc @@ -49,6 +49,7 @@ /usr/bin/syslinux -- gen_context(system_u:object_r:fsadm_exec_t,s0) /usr/sbin/clubufflush -- gen_context(system_u:object_r:fsadm_exec_t,s0) +/usr/sbin/fatsort -- gen_context(system_u:object_r:fsadm_exec_t,s0) /usr/sbin/parted -- gen_context(system_u:object_r:fsadm_exec_t,s0) /usr/sbin/smartctl -- gen_context(system_u:object_r:fsadm_exec_t,s0) diff --git a/policy/modules/system/fstools.te b/policy/modules/system/fstools.te index 5aff100..653d0b9 100644 --- a/policy/modules/system/fstools.te +++ b/policy/modules/system/fstools.te @@ -1,4 +1,4 @@ -policy_module(fstools, 1.16.5) +policy_module(fstools, 1.16.6) ######################################## #