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 5ADE2138247 for ; Sat, 30 Nov 2013 15:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 631FDE09F6; Sat, 30 Nov 2013 15:05:13 +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 A6DFCE09EF for ; Sat, 30 Nov 2013 15:05:12 +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 B632233F39A for ; Sat, 30 Nov 2013 15:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 710ECE5537 for ; Sat, 30 Nov 2013 15:05: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: <1385823687.72706d9d9f1c9984e032746b526f2eecb3799f65.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/ctdb.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 72706d9d9f1c9984e032746b526f2eecb3799f65 X-VCS-Branch: master Date: Sat, 30 Nov 2013 15:05: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: 896fe386-dd4e-4790-bb74-86c0d24accee X-Archives-Hash: e8d89854011faf918b7215499eaffbfd commit: 72706d9d9f1c9984e032746b526f2eecb3799f65 Author: Miroslav Grepl redhat com> AuthorDate: Mon Nov 25 14:09:56 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Nov 30 15:01:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=72706d9d Allow ctdb to getattr on al filesystems --- policy/modules/contrib/ctdb.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/ctdb.te b/policy/modules/contrib/ctdb.te index 001b502..50e9960 100644 --- a/policy/modules/contrib/ctdb.te +++ b/policy/modules/contrib/ctdb.te @@ -88,6 +88,8 @@ domain_dontaudit_read_all_domains_state(ctdbd_t) files_read_etc_files(ctdbd_t) files_search_all_mountpoints(ctdbd_t) +fs_getattr_all_fs(ctdbd_t) + logging_send_syslog_msg(ctdbd_t) miscfiles_read_localization(ctdbd_t)