This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module nginx_socket_write 1.0; | |
require { | |
type httpd_t; | |
type var_t; | |
type http_cache_port_t; | |
class sock_file write; | |
class tcp_socket name_connect; | |
} |