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 4D14B138CD2 for ; Fri, 15 May 2015 13:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1519E0830; Fri, 15 May 2015 13:47:36 +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 5166DE0830 for ; Fri, 15 May 2015 13:47:36 +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 88E98340DE8 for ; Fri, 15 May 2015 13:47:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E8659ED for ; Fri, 15 May 2015 13:47:32 +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: <1431696516.7f4df16703908b51f8a290532f1902a5981134ce.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/postfix.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7f4df16703908b51f8a290532f1902a5981134ce X-VCS-Branch: master Date: Fri, 15 May 2015 13:47:32 +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: 858efcee-6255-4410-a88c-dc2da75f5f52 X-Archives-Hash: 5bc5dc73e548a5bd759d666837723540 commit: 7f4df16703908b51f8a290532f1902a5981134ce Author: Sven Vermeulen siphos be> AuthorDate: Fri May 15 13:28:36 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri May 15 13:28:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7f4df167 Move specifics to ifdef distro_gentoo policy/modules/contrib/postfix.te | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/policy/modules/contrib/postfix.te b/policy/modules/contrib/postfix.te index 1c0a34c..47cfeb0 100644 --- a/policy/modules/contrib/postfix.te +++ b/policy/modules/contrib/postfix.te @@ -500,8 +500,6 @@ corecmd_read_bin_files(postfix_map_t) corecmd_read_bin_pipes(postfix_map_t) corecmd_read_bin_sockets(postfix_map_t) -domain_use_interactive_fds(postfix_map_t) - files_list_home(postfix_map_t) files_read_usr_files(postfix_map_t) files_read_etc_runtime_files(postfix_map_t) @@ -513,8 +511,6 @@ logging_send_syslog_msg(postfix_map_t) miscfiles_read_localization(postfix_map_t) -userdom_use_user_terminals(postfix_map_t) - optional_policy(` locallogin_dontaudit_use_fds(postfix_map_t) ') @@ -815,4 +811,12 @@ ifdef(`distro_gentoo',` # rw_sock_files_pattern(postfix_postdrop_t, postfix_public_t, postfix_public_t) + + ##################################### + # + # Local postmap policy + # + + domain_use_interactive_fds(postfix_map_t) + userdom_use_user_terminals(postfix_map_t) ') 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 57122138CCF for ; Fri, 15 May 2015 13:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB9D6E0814; Fri, 15 May 2015 13:29:54 +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 7F1EEE0814 for ; Fri, 15 May 2015 13:29:54 +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 A2F35340E8B for ; Fri, 15 May 2015 13:29:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D3A9D6 for ; Fri, 15 May 2015 13:29:41 +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: <1431696516.7f4df16703908b51f8a290532f1902a5981134ce.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/postfix.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7f4df16703908b51f8a290532f1902a5981134ce X-VCS-Branch: swift Date: Fri, 15 May 2015 13:29:41 +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: 14a3efc0-23f0-44bb-baae-2d23a99f07da X-Archives-Hash: deac559d3baa5b4f3bc36793574ebb8b Message-ID: <20150515132941.IA6od_Ke3oJUvuoclBgBKzwhhWvFPHeLXt3VCzVQduc@z> commit: 7f4df16703908b51f8a290532f1902a5981134ce Author: Sven Vermeulen siphos be> AuthorDate: Fri May 15 13:28:36 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri May 15 13:28:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7f4df167 Move specifics to ifdef distro_gentoo policy/modules/contrib/postfix.te | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/policy/modules/contrib/postfix.te b/policy/modules/contrib/postfix.te index 1c0a34c..47cfeb0 100644 --- a/policy/modules/contrib/postfix.te +++ b/policy/modules/contrib/postfix.te @@ -500,8 +500,6 @@ corecmd_read_bin_files(postfix_map_t) corecmd_read_bin_pipes(postfix_map_t) corecmd_read_bin_sockets(postfix_map_t) -domain_use_interactive_fds(postfix_map_t) - files_list_home(postfix_map_t) files_read_usr_files(postfix_map_t) files_read_etc_runtime_files(postfix_map_t) @@ -513,8 +511,6 @@ logging_send_syslog_msg(postfix_map_t) miscfiles_read_localization(postfix_map_t) -userdom_use_user_terminals(postfix_map_t) - optional_policy(` locallogin_dontaudit_use_fds(postfix_map_t) ') @@ -815,4 +811,12 @@ ifdef(`distro_gentoo',` # rw_sock_files_pattern(postfix_postdrop_t, postfix_public_t, postfix_public_t) + + ##################################### + # + # Local postmap policy + # + + domain_use_interactive_fds(postfix_map_t) + userdom_use_user_terminals(postfix_map_t) ')