Skip to content

Commit

Permalink
couchdb can write to its own local.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
wtogami committed Jul 7, 2014
1 parent 94ad052 commit f413dfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions couchdb.te
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ allow couchdb_t self:tcp_socket { accept listen };
allow couchdb_t couchdb_conf_t:dir list_dir_perms;
allow couchdb_t couchdb_conf_t:file read_file_perms;

# couchdb can write to its own local.ini
allow couchdb_t couchdb_conf_t:file write;

can_exec(couchdb_t, couchdb_exec_t)

domtrans_pattern(couchdb_t, couchdb_js_exec_t, couchdb_js_t)
Expand Down

0 comments on commit f413dfc

Please sign in to comment.