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 7A683138247 for ; Mon, 25 Nov 2013 17:26:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8D51E08A1; Mon, 25 Nov 2013 17:25:57 +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 87DE1E08A1 for ; Mon, 25 Nov 2013 17:25:57 +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 A033E33F38D for ; Mon, 25 Nov 2013 17:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D756E530A for ; Mon, 25 Nov 2013 17:25:55 +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: <1385400263.1b3c2a4cd3001474e3068bb3dc9a91181e7db187.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/googletalk.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1b3c2a4cd3001474e3068bb3dc9a91181e7db187 X-VCS-Branch: master Date: Mon, 25 Nov 2013 17:25:55 +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: 8faf10a9-5c5c-4f4d-b887-5e6512b2170c X-Archives-Hash: 795c4c8956b8b96bf54cab6d3419c81c commit: 1b3c2a4cd3001474e3068bb3dc9a91181e7db187 Author: Sven Vermeulen siphos be> AuthorDate: Mon Nov 25 17:24:23 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Nov 25 17:24:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1b3c2a4c Allow webcam detection Without getattr rights on /dev/initctl, the Google Talk plugin does not detect any webcams. Once enabled, the detection works again. --- policy/modules/contrib/googletalk.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/googletalk.te b/policy/modules/contrib/googletalk.te index fdc24fc..5a71f60 100644 --- a/policy/modules/contrib/googletalk.te +++ b/policy/modules/contrib/googletalk.te @@ -65,6 +65,9 @@ fs_getattr_tmpfs(googletalk_plugin_t) term_dontaudit_getattr_unallocated_ttys(googletalk_plugin_t) +# Needed to find video device? +init_getattr_initctl(googletalk_plugin_t) + logging_send_syslog_msg(googletalk_plugin_t) miscfiles_read_localization(googletalk_plugin_t)