Skip to content

Commit

Permalink
Update AppleVolumes.default.5.xml remove all pre- and post- exec: com…
Browse files Browse the repository at this point in the history
…mands
  • Loading branch information
dgsga committed Oct 16, 2023
1 parent f57ee16 commit 62b62f8
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions doc/manual/man/man5/AppleVolumes.default.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,16 +365,6 @@
</listitem>
</varlistentry>

<varlistentry>
<term>preexec_close</term>

<listitem>
<para>A non-zero return code from preexec closes the volume
immediately, preventing clients to mount/see the volume
in question.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>ro</term>

Expand All @@ -386,16 +376,6 @@
</listitem>
</varlistentry>

<varlistentry>
<term>root_preexec_close</term>

<listitem>
<para>A non-zero return code from root_preexec closes the
volume immediately, preventing clients to mount/see the volume
in question.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>upriv</term>

Expand Down Expand Up @@ -466,42 +446,6 @@
</listitem>
</varlistentry>

<varlistentry>
<term>preexec:<replaceable>[command]</replaceable></term>

<listitem>
<para>command to be run when the volume is mounted, ignored for user
defined volumes</para>
</listitem>
</varlistentry>

<varlistentry>
<term>postexec:<replaceable>[command]</replaceable></term>

<listitem>
<para>command to be run when the volume is closed, ignored for user
defined volumes</para>
</listitem>
</varlistentry>

<varlistentry>
<term>root_preexec:<replaceable>[command]</replaceable></term>

<listitem>
<para>command to be run as root when the volume is mounted, ignored
for user defined volumes</para>
</listitem>
</varlistentry>

<varlistentry>
<term>root_postexec:<replaceable>[command]</replaceable></term>

<listitem>
<para>command to be run as root when the volume is closed, ignored
for user defined volumes</para>
</listitem>
</varlistentry>

<varlistentry>
<term>rolist:[<option>users/groups</option>]</term>

Expand Down Expand Up @@ -1000,8 +944,7 @@

<listitem>
<para>Don't stat volume path when enumerating volumes list,
useful for automounting or volumes created by a preexec
script.</para>
useful for automounting.</para>
</listitem>
</varlistentry>

Expand Down

0 comments on commit 62b62f8

Please sign in to comment.