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 9512F1382C5 for ; Sun, 22 Apr 2018 12:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 173ECE0922; Sun, 22 Apr 2018 12:00:50 +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 DBE1CE0920 for ; Sun, 22 Apr 2018 12:00:49 +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 A831F335C81 for ; Sun, 22 Apr 2018 12:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA4C72A1 for ; Sun, 22 Apr 2018 12:00:44 +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: <1524397983.33e79c86efaee37a32289cd31932528aaf4d4f6d.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/ifplugd.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 33e79c86efaee37a32289cd31932528aaf4d4f6d X-VCS-Branch: master Date: Sun, 22 Apr 2018 12:00:44 +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: 3da6ffcf-25e1-45ee-a41d-1cac9336ddef X-Archives-Hash: ec23a1505db161e7443c26a216cdd037 commit: 33e79c86efaee37a32289cd31932528aaf4d4f6d Author: Jason Zaman perfinion com> AuthorDate: Thu Apr 12 11:38:01 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 22 11:53:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=33e79c86 ifplugd: Allow transition to init scripts policy/modules/contrib/ifplugd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/ifplugd.te b/policy/modules/contrib/ifplugd.te index 9267c1b8..78bcd143 100644 --- a/policy/modules/contrib/ifplugd.te +++ b/policy/modules/contrib/ifplugd.te @@ -53,6 +53,8 @@ domain_dontaudit_read_all_domains_state(ifplugd_t) auth_use_nsswitch(ifplugd_t) +init_domtrans_script(ifplugd_t) + logging_send_syslog_msg(ifplugd_t) miscfiles_read_localization(ifplugd_t)