1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-19 18:50:24 +03:00

docs:vfs_fruit: add "wipe_intentionally_left_blank_rfork" option

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit f7a98094f05dd4b9abf5dc9704222aa5a07584d4)
This commit is contained in:
Ralph Boehme 2018-10-02 16:31:15 +02:00 committed by Karolin Seeger
parent bfa9fd3162
commit 2a94015b5c

View File

@ -378,6 +378,20 @@
</listitem>
</varlistentry>
<varlistentry>
<term>fruit:wipe_intentionally_left_blank_rfork = yes | no</term>
<listitem>
<para>Whether to wipe Resource Fork data that matches the special
286 bytes sized placeholder blob that macOS client create on
occasion. The blob contains a string <quote>This resource fork
intentionally left blank</quote>, the remaining bytes being mostly
zero. There being no one use of this data, it is probably safe to
discard it. When this option is enabled, this module truncates the
Resource Fork stream to 0 bytes.</para>
<para>The default is <emphasis>no</emphasis>.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>