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 E7470138247 for ; Sat, 18 Jan 2014 10:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C41D2E0C21; Sat, 18 Jan 2014 10:29:23 +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 56095E0C21 for ; Sat, 18 Jan 2014 10:29:23 +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 80C0B33F79F for ; Sat, 18 Jan 2014 10:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4599118096 for ; Sat, 18 Jan 2014 10:29:21 +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: <1389549422.8384bd6cb399474ef8b07178e4044d2b8123b09d.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.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 8384bd6cb399474ef8b07178e4044d2b8123b09d X-VCS-Branch: master Date: Sat, 18 Jan 2014 10:29:21 +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: 0e600026-b615-4336-9f05-59708a7a3f7e X-Archives-Hash: 1342422af98aa8fd7e4216c1ce3f12a3 commit: 8384bd6cb399474ef8b07178e4044d2b8123b09d Author: Sven Vermeulen siphos be> AuthorDate: Sun Jan 12 17:57:02 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jan 12 17:57:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=8384bd6c Typo in init_daemon_run_dir call --- policy/modules/system/authlogin.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/authlogin.te b/policy/modules/system/authlogin.te index 4f4116e..68bc0d6 100644 --- a/policy/modules/system/authlogin.te +++ b/policy/modules/system/authlogin.te @@ -466,5 +466,5 @@ optional_policy(` ') ifdef(`distro_gentoo',` - init_daemon_rundir(pam_var_run_t, "sepermit") + init_daemon_run_dir(pam_var_run_t, "sepermit") ')