summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2017-07-28 11:46:02 +0100
committerSimon McVittie <smcv@debian.org>2017-07-28 11:46:02 +0100
commit94f6c651f835411bb8c2c08f6d7b33397447ea40 (patch)
treea437024215d8142dca9309077ae2c263065dbfc6
parent901711e4bff21d0ca6790ca7427487be1e04e450 (diff)
downloaddbus-94f6c651f835411bb8c2c08f6d7b33397447ea40.tar.gz
NEWS for #101848
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 90a54ecd..be44e98b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,17 @@ Enhancements:
are not broadcast signals, respectively.
(fd.o #29853, Simon McVittie)
+• <allow> and <deny> rules can now be configured to apply only to
+ messages with or without Unix file descriptors attached. This would
+ typically be used in rules like these:
+ <allow send_destination="..." max_unix_fds="0"/>
+ <deny send_destination="..." min_unix_fds="1"/>
+ <deny receive_sender="..." min_unix_fds="1"/>
+ but can also be used to set a nonzero upper limit on the number of
+ file descriptors:
+ <allow send_destination="..." max_unix_fds="4"/>
+ (fd.o #101848, Simon McVittie)
+
Fixes:
• When parsing dbus-daemon configuration, tell Expat not to use