File: pgmemcache.te

package info (click to toggle)
pgmemcache 2.3.0-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: ansic: 975; sql: 221; makefile: 64; sh: 29
file content (14 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module pgmemcache 1.0;

require {
       type postgresql_port_t;
       type postgresql_t;
       type http_cache_port_t;
       class tcp_socket name_connect;
       class unix_stream_socket connectto;
}

#============= postgresql_t ==============
allow postgresql_t http_cache_port_t:tcp_socket name_connect;
allow postgresql_t http_cache_port_t:unix_stream_socket connectto;