mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Support idmapped mount
Adds support for idmapped mounts. Supported as of Linux 5.12 this functionality allows user and group IDs to be remapped without changing their state on disk. This can be useful for portable home directories and a variety of container related use cases. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Youzhong Yang <yyang@mathworks.com> Closes #12923 Closes #13671
This commit is contained in:
@@ -156,7 +156,8 @@ export SYSTEM_FILES_LINUX='attr
|
||||
useradd
|
||||
userdel
|
||||
usermod
|
||||
|
||||
setpriv
|
||||
mountpoint
|
||||
flock
|
||||
logger'
|
||||
|
||||
@@ -226,4 +227,5 @@ export ZFSTEST_FILES='badsend
|
||||
truncate_test
|
||||
ereports
|
||||
zfs_diff-socket
|
||||
dosmode_readonly_write'
|
||||
dosmode_readonly_write
|
||||
idmap_util'
|
||||
|
||||
Reference in New Issue
Block a user