Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Sun, 09 Feb 2014 10:54:37
Message-Id: 1391942918.eefedf42792afe7062c103cb8df70816296b14ed.swift@gentoo
1 commit: eefedf42792afe7062c103cb8df70816296b14ed
2 Author: Chris PeBenito <pebenito <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 14:24:02 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 10:48:38 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=eefedf42
7
8 Add comment about couchdb_js policy.
9
10 ---
11 policy/modules/contrib/couchdb.te | 2 ++
12 1 file changed, 2 insertions(+)
13
14 diff --git a/policy/modules/contrib/couchdb.te b/policy/modules/contrib/couchdb.te
15 index 390c8cb..0688856 100644
16 --- a/policy/modules/contrib/couchdb.te
17 +++ b/policy/modules/contrib/couchdb.te
18 @@ -105,6 +105,8 @@ miscfiles_read_localization(couchdb_t)
19 # couchdb_js policy
20 #
21
22 +# this is a complete policy. It processes the javascript
23 +# ouside the main process, passing data via FIFO.
24 allow couchdb_js_t self:process { execmem getsched setsched };
25
26 files_read_usr_files(couchdb_js_t)