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 C3FC0138010 for ; Tue, 30 Oct 2012 18:37:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11DA721C0BA; Tue, 30 Oct 2012 18:36:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4238321C0AF for ; Tue, 30 Oct 2012 18:36:22 +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 AC33A33D8EA for ; Tue, 30 Oct 2012 18:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 70DBDE5455 for ; Tue, 30 Oct 2012 18:36:16 +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: <1351621990.74cdf0db5df0a47d99b3cde979e5b75976fde5ef.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/irc.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 74cdf0db5df0a47d99b3cde979e5b75976fde5ef X-VCS-Branch: master Date: Tue, 30 Oct 2012 18:36:16 +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: 448d7564-564b-417b-ab03-05cad3e44cd2 X-Archives-Hash: 8a49352c4449cd332d439606dbdd839c commit: 74cdf0db5df0a47d99b3cde979e5b75976fde5ef Author: Dominick Grift gmail com> AuthorDate: Tue Oct 30 10:55:46 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue Oct 30 18:33:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=74cdf0db Make it so that irc clients can also get attributes of cifs, nfs, fuse and other file systems Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/irc.te | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/irc.te b/policy/modules/contrib/irc.te index 5e77940..0604c46 100644 --- a/policy/modules/contrib/irc.te +++ b/policy/modules/contrib/irc.te @@ -1,4 +1,4 @@ -policy_module(irc, 2.2.2) +policy_module(irc, 2.2.3) ######################################## # @@ -87,7 +87,7 @@ domain_use_interactive_fds(irc_t) files_read_usr_files(irc_t) -fs_getattr_xattr_fs(irc_t) +fs_getattr_all_fs(irc_t) fs_search_auto_mountpoints(irc_t) term_use_controlling_term(irc_t)