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 8087D1381F3 for ; Thu, 15 Aug 2013 07:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E535E0A95; Thu, 15 Aug 2013 07:35:14 +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 A3162E0A95 for ; Thu, 15 Aug 2013 07:35:13 +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 AB7C033EAE2 for ; Thu, 15 Aug 2013 07:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9CAD8E468F for ; Thu, 15 Aug 2013 07:35:10 +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: <1376552033.a80540439b1794446089ce3da86f257cdfb9f8d8.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: a80540439b1794446089ce3da86f257cdfb9f8d8 X-VCS-Branch: master Date: Thu, 15 Aug 2013 07:35:10 +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: 7ad51b3b-cf6a-4d77-b56e-d881533eca70 X-Archives-Hash: 6a410510ebd54a8436cc4c51ca58c36a commit: a80540439b1794446089ce3da86f257cdfb9f8d8 Author: Sven Vermeulen siphos be> AuthorDate: Thu Aug 15 07:33:53 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Aug 15 07:33:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a8054043 Improve style --- policy/modules/contrib/googletalk.te | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/policy/modules/contrib/googletalk.te b/policy/modules/contrib/googletalk.te index 78074ff..c61f13b 100644 --- a/policy/modules/contrib/googletalk.te +++ b/policy/modules/contrib/googletalk.te @@ -38,18 +38,6 @@ manage_files_pattern(googletalk_plugin_t, googletalk_plugin_xdg_config_t, google kernel_read_system_state(googletalk_plugin_t) -dev_getattr_all_blk_files(googletalk_plugin_t) -dev_getattr_all_chr_files(googletalk_plugin_t) -dev_read_sound(googletalk_plugin_t) -dev_read_video_dev(googletalk_plugin_t) -dev_search_sysfs(googletalk_plugin_t) -dev_write_sound(googletalk_plugin_t) -dev_write_video_dev(googletalk_plugin_t) - -sysnet_read_config(googletalk_plugin_t) - -term_dontaudit_getattr_unallocated_ttys(googletalk_plugin_t) - corecmd_exec_bin(googletalk_plugin_t) corecmd_exec_shell(googletalk_plugin_t) @@ -59,6 +47,14 @@ corenet_tcp_sendrecv_generic_node(googletalk_plugin_t) corenet_udp_bind_generic_node(googletalk_plugin_t) +dev_getattr_all_blk_files(googletalk_plugin_t) +dev_getattr_all_chr_files(googletalk_plugin_t) +dev_read_sound(googletalk_plugin_t) +dev_read_video_dev(googletalk_plugin_t) +dev_search_sysfs(googletalk_plugin_t) +dev_write_sound(googletalk_plugin_t) +dev_write_video_dev(googletalk_plugin_t) + # It runs find in /etc to find any release file for knowing the distribution it # runs on. Yes, great isnt it... files_dontaudit_getattr_all_dirs(googletalk_plugin_t) @@ -67,10 +63,14 @@ files_read_usr_files(googletalk_plugin_t) fs_getattr_tmpfs(googletalk_plugin_t) +term_dontaudit_getattr_unallocated_ttys(googletalk_plugin_t) + logging_send_syslog_msg(googletalk_plugin_t) miscfiles_read_localization(googletalk_plugin_t) +sysnet_read_config(googletalk_plugin_t) + userdom_search_user_home_content(googletalk_plugin_t) googletalk_generic_xdg_config_home_filetrans_plugin_xdg_config(googletalk_plugin_t, dir, "google-googletalkplugin")