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 AEEDB139694 for ; Fri, 17 Feb 2017 08:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9C0021C028; Fri, 17 Feb 2017 08:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C71D421C028 for ; Fri, 17 Feb 2017 08:44:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08FBE340988 for ; Fri, 17 Feb 2017 08:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 765CD4AC9 for ; Fri, 17 Feb 2017 08:44:12 +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: <1487319217.b3a86dde9757f48af1abc124e9b000f47dbf0cfd.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/, policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/admin/bootloader.te policy/modules/kernel/files.te X-VCS-Directories: policy/modules/kernel/ policy/modules/admin/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b3a86dde9757f48af1abc124e9b000f47dbf0cfd X-VCS-Branch: master Date: Fri, 17 Feb 2017 08:44:12 +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: 49433579-bfb9-4280-9090-8283bceeefe5 X-Archives-Hash: 3a31e61b65c2c962ee88d36ee7682bb3 commit: b3a86dde9757f48af1abc124e9b000f47dbf0cfd Author: Chris PeBenito ieee org> AuthorDate: Sat Feb 11 19:51:21 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Feb 17 08:13:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b3a86dde Module version bump for bootloader patch revert. Plus compat alias. policy/modules/admin/bootloader.te | 2 +- policy/modules/kernel/files.te | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/policy/modules/admin/bootloader.te b/policy/modules/admin/bootloader.te index bd69d431..8ed70327 100644 --- a/policy/modules/admin/bootloader.te +++ b/policy/modules/admin/bootloader.te @@ -1,4 +1,4 @@ -policy_module(bootloader, 1.17.1) +policy_module(bootloader, 1.17.2) ######################################## # diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te index 2d8fa232..625768e2 100644 --- a/policy/modules/kernel/files.te +++ b/policy/modules/kernel/files.te @@ -1,4 +1,4 @@ -policy_module(files, 1.23.1) +policy_module(files, 1.23.2) ######################################## # @@ -48,6 +48,8 @@ attribute usercanread; # type boot_t; files_mountpoint(boot_t) +# compatibility aliases for removed types: +typealias boot_t alias bootloader_run_t; # default_t is the default type for files that do not # match any specification in the file_contexts configuration 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 3DF74139695 for ; Fri, 17 Feb 2017 08:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92883E0C50; Fri, 17 Feb 2017 08:50:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 687C0E0C75 for ; Fri, 17 Feb 2017 08:50:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60073340988 for ; Fri, 17 Feb 2017 08:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B99BE4AC7 for ; Fri, 17 Feb 2017 08:50:54 +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: <1487319217.b3a86dde9757f48af1abc124e9b000f47dbf0cfd.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/kernel/, policy/modules/admin/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/admin/bootloader.te policy/modules/kernel/files.te X-VCS-Directories: policy/modules/admin/ policy/modules/kernel/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b3a86dde9757f48af1abc124e9b000f47dbf0cfd X-VCS-Branch: next Date: Fri, 17 Feb 2017 08:50:54 +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: 4e865e69-834f-43af-af79-9d61cefc62d7 X-Archives-Hash: 0047f8b8ff42adf657348470caa27a05 Message-ID: <20170217085054.WOl7Rge8o6lNDBpct9qALGQSRcpePaFxaVNNdYaM5Ks@z> commit: b3a86dde9757f48af1abc124e9b000f47dbf0cfd Author: Chris PeBenito ieee org> AuthorDate: Sat Feb 11 19:51:21 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Feb 17 08:13:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b3a86dde Module version bump for bootloader patch revert. Plus compat alias. policy/modules/admin/bootloader.te | 2 +- policy/modules/kernel/files.te | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/policy/modules/admin/bootloader.te b/policy/modules/admin/bootloader.te index bd69d431..8ed70327 100644 --- a/policy/modules/admin/bootloader.te +++ b/policy/modules/admin/bootloader.te @@ -1,4 +1,4 @@ -policy_module(bootloader, 1.17.1) +policy_module(bootloader, 1.17.2) ######################################## # diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te index 2d8fa232..625768e2 100644 --- a/policy/modules/kernel/files.te +++ b/policy/modules/kernel/files.te @@ -1,4 +1,4 @@ -policy_module(files, 1.23.1) +policy_module(files, 1.23.2) ######################################## # @@ -48,6 +48,8 @@ attribute usercanread; # type boot_t; files_mountpoint(boot_t) +# compatibility aliases for removed types: +typealias boot_t alias bootloader_run_t; # default_t is the default type for files that do not # match any specification in the file_contexts configuration