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 CFBE01395E2 for ; Tue, 6 Dec 2016 13:39:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1C6421C1FD; Tue, 6 Dec 2016 13:39:39 +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 9FE6421C1F3 for ; Tue, 6 Dec 2016 13:39:39 +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 E3E3F3414A6 for ; Tue, 6 Dec 2016 13:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9190E24C2 for ; Tue, 6 Dec 2016 13:39:35 +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: <1481027973.b40edf6a92608a7e0bb13981b79bf3cb1eab4fc8.perfinion@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/getty.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b40edf6a92608a7e0bb13981b79bf3cb1eab4fc8 X-VCS-Branch: master Date: Tue, 6 Dec 2016 13:39:35 +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: 2eb9aa0d-6369-4449-b3b0-377f54614727 X-Archives-Hash: 0806b6138552e0987a8f80d603b12856 commit: b40edf6a92608a7e0bb13981b79bf3cb1eab4fc8 Author: cgzones googlemail com> AuthorDate: Sun Dec 4 16:29:17 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 6 12:39:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b40edf6a define filecontext for /run/agetty.reload policy/modules/system/getty.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/getty.fc b/policy/modules/system/getty.fc index e1a1848..7bea727 100644 --- a/policy/modules/system/getty.fc +++ b/policy/modules/system/getty.fc @@ -7,6 +7,7 @@ /var/log/vgetty\.log\..* -- gen_context(system_u:object_r:getty_log_t,s0) /var/run/mgetty\.pid.* -- gen_context(system_u:object_r:getty_var_run_t,s0) +/var/run/agetty\.reload -- gen_context(system_u:object_r:getty_var_run_t,s0) /var/spool/fax(/.*)? gen_context(system_u:object_r:getty_var_run_t,s0) /var/spool/voice(/.*)? gen_context(system_u:object_r:getty_var_run_t,s0) 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 B13BA1395E3 for ; Tue, 6 Dec 2016 14:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 099BEE0C40; Tue, 6 Dec 2016 14:25:02 +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 D3D8DE0C3D for ; Tue, 6 Dec 2016 14:25:01 +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 04774341024 for ; Tue, 6 Dec 2016 14:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C279224B8 for ; Tue, 6 Dec 2016 14:24:59 +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: <1481027973.b40edf6a92608a7e0bb13981b79bf3cb1eab4fc8.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/getty.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b40edf6a92608a7e0bb13981b79bf3cb1eab4fc8 X-VCS-Branch: next Date: Tue, 6 Dec 2016 14:24:59 +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: eb2e8d5e-ed62-49cf-8316-a1ec8cd9ddef X-Archives-Hash: 52680c447764eaf7d4ffc33845b9702a Message-ID: <20161206142459.ir1RNeaBj0O9JZtWvmmxIYWDjMzx-LuS2AU7iYkQmsQ@z> commit: b40edf6a92608a7e0bb13981b79bf3cb1eab4fc8 Author: cgzones googlemail com> AuthorDate: Sun Dec 4 16:29:17 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 6 12:39:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b40edf6a define filecontext for /run/agetty.reload policy/modules/system/getty.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/getty.fc b/policy/modules/system/getty.fc index e1a1848..7bea727 100644 --- a/policy/modules/system/getty.fc +++ b/policy/modules/system/getty.fc @@ -7,6 +7,7 @@ /var/log/vgetty\.log\..* -- gen_context(system_u:object_r:getty_log_t,s0) /var/run/mgetty\.pid.* -- gen_context(system_u:object_r:getty_var_run_t,s0) +/var/run/agetty\.reload -- gen_context(system_u:object_r:getty_var_run_t,s0) /var/spool/fax(/.*)? gen_context(system_u:object_r:getty_var_run_t,s0) /var/spool/voice(/.*)? gen_context(system_u:object_r:getty_var_run_t,s0)