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 1BBA81381F3 for ; Fri, 16 Aug 2013 07:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E87DE0E5A; Fri, 16 Aug 2013 07:38:42 +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 35EF0E0E5A for ; Fri, 16 Aug 2013 07:38:42 +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 DC86333EC9D for ; Fri, 16 Aug 2013 07:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E5AE7E468F for ; Fri, 16 Aug 2013 07:38:38 +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: <1376638363.444a58e7c37def0425c75a8a75e02cfd017fc730.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: 444a58e7c37def0425c75a8a75e02cfd017fc730 X-VCS-Branch: master Date: Fri, 16 Aug 2013 07:38:38 +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: 98268ced-6ae2-4e77-8ae4-a663a5ba8320 X-Archives-Hash: d2e0ae83b888a7c6d996dd20271bb87c commit: 444a58e7c37def0425c75a8a75e02cfd017fc730 Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 16 07:32:43 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri Aug 16 07:32:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=444a58e7 dnsmasq reads mtu sysctl In src/radv.c, dnsmasq reads in the value of /proc/sys/net/ipv6/conf/*/mtu. --- 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 37a3b7b..f88f752 100644 --- a/policy/modules/contrib/dnsmasq.te +++ b/policy/modules/contrib/dnsmasq.te @@ -53,6 +53,7 @@ files_pid_filetrans(dnsmasq_t, dnsmasq_var_run_t, { dir file }) kernel_read_kernel_sysctls(dnsmasq_t) kernel_read_network_state(dnsmasq_t) +kernel_read_net_sysctls(dnsmasq_t) kernel_read_system_state(dnsmasq_t) kernel_request_load_module(dnsmasq_t)