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 BCD0913885E for ; Mon, 4 Feb 2013 19:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9C5E027D; Mon, 4 Feb 2013 19:17:38 +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 21819E027D for ; Mon, 4 Feb 2013 19:17:38 +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 1EB2333DE1F for ; Mon, 4 Feb 2013 19:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A440BE4090 for ; Mon, 4 Feb 2013 19:17:35 +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: <1360004884.c8a8c25caa4f59e4e0331d8defc2690a7445c322.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.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c8a8c25caa4f59e4e0331d8defc2690a7445c322 X-VCS-Branch: master Date: Mon, 4 Feb 2013 19:17:35 +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: ecc30c09-0cbc-412f-ace5-b35187821dc4 X-Archives-Hash: 03db832c230e00e989e715aa3308857e commit: c8a8c25caa4f59e4e0331d8defc2690a7445c322 Author: Laurent Bigonville bigon be> AuthorDate: Sat Jan 12 21:32:22 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Feb 4 19:08:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c8a8c25c udev.if: Call files_search_pid instead of files_search_var_lib in udev_manage_pid_files udev_manage_pid_files is supposed to manage files that are located in /var/run, allow to search files in this directory instead of /var/lib --- policy/modules/system/udev.if | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policy/modules/system/udev.if b/policy/modules/system/udev.if index 5061ad4..06175a7 100644 --- a/policy/modules/system/udev.if +++ b/policy/modules/system/udev.if @@ -369,7 +369,7 @@ interface(`udev_manage_pid_files',` type udev_var_run_t; ') - files_search_var_lib($1) + files_search_pids($1) manage_files_pattern($1, udev_var_run_t, udev_var_run_t) ')