]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount.8: clarify (no)suid behavior on file capabilities
authorPeter Wu <peter@lekensteyn.nl>
Fri, 1 Feb 2019 14:40:53 +0000 (15:40 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Apr 2019 10:20:14 +0000 (12:20 +0200)
commit26e60de5c6aa57c144041583935ccb5d923fc4f9
tree7ca66086998132afd2f31401222d197ba55fc023
parent590dc5e919d24e530483af24e877aeb6904d00d2
mount.8: clarify (no)suid behavior on file capabilities

Clarify that the nosuid option also affects file capabilities and that
it only limits execution of programs. (setgid on directories still
inherit the group regardless of the nosuid option.) The new text is
taken from the mount(2) manual page from the man-pages project.

Addresses: https://github.com/karelzak/util-linux/issues/482
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
sys-utils/mount.8