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 6E310198005 for ; Mon, 11 Mar 2013 18:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B168E0788; Mon, 11 Mar 2013 18:53:12 +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 A26BAE0788 for ; Mon, 11 Mar 2013 18:53:11 +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 208D233DA28 for ; Mon, 11 Mar 2013 18:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AEB32E4079 for ; Mon, 11 Mar 2013 18:53:08 +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: <1363027879.855bd03f6bb088afb1fc0907c44664b70a7ad471.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/corecommands.fc X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 855bd03f6bb088afb1fc0907c44664b70a7ad471 X-VCS-Branch: master Date: Mon, 11 Mar 2013 18:53:08 +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: af28a626-fc1f-4d6d-a8d0-709fa69589bf X-Archives-Hash: 437df6e590bfbe08b3a0ea3650806cf5 commit: 855bd03f6bb088afb1fc0907c44664b70a7ad471 Author: Sven Vermeulen siphos be> AuthorDate: Mon Mar 11 18:51:19 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Mar 11 18:51:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=855bd03f Fix bug #460326 - Use bin_t for notification daemon The xfce4 notification daemon should be bin_t, so that the session dbus can execute it with the proper transition back to the user domain. --- policy/modules/kernel/corecommands.fc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/policy/modules/kernel/corecommands.fc b/policy/modules/kernel/corecommands.fc index affd731..0b6bbcc 100644 --- a/policy/modules/kernel/corecommands.fc +++ b/policy/modules/kernel/corecommands.fc @@ -411,3 +411,7 @@ ifdef(`distro_suse', ` ifdef(`distro_suse',` /var/lib/samba/bin/.+ gen_context(system_u:object_r:bin_t,s0) ') + +ifdef(`distro_gentoo',` +/usr/lib/xfce4/notifyd/xfce4-notifyd -- gen_context(system_u:object_r:bin_t,s0) +')