diff options
author | Simon McVittie <smcv@debian.org> | 2017-07-28 11:46:02 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-07-28 11:46:02 +0100 |
commit | 94f6c651f835411bb8c2c08f6d7b33397447ea40 (patch) | |
tree | a437024215d8142dca9309077ae2c263065dbfc6 | |
parent | 901711e4bff21d0ca6790ca7427487be1e04e450 (diff) | |
download | dbus-94f6c651f835411bb8c2c08f6d7b33397447ea40.tar.gz |
NEWS for #101848
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |