X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-apply.1.in;h=adf6d035477eeebc2e807268cd72e94d26c3c9ab;hb=f2db311f527e6037c836cf1b14debb841e09b440;hp=1868100ca3da65ec9db3fcbebed721655a017b59;hpb=232c381f9f3ab814258aa8e2380f537498a50905;p=wimlib diff --git a/doc/imagex-apply.1.in b/doc/imagex-apply.1.in index 1868100c..adf6d035 100644 --- a/doc/imagex-apply.1.in +++ b/doc/imagex-apply.1.in @@ -244,12 +244,25 @@ File glob of additional split WIM parts that are part of the split WIM being applied. See \fBSPLIT_WIMS\fR. .TP \fB--unix-data\fR -This option may only be given in the normal extraction mode (not NTFS). -By default, in the normal extraction mode, \fB@IMAGEX_PROGNAME@ apply\fR will ignore both -Windows-style security descriptors and UNIX-specific file owners, groups, and -modes set when using \fB@IMAGEX_PROGNAME@ capture\fR with the \fB--unix-data\fR flag. By -passing \fB--unix-data\fR to \fB@IMAGEX_PROGNAME@ apply\fR instead, this causes this -UNIX-specific data to be restored when available. +This option may only be given in the normal extraction mode (not NTFS). By +default, in the normal extraction mode on UNIX, \fB@IMAGEX_PROGNAME@ apply\fR +will ignore both Windows-style security descriptors and UNIX-specific file +owners, groups, and modes set when using \fB@IMAGEX_PROGNAME@ capture\fR with +the \fB--unix-data\fR flag. By passing \fB--unix-data\fR to +\fB@IMAGEX_PROGNAME@ apply\fR instead, this causes this UNIX-specific data to be +restored when available. +.TP +\fB--no-acls\fR +In the NTFS apply mode, do not apply security descriptors. This flag is also +available in the native Win32 build of wimlib and may be useful when running +\fB@IMAGEX_PROGNAME@\fR as a non-administrator. +.TP +\fB--strict-acls\fR +Fail immediately if the full security descriptor of any file or directory cannot +be set exactly as specified in the WIM file. The default behavior without this +option is to fall back to setting a security descriptor with the SACL omitted, +then only the default inherited security descriptor, if we do not have +permission to set the desired one. .SH NOTES