From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-666212-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C01C0138CF9 for <garchives@archives.gentoo.org>; Sun, 9 Feb 2014 10:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5B87E0A6C; Sun, 9 Feb 2014 10:54:36 +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 10D22E0A6E for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2014 10:54:36 +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 3A24C33F8B6 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2014 10:54:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D403D18876 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2014 10:54:33 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1391942918.eefedf42792afe7062c103cb8df70816296b14ed.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/couchdb.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: eefedf42792afe7062c103cb8df70816296b14ed X-VCS-Branch: master Date: Sun, 9 Feb 2014 10:54:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 96fc75d7-01d8-4c25-885d-f37de4bdd359 X-Archives-Hash: ca31f9d3229bce744870518e051bf491 commit: eefedf42792afe7062c103cb8df70816296b14ed Author: Chris PeBenito <pebenito <AT> gentoo <DOT> org> AuthorDate: Sat Feb 8 14:24:02 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sun Feb 9 10:48:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=eefedf42 Add comment about couchdb_js policy. --- policy/modules/contrib/couchdb.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/couchdb.te b/policy/modules/contrib/couchdb.te index 390c8cb..0688856 100644 --- a/policy/modules/contrib/couchdb.te +++ b/policy/modules/contrib/couchdb.te @@ -105,6 +105,8 @@ miscfiles_read_localization(couchdb_t) # couchdb_js policy # +# this is a complete policy. It processes the javascript +# ouside the main process, passing data via FIFO. allow couchdb_js_t self:process { execmem getsched setsched }; files_read_usr_files(couchdb_js_t)