]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: (mount) de-duplicate when apply MS_SECURE
authorKarel Zak <kzak@redhat.com>
Thu, 18 Aug 2022 10:04:43 +0000 (12:04 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
commit7ed18d0370834121ac4798815e248eeb606e8555
tree1375106ac27e7c680e268f166baffd723c372153
parent5fd43ad39108b4e9d9de93b75c2c23d0eb645e9c
libmount: (mount) de-duplicate when apply MS_SECURE

The options string "users,exec" is "users,nodev,nosuid,noexec,exec",
the option "noexec" is unnecessary here. The last option is the winner
("exec" in this case).

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_mount.c