summaryrefslogtreecommitdiff
path: root/cups/api-filter.shtml
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-20 15:20:48 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-20 15:20:48 +0000
commitabcaca5754725f083941f09bf0811216a0c6db17 (patch)
treee25dccd24742dda39f43d7d6421268ec948f2f23 /cups/api-filter.shtml
parent59aa4944176cae44429298f058cf070f4a4b7896 (diff)
downloadcups-abcaca5754725f083941f09bf0811216a0c6db17.tar.gz
Update sandboxing documentation to indicate which directories are allowed for
domain sockets. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12103 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/api-filter.shtml')
-rw-r--r--cups/api-filter.shtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/api-filter.shtml b/cups/api-filter.shtml
index eb08da3b0..7c33179c8 100644
--- a/cups/api-filter.shtml
+++ b/cups/api-filter.shtml
@@ -867,7 +867,7 @@ void *my_data;
<li>Bluetooth and USB: backends can access Bluetooth and USB printers through IOKit. <em>Filters cannot access Bluetooth and USB printers directly.</em></li>
- <li>Network: filters and backends can access UNIX domain sockets under the <var>/private/var/run</var> and <var>/private/var/tmp</var> directories. Backends can also create IPv4 and IPv6 TCP (outgoing) and UDP (incoming and outgoing) socket, and bind to local source ports. <em>Filters cannot directly create IPv4 and IPv6 TCP or UDP sockets.</em></li>
+ <li>Network: filters and backends can access UNIX domain sockets under the <var>/private/tmp</var>, <var>/private/var/run</var>, and <var>/private/var/tmp</var> directories. Backends can also create IPv4 and IPv6 TCP (outgoing) and UDP (incoming and outgoing) socket, and bind to local source ports. <em>Filters cannot directly create IPv4 and IPv6 TCP or UDP sockets.</em></li>
<li>Notifications: filters and backends can send notifications via the Darwin <code>notify_post()</code> API.</li>