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 05B3C138A1F for ; Tue, 8 Apr 2014 16:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2196BE0CF7; Tue, 8 Apr 2014 16:02:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67440E0CEE for ; Tue, 8 Apr 2014 16:02:04 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 559A4340019 for ; Tue, 8 Apr 2014 16:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A4E23188D4 for ; Tue, 8 Apr 2014 16:02:01 +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: <1396972501.1e38c79a38749e559fd12eeddd14eda3ae6ebb8c.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/dnsmasq.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1e38c79a38749e559fd12eeddd14eda3ae6ebb8c X-VCS-Branch: master Date: Tue, 8 Apr 2014 16:02:01 +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: 86cb2a6b-a0af-47e7-a2c1-ba36668315b3 X-Archives-Hash: d16321daf0e376bff7d4ee02bb38190a commit: 1e38c79a38749e559fd12eeddd14eda3ae6ebb8c Author: Sven Vermeulen siphos be> AuthorDate: Sun Mar 30 14:09:12 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Apr 8 15:55:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1e38c79a dnsmasq reads MTU sysctl The dnsmasq application reads in the value of the /proc/sys/net/ipv6/conf/*/mtu values. This is confirmed through looking at the source code of dnsmasq, in src/radv.c. Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/dnsmasq.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/dnsmasq.te b/policy/modules/contrib/dnsmasq.te index f1fdee0..7027424 100644 --- a/policy/modules/contrib/dnsmasq.te +++ b/policy/modules/contrib/dnsmasq.te @@ -52,6 +52,7 @@ manage_files_pattern(dnsmasq_t, dnsmasq_var_run_t, dnsmasq_var_run_t) files_pid_filetrans(dnsmasq_t, dnsmasq_var_run_t, { dir file }) kernel_read_kernel_sysctls(dnsmasq_t) +kernel_read_net_sysctls(dnsmasq_t) kernel_read_network_state(dnsmasq_t) kernel_read_system_state(dnsmasq_t) kernel_request_load_module(dnsmasq_t)