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 B420D1381F3 for ; Mon, 23 Sep 2013 13:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22863E0ACF; Mon, 23 Sep 2013 13:31:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85075E0AAC for ; Mon, 23 Sep 2013 13:31:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9376C33ED70 for ; Mon, 23 Sep 2013 13:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5D371E5460 for ; Mon, 23 Sep 2013 13:31: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: <1379917600.da10fcbc0b173d636603c46203a47ef2ca51f74c.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/abrt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: da10fcbc0b173d636603c46203a47ef2ca51f74c X-VCS-Branch: master Date: Mon, 23 Sep 2013 13:31: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: b53a1e7b-ea01-438f-9a63-1ecf00bbd8f3 X-Archives-Hash: e26f9cca46331d7716d8456507c07519 Message-ID: <20130923133141.yY5s2khjbKD-a1legfJ4OtxFRlXDohFlgL8cAOb7dCc@z> commit: da10fcbc0b173d636603c46203a47ef2ca51f74c Author: Dominick Grift gmail com> AuthorDate: Thu Sep 19 17:25:11 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Sep 23 06:26:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=da10fcbc We dont use the arbt domain types template. Use a more uniform boolean discription Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/abrt.te | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/policy/modules/contrib/abrt.te b/policy/modules/contrib/abrt.te index de3f140..eb50f07 100644 --- a/policy/modules/contrib/abrt.te +++ b/policy/modules/contrib/abrt.te @@ -1,4 +1,4 @@ -policy_module(abrt, 1.4.0) +policy_module(abrt, 1.4.1) ######################################## # @@ -15,10 +15,11 @@ policy_module(abrt, 1.4.0) gen_tunable(abrt_anon_write, false) ## -##

-## Allow abrt-handle-upload to modify public files -## used for public file transfer services in /var/spool/abrt-upload/. -##

+##

+## Determine whether abrt-handle-upload +## can modify public files used for public file +## transfer services in /var/spool/abrt-upload/. +##

##
gen_tunable(abrt_upload_watch_anon_write, true) @@ -95,8 +96,8 @@ type abrt_watch_log_t, abrt_domain; type abrt_watch_log_exec_t; init_daemon_domain(abrt_watch_log_t, abrt_watch_log_exec_t) -# Support for abrt-upload-watch -abrt_basic_types_template(abrt_upload_watch) +type abrt_upload_watch_t, abrt_domain; +type abrt_upload_watch_exec_t; init_daemon_domain(abrt_upload_watch_t, abrt_upload_watch_exec_t) ifdef(`enable_mcs',` @@ -415,7 +416,7 @@ logging_read_all_logs(abrt_watch_log_t) ####################################### # -# abrt-upload-watch local policy +# Upload watch local policy # corecmd_exec_bin(abrt_upload_watch_t)