mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-15 02:12:13 -04:00
man: document squash functionalities
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
e5d35c9a01
commit
0b551b90bd
@ -42,6 +42,11 @@ done to the file system will be written.
|
||||
A directory used internally by fuse\-overlays, must be on the same file
|
||||
system as the upper dir.
|
||||
|
||||
.PP
|
||||
\fB\-o workdir=workdir\fP
|
||||
A directory used internally by fuse\-overlays, must be on the same file
|
||||
system as the upper dir.
|
||||
|
||||
.PP
|
||||
\fB\-o uidmapping=UID:MAPPED\-UID:LEN[,UID2:MAPPED\-UID2:LEN2]\fP
|
||||
\fB\-o gidmapping=GID:MAPPED\-GID:LEN[,GID2:MAPPED\-GID2:LEN2]\fP
|
||||
@ -99,6 +104,18 @@ $ stat \-c %u:%g merged/a merged/b
|
||||
.PP
|
||||
Those are the same IDs visible from outside the user namespace.
|
||||
|
||||
.PP
|
||||
\fB\-o squash\_to\_root\fP
|
||||
Every file and directory is owned by the root user (0:0).
|
||||
|
||||
.PP
|
||||
\fB\-o squash\_to\_uid=uid\fP
|
||||
\fB\-o squash\_to\_gid=gid\fP
|
||||
Every file and directory is owned by the specified uid or gid.
|
||||
|
||||
.PP
|
||||
It has higher precedence over \fBsquash\_to\_root\fP\&.
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
|
@ -84,6 +84,15 @@ $ stat -c %u:%g merged/a merged/b
|
||||
|
||||
Those are the same IDs visible from outside the user namespace.
|
||||
|
||||
**-o squash_to_root**
|
||||
Every file and directory is owned by the root user (0:0).
|
||||
|
||||
**-o squash_to_uid=uid**
|
||||
**-o squash_to_gid=gid**
|
||||
Every file and directory is owned by the specified uid or gid.
|
||||
|
||||
It has higher precedence over **squash_to_root**.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
**fuse**(8), **mount**(8), **user_namespaces**(7)
|
||||
|
Loading…
x
Reference in New Issue
Block a user