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 1SiQZt-0003GQ-Ku for garchives@archives.gentoo.org; Sat, 23 Jun 2012 13:40:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C98AE09D4; Sat, 23 Jun 2012 13:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C129E09D4 for ; Sat, 23 Jun 2012 13:40:05 +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 1B3261B403D for ; Sat, 23 Jun 2012 13:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B0002E5436 for ; Sat, 23 Jun 2012 13:40:02 +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: <1338314646.ba5aeec9c3071233c4980ccd923e3e46930923b5.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/mcs X-VCS-Directories: policy/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: ba5aeec9c3071233c4980ccd923e3e46930923b5 X-VCS-Branch: master Date: Sat, 23 Jun 2012 13:40:02 +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: c9028abd-8b72-48e4-b736-8ad04967adc6 X-Archives-Hash: d438f1e1b45b0a265898436a997db504 commit: ba5aeec9c3071233c4980ccd923e3e46930923b5 Author: Sven Vermeulen siphos be> AuthorDate: Tue May 29 18:04:06 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue May 29 18:04:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-refp= olicy.git;a=3Dcommit;h=3Dba5aeec9 Remove execute priv for db_schema constrain --- policy/mcs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policy/mcs b/policy/mcs index 51797b2..9be762b 100644 --- a/policy/mcs +++ b/policy/mcs @@ -117,7 +117,7 @@ mlsconstrain { db_tuple } { insert relabelto } mlsconstrain db_database { drop getattr setattr relabelfrom access insta= ll_module load_module get_param set_param } ( h1 dom h2 ); =20 -mlsconstrain db_schema { drop getattr setattr relabelfrom execute } +mlsconstrain db_schema { drop getattr setattr relabelfrom } ( h1 dom h2 ); =20 mlsconstrain db_table { drop getattr setattr relabelfrom select update i= nsert delete lock }