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 466411381F3 for ; Fri, 7 Dec 2012 15:36:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D28A421C011; Fri, 7 Dec 2012 15:36:08 +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 36F8AE059C for ; Fri, 7 Dec 2012 15:36:08 +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 40E7133DB39 for ; Fri, 7 Dec 2012 15:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DB604E5442 for ; Fri, 7 Dec 2012 15:36:05 +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: <1354894210.a67b9bd3f2ba36dbb717527a60356429dc3ced8c.SwifT@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/udev.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: a67b9bd3f2ba36dbb717527a60356429dc3ced8c X-VCS-Branch: master Date: Fri, 7 Dec 2012 15:36:05 +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: cd93f3a0-405a-49fb-a8fd-20f32bace223 X-Archives-Hash: 025a516ea2c84e5caccab0ff6b797631 commit: a67b9bd3f2ba36dbb717527a60356429dc3ced8c Author: Laurent Bigonville bigon be> AuthorDate: Wed Dec 5 20:39:23 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri Dec 7 15:30:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a67b9bd3 Allow udev_t domain to read files labeled as consolekit_var_run_t When the active session is changed, the udev-acl executable is called by ConsoleKit. It will then read the ConsoleKit database to figure out which is the active one. --- policy/modules/system/udev.te | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/policy/modules/system/udev.te b/policy/modules/system/udev.te index a4f7e88..aa943a9 100644 --- a/policy/modules/system/udev.te +++ b/policy/modules/system/udev.te @@ -231,6 +231,10 @@ optional_policy(` ') optional_policy(` + consolekit_read_pid_files(udev_t) +') + +optional_policy(` cups_domtrans_config(udev_t) ')