Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
240
Issues
240
List
Boards
Labels
Service Desk
Milestones
Merge Requests
28
Merge Requests
28
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dbus
dbus
Commits
94f6c651
Commit
94f6c651
authored
Jul 28, 2017
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEWS for #101848
parent
901711e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
NEWS
NEWS
+11
-0
No files found.
NEWS
View file @
94f6c651
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment