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 8F5C1138010 for ; Mon, 29 Oct 2012 14:55:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 536E821C058; Mon, 29 Oct 2012 14:54:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9168621C054 for ; Mon, 29 Oct 2012 14:54:16 +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 D091133D95A for ; Mon, 29 Oct 2012 14:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7A233E5448 for ; Mon, 29 Oct 2012 14:54:14 +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: <1351522110.f1db5a7718c10aa28ff53b6b47f8266d7df4bb30.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/speedtouch.fc policy/modules/contrib/speedtouch.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f1db5a7718c10aa28ff53b6b47f8266d7df4bb30 X-VCS-Branch: master Date: Mon, 29 Oct 2012 14:54:14 +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: 30b42c19-1758-4a5a-a374-b186c4df9d15 X-Archives-Hash: 8b4dfd6aa1da7b030dd5e4496833584a commit: f1db5a7718c10aa28ff53b6b47f8266d7df4bb30 Author: Dominick Grift gmail com> AuthorDate: Mon Oct 29 08:25:39 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Oct 29 14:48:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f1db5a77 Changes to the speedtouch policy module Module clean up Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/speedtouch.fc | 1 + policy/modules/contrib/speedtouch.te | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/speedtouch.fc b/policy/modules/contrib/speedtouch.fc index 9760d15..57539d0 100644 --- a/policy/modules/contrib/speedtouch.fc +++ b/policy/modules/contrib/speedtouch.fc @@ -1,2 +1,3 @@ /usr/sbin/speedmgmt -- gen_context(system_u:object_r:speedmgmt_exec_t,s0) +/var/run/speedmgmt\.pid -- gen_context(system_u:object_r:speedmgmt_var_run_t,s0) diff --git a/policy/modules/contrib/speedtouch.te b/policy/modules/contrib/speedtouch.te index ade10f5..9025dbd 100644 --- a/policy/modules/contrib/speedtouch.te +++ b/policy/modules/contrib/speedtouch.te @@ -1,8 +1,8 @@ -policy_module(speedtouch, 1.4.0) +policy_module(speedtouch, 1.4.1) ####################################### # -# Rules for the speedmgmt_t domain. +# Declarations # type speedmgmt_t;