mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 02:35:05 +00:00
socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established
This commit is contained in:
@@ -510,7 +510,7 @@
|
||||
<term><varname>Transparent=</varname></term>
|
||||
<listitem><para>Takes a boolean
|
||||
value. Controls the IP_TRANSPARENT
|
||||
option. Defaults to
|
||||
socket option. Defaults to
|
||||
<option>false</option>.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -518,17 +518,17 @@
|
||||
<term><varname>Broadcast=</varname></term>
|
||||
<listitem><para>Takes a boolean
|
||||
value. This controls the SO_BROADCAST
|
||||
option, which allows broadcast
|
||||
socket option, which allows broadcast
|
||||
datagrams to be sent from this
|
||||
socket. Defaults to
|
||||
<option>false</option>.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>PassCred=</varname></term>
|
||||
<term><varname>PassCredentials=</varname></term>
|
||||
<listitem><para>Takes a boolean
|
||||
value. This controls the SO_PASSCRED
|
||||
option, which allows UNIX sockets to
|
||||
socket option, which allows UNIX sockets to
|
||||
receive the credentials of the sending
|
||||
process in an ancillary message.
|
||||
Defaults to
|
||||
|
||||
Reference in New Issue
Block a user