]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: add fakeroot option.
authorNicholas Clark <nicholas.clark@gmail.com>
Tue, 16 Oct 2018 19:37:45 +0000 (15:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 16 Oct 2018 19:37:45 +0000 (15:37 -0400)
commitea1a3fa2fd530f085d79727e9aa8c3a48ad89fdf
tree89b3ca9e639c806ade610d78ac6f54f530a4d67b
parent7b9e3cb1f4083b07a32b08545dc3baae96729cd7
fuse2fs: add fakeroot option.

Add a new 'fakeroot' option to fuse2fs. When enabled, fuse2fs will
will pretend to be root when checking file permssions. This allows
fuse2fs to be used for building/modifying rootfs images as an
unprivileged user.

As per the maintainer's request, nosuid and nodev are automatically
enabled when fakeroot is selected (on platforms that support them)
to help prevent accidental misuse.

Signed-off-by: Nicholas Clark <nicholas.clark@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
acinclude.m4
configure
configure.ac
lib/config.h.in
misc/fuse2fs.1.in
misc/fuse2fs.c