]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/priv.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / sys / priv.h
index 1933800d26c781914434d73d6c1c6298f2685dc6..688da64494196c1567445166b868376e33555bea 100644 (file)
 #define PRIV_VFS_SNAPSHOT_REVERT       14003   /* Allow reverting filesystem to a previous snapshot */
 
 #define PRIV_APFS_EMBED_DRIVER         14100   /* Allow embedding an EFI driver into the APFS container */
-#define PRIV_APFS_FUSION_DEBUG      14101   /* Allow getting internal statistics and controlling the APFS fusion container */
+#define PRIV_APFS_FUSION_DEBUG      14101   /* Allow getting internal statistics and controlling the APFS Fusion container */
+#define PRIV_APFS_FUSION_ALLOW_PIN_FASTPROMOTE  14102   /* Allow changing pinned/fastPromote inode flags in APFS Fusion container */
+
 #ifdef KERNEL
 /*
  * Privilege check interface.  No flags are currently defined for the API.