diff options
| author | makkalot <makkalot@gmail.com> | 2008-08-20 12:05:51 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-08-20 12:05:51 +0300 |
| commit | a07ef03e52427fa26f8990031705a86fdd7c9291 (patch) | |
| tree | 94a805c7f373ba706d980becf279c2855e55efd2 /funcweb/funcweb.te | |
| parent | 4005973a517189036a98175f61ae1006914ef323 (diff) | |
| parent | cc10cfa9b4e39e901128749cf034d64c4db47ad7 (diff) | |
Merge branch 'export_methods'
Diffstat (limited to 'funcweb/funcweb.te')
| -rw-r--r-- | funcweb/funcweb.te | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/funcweb/funcweb.te b/funcweb/funcweb.te new file mode 100644 index 0000000..1e610ae --- /dev/null +++ b/funcweb/funcweb.te @@ -0,0 +1,12 @@ +module funcweb 1.0.0; + +require { + type httpd_t; + type port_t; + attribute port_type; + class tcp_socket name_connect; +} + +type funcweb_port_t, port_type; + +allow httpd_t funcweb_port_t:tcp_socket name_connect; |
