From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SYvWf-0007v8-43 for garchives@archives.gentoo.org; Mon, 28 May 2012 08:42:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CAD9E077B; Mon, 28 May 2012 08:41:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2020DE077A for ; Mon, 28 May 2012 08:41:50 +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 4532D1B4024 for ; Mon, 28 May 2012 08:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0E2C1E5428 for ; Mon, 28 May 2012 08:41:49 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1338194067.6cdd08259ada20578ed678db846d78728bb59041.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/udev.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 6cdd08259ada20578ed678db846d78728bb59041 X-VCS-Branch: master Date: Mon, 28 May 2012 08:41:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 450ebc68-ba98-4452-a164-48e7820b65de X-Archives-Hash: 578422f1d387c3dd7db62f3e333a1d89 commit: 6cdd08259ada20578ed678db846d78728bb59041 Author: Sven Vermeulen siphos be> AuthorDate: Mon May 28 08:34:27 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon May 28 08:34:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-refp= olicy.git;a=3Dcommit;h=3D6cdd0825 Allow udev to manage sock files in its run dir --- policy/modules/system/udev.te | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/policy/modules/system/udev.te b/policy/modules/system/udev.t= e index f32e4bb..321a43b 100644 --- a/policy/modules/system/udev.te +++ b/policy/modules/system/udev.te @@ -74,6 +74,7 @@ read_files_pattern(udev_t, udev_rules_t, udev_rules_t) manage_dirs_pattern(udev_t, udev_var_run_t, udev_var_run_t) manage_files_pattern(udev_t, udev_var_run_t, udev_var_run_t) manage_lnk_files_pattern(udev_t, udev_var_run_t, udev_var_run_t) +manage_sock_files_pattern(udev_t, udev_var_run_t, udev_var_run_t) files_pid_filetrans(udev_t, udev_var_run_t, { dir file }) =20 kernel_read_system_state(udev_t)