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 85BA6138D03 for ; Sat, 11 Jul 2015 14:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A18CE0900; Sat, 11 Jul 2015 14:09:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82C9DE0900 for ; Sat, 11 Jul 2015 14:09:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A249C34095A for ; Sat, 11 Jul 2015 14:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC70E764 for ; Sat, 11 Jul 2015 14:09:45 +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: <1436622232.e65a2857d90b4c7be249a89b7571e3a2215d9111.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/salt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: e65a2857d90b4c7be249a89b7571e3a2215d9111 X-VCS-Branch: swift Date: Sat, 11 Jul 2015 14:09:45 +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: 39452dcf-a7ee-4e93-8bbb-7190a86c8d60 X-Archives-Hash: 5a742dc85c09e5238a12318bcc401db6 commit: e65a2857d90b4c7be249a89b7571e3a2215d9111 Author: Sven Vermeulen siphos be> AuthorDate: Sat Jul 11 13:43:52 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Jul 11 13:43:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e65a2857 Fix typo policy/modules/contrib/salt.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 00d1931..ab19bf7 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -101,7 +101,7 @@ files_pid_file(salt_var_run_t) allow salt_master_t self:capability { net_admin sys_admin sys_tty_config }; allow salt_master_t self:capability2 block_suspend; -allow salt_master_t self:process { getsched setschd signal }; +allow salt_master_t self:process { getsched setsched signal }; allow salt_master_t self:tcp_socket create_stream_socket_perms; allow salt_master_t self:udp_socket create_socket_perms; allow salt_master_t self:fifo_file rw_fifo_file_perms; 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 51887138D03 for ; Sat, 11 Jul 2015 13:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F9BE0877; Sat, 11 Jul 2015 13:44:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84A08E0877 for ; Sat, 11 Jul 2015 13:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9202A3407D2 for ; Sat, 11 Jul 2015 13:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D451731 for ; Sat, 11 Jul 2015 13:43:58 +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: <1436622232.e65a2857d90b4c7be249a89b7571e3a2215d9111.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/salt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: e65a2857d90b4c7be249a89b7571e3a2215d9111 X-VCS-Branch: master Date: Sat, 11 Jul 2015 13:43:58 +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: 95b42128-2782-4abd-a6f3-2741175e9455 X-Archives-Hash: 345539d97e3de29c4083b073305205ab Message-ID: <20150711134358.f-V0lxQRQI7iKT-jUb4QsHiPoTCC5JW8h735FmKKxiU@z> commit: e65a2857d90b4c7be249a89b7571e3a2215d9111 Author: Sven Vermeulen siphos be> AuthorDate: Sat Jul 11 13:43:52 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Jul 11 13:43:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e65a2857 Fix typo policy/modules/contrib/salt.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 00d1931..ab19bf7 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -101,7 +101,7 @@ files_pid_file(salt_var_run_t) allow salt_master_t self:capability { net_admin sys_admin sys_tty_config }; allow salt_master_t self:capability2 block_suspend; -allow salt_master_t self:process { getsched setschd signal }; +allow salt_master_t self:process { getsched setsched signal }; allow salt_master_t self:tcp_socket create_stream_socket_perms; allow salt_master_t self:udp_socket create_socket_perms; allow salt_master_t self:fifo_file rw_fifo_file_perms;