X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-apply.1.in;h=b59a5930922eb215314bc7ba710646a64035eefc;hb=5ecd28a69d7eb0e5098d59ab807f0d9320ac4c77;hp=4c6a1b459bc2e09adcebd76e5c43452c26da4078;hpb=09d5c7b390a18d5cc29a87853dce0c4681e8f153;p=wimlib diff --git a/doc/imagex-apply.1.in b/doc/imagex-apply.1.in index 4c6a1b45..b59a5930 100644 --- a/doc/imagex-apply.1.in +++ b/doc/imagex-apply.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive @@ -252,10 +252,17 @@ 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--noacls\fR +\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