]> 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)
committerThiébaud Weksteen <tweek@google.com>
Mon, 21 Jun 2021 12:16:39 +0000 (14:16 +0200)
commitda277d4eff9899f189a270cf35741087728d2c8c
treeb852003179eaf74f6d965b7f110a60a3c732d142
parent17fc8693cd60733227204fe31395575778984e3c
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