]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/clonefile.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / clonefile.2
index c9fd137e6fafc79a0c80ab615a839377c4d4a557..114321e0d15400f91c2ef897f0f336925ebb17d5 100644 (file)
@@ -61,7 +61,9 @@ or
 .Xr mkdirat 2
 or
 .Xr symlinkat 2
 .Xr mkdirat 2
 or
 .Xr symlinkat 2
-if the current user does not have privileges to change ownership.
+if the current user does not have privileges to change ownership. If the optional
+flag CLONE_NOOWNERCOPY is passed, the ownership information is the same as if the
+the current user does not have privileges to change ownership
 
 .
 .It
 
 .
 .It
@@ -133,6 +135,17 @@ names a symbolic link.
 .
 .El
 .Pp
 .
 .El
 .Pp
+.Bl -tag -width CLONE_NOOWNERCOPY 
+.
+.It CLONE_NOOWNERCOPY 
+Don't copy ownership information from the source when run called with superuser privileges.
+The symbolic link is itself cloned if
+.Fa src
+names a symbolic link.
+.
+.El
+.Pp
+The
 The
 .Fn clonefile ,
 .Fn clonefileat
 The
 .Fn clonefile ,
 .Fn clonefileat