]> git.saurik.com Git - apple/copyfile.git/blobdiff - copyfile_private.h
copyfile-146.250.1.tar.gz
[apple/copyfile.git] / copyfile_private.h
index 8f805d9981ebd365f6cb3f0b9eb3fbdee68316dc..0111e0d750bc82cafb3cbc60ab9dc1ef5e2e2ca5 100644 (file)
@@ -30,4 +30,9 @@
  */
 # define COPYFILE_STATE_INTENT 256
 
+/*
+ * File flags that are not preserved when copying stat information.
+ */
+#define COPYFILE_OMIT_FLAGS    (UF_TRACKED | SF_RESTRICTED)
+
 #endif /* _COPYFILE_PRIVATE_H */