Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. module nginxlocalconf 1.0;
  2. require {
  3. type httpd_t;
  4. type couchdb_port_t;
  5. class tcp_socket name_connect;
  6. }
  7. allow httpd_t couchdb_port_t:tcp_socket name_connect;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement