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 A5537138806 for ; Tue, 12 Dec 2017 07:59:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47F45E0FCC; Tue, 12 Dec 2017 07:59:18 +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 1CE38E0FBD for ; Tue, 12 Dec 2017 07:59:18 +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 43815340AC7 for ; Tue, 12 Dec 2017 07:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9003AE94 for ; Tue, 12 Dec 2017 07:59:13 +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: <1513062451.b134083f41043e5d688992b5da43208e75fcedd6.perfinion@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/modemmanager.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b134083f41043e5d688992b5da43208e75fcedd6 X-VCS-Branch: master Date: Tue, 12 Dec 2017 07:59:13 +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: cd15edae-8cd6-4326-a96b-ce3ccdc43385 X-Archives-Hash: 1ae529ea9997b2672dba1212fe5ac43a commit: b134083f41043e5d688992b5da43208e75fcedd6 Author: Chris PeBenito ieee org> AuthorDate: Tue Dec 12 00:15:52 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 12 07:07:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b134083f modemmanager: Move lines. policy/modules/contrib/modemmanager.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/modemmanager.te b/policy/modules/contrib/modemmanager.te index 3a7fa066..32493977 100644 --- a/policy/modules/contrib/modemmanager.te +++ b/policy/modules/contrib/modemmanager.te @@ -53,10 +53,10 @@ optional_policy(` ') optional_policy(` - udev_read_db(modemmanager_t) - udev_manage_pid_files(modemmanager_t) + systemd_write_inherited_logind_inhibit_pipes(modemmanager_t) ') optional_policy(` - systemd_write_inherited_logind_inhibit_pipes(modemmanager_t) + udev_read_db(modemmanager_t) + udev_manage_pid_files(modemmanager_t) ')