summaryrefslogtreecommitdiffstats
path: root/plugins/omoracle/omoracle.te
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-08 19:00:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-08 19:00:24 +0200
commitaacb6dcbf49b75b223de09aa74c11c2f22f9da27 (patch)
treebc0e294a52190a177e8f64670ee362f1df812556 /plugins/omoracle/omoracle.te
parent1cfa08749b1c474de850f693915b9a32d456c593 (diff)
parent3fa5edb085cf01e0fe502100801cf41bd96228b2 (diff)
downloadrsyslog-aacb6dcbf49b75b223de09aa74c11c2f22f9da27.tar.gz
rsyslog-aacb6dcbf49b75b223de09aa74c11c2f22f9da27.tar.xz
rsyslog-aacb6dcbf49b75b223de09aa74c11c2f22f9da27.zip
Merge branch 'oracle' into nextmaster
Diffstat (limited to 'plugins/omoracle/omoracle.te')
-rw-r--r--plugins/omoracle/omoracle.te13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/omoracle/omoracle.te b/plugins/omoracle/omoracle.te
new file mode 100644
index 00000000..81eb6cf1
--- /dev/null
+++ b/plugins/omoracle/omoracle.te
@@ -0,0 +1,13 @@
+
+module omoracle 1.0;
+
+require {
+ type syslogd_t;
+ type port_t;
+ class process { execstack execmem };
+ class tcp_socket name_connect;
+}
+
+#============= syslogd_t ==============
+allow syslogd_t port_t:tcp_socket name_connect;
+allow syslogd_t self:process { execstack execmem };