]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount.8.adoc: Remove context options exclusion
authorThiƩbaud Weksteen <tweek@google.com>
Mon, 21 Jun 2021 12:15:16 +0000 (14:15 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jul 2021 09:33:27 +0000 (11:33 +0200)
commit864578ded7fee28aaa2a18881b9328f3920abdf3
tree97e9411a96c82ecbccd564cc14131612e23dacff
parentb0f8d63e6314140a6e51c2cbe5bc143e6e53ab1b
mount.8.adoc: Remove context options exclusion

The exclusivity between the {fscontext, defcontext} and context options
was removed in kernel 2.6.25[1]. No specific verification on these
options is done in mount(8)[2].

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c9180a57a9ab2d5525faf8815a332364ee9e89b7
[2] https://github.com/karelzak/util-linux/blob/master/libmount/src/context_mount.c#L202
sys-utils/mount.8.adoc