]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: reimplement X-mount.{owner,group,mode}= by hooks
authorKarel Zak <kzak@redhat.com>
Mon, 30 May 2022 09:47:32 +0000 (11:47 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:53:12 +0000 (12:53 +0100)
commitee99f438b899c81f44aaf9f4cd90910cde9d712d
treea6fb3851729d7e66c4129b042e462c3219fcfa63
parentc54947e9936fa1832931775fbd2532976f0adf8f
libmount: reimplement X-mount.{owner,group,mode}= by hooks

* "prepare-options hook" parses {owner,group,mode}= options

* "mount-post hook" calls chmod/own

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/meson.build
libmount/src/Makemodule.am
libmount/src/context.c
libmount/src/context_mount.c
libmount/src/hook_owner.c [new file with mode: 0644]
libmount/src/hooks.c
libmount/src/mountP.h