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 1SYzEO-0002tl-7b for garchives@archives.gentoo.org; Mon, 28 May 2012 12:39:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5368BE055E; Mon, 28 May 2012 12:39:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 26B7FE055E for ; Mon, 28 May 2012 12:39:21 +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 7EF5C1B4008 for ; Mon, 28 May 2012 12:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 415B7E5428 for ; Mon, 28 May 2012 12:39:19 +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: <1338208727.7bfaff0b1cbe1b1d2c9d75f56f267eeeae7022dd.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/postgresql.if X-VCS-Directories: policy/modules/services/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7bfaff0b1cbe1b1d2c9d75f56f267eeeae7022dd X-VCS-Branch: master Date: Mon, 28 May 2012 12:39:19 +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: 4e4407a2-9c32-451b-a5b8-80101250cca5 X-Archives-Hash: 8890526eb2a7e6ff63f7f0e45d6b0d8d commit: 7bfaff0b1cbe1b1d2c9d75f56f267eeeae7022dd Author: Sven Vermeulen siphos be> AuthorDate: Mon May 28 12:38:47 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon May 28 12:38:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-refp= olicy.git;a=3Dcommit;h=3D7bfaff0b Fix typo, thanks to amade for noticing --- policy/modules/services/postgresql.if | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policy/modules/services/postgresql.if b/policy/modules/servi= ces/postgresql.if index 414397e..19b53b3 100644 --- a/policy/modules/services/postgresql.if +++ b/policy/modules/services/postgresql.if @@ -498,7 +498,7 @@ interface(`postgresql_unpriv_client',` type_transition $1 sepgsql_database_type:db_blob unpriv_sepgsql_blob_t; =20 allow $1 unpriv_sepgsql_proc_exec_t:db_procedure { getattr execute }; - ype_transition $1 sepgsql_schema_type:db_procedure unpriv_sepgsql_proc_= exec_t; + type_transition $1 sepgsql_schema_type:db_procedure unpriv_sepgsql_proc= _exec_t; =20 allow $1 unpriv_sepgsql_schema_t:db_schema { getattr add_name remove_na= me }; type_transition $1 sepgsql_database_type:db_schema unpriv_sepgsql_schem= a_t;