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 DAD6B138200 for ; Fri, 19 Oct 2012 15:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67D2FE066E; Fri, 19 Oct 2012 15:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B3089E066E for ; Fri, 19 Oct 2012 15:06:55 +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 8833A33DA5B for ; Fri, 19 Oct 2012 15:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 72D70E544E for ; Fri, 19 Oct 2012 15:06:52 +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: <1350659037.bf146a0c05ea61984290a0c3188cd46973d242a7.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/authlogin.if policy/modules/system/udev.te policy/modules/system/userdomain.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: bf146a0c05ea61984290a0c3188cd46973d242a7 X-VCS-Branch: master Date: Fri, 19 Oct 2012 15:06:52 +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: d68f633a-a5bc-4657-a7ab-0a669c827f48 X-Archives-Hash: ba70580ce50dcb8f6c90b14af8b10952 commit: bf146a0c05ea61984290a0c3188cd46973d242a7 Author: Dominick Grift gmail com> AuthorDate: Wed Oct 17 12:33:39 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri Oct 19 15:03:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=bf146a0c Changes to various policy modules pcscd_read_pub_files is deprecated use pcscd_read_pid_files instead Signed-off-by: Dominick Grift gmail.com> --- policy/modules/system/authlogin.if | 2 +- policy/modules/system/udev.te | 2 +- policy/modules/system/userdomain.if | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/system/authlogin.if b/policy/modules/system/authlogin.if index 405a9d1..395ef59 100644 --- a/policy/modules/system/authlogin.if +++ b/policy/modules/system/authlogin.if @@ -395,7 +395,7 @@ interface(`auth_domtrans_chk_passwd',` ') optional_policy(` - pcscd_read_pub_files($1) + pcscd_read_pid_files($1) pcscd_stream_connect($1) ') diff --git a/policy/modules/system/udev.te b/policy/modules/system/udev.te index 60e7aa9..7c58b46 100644 --- a/policy/modules/system/udev.te +++ b/policy/modules/system/udev.te @@ -273,7 +273,7 @@ optional_policy(` ') optional_policy(` - pcscd_read_pub_files(udev_t) + pcscd_read_pid_files(udev_t) pcscd_domtrans(udev_t) ') diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index 21eb5a6..e1addea 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -679,7 +679,7 @@ template(`userdom_common_user_template',` ') optional_policy(` - pcscd_read_pub_files($1_t) + pcscd_read_pid_files($1_t) pcscd_stream_connect($1_t) ')