misc - Cleaning up warnings that occur on travis
[tpg/acess2.git] / KernelLand / Kernel / include / vfs_ext.h
index 42d9865..73d82ce 100644 (file)
@@ -70,6 +70,10 @@ enum eVFS_SeekDirs
  * \}
  */
 
+#define VFS_ACLENT_ALL 0x7FFFFFFF
+#define VFS_GROUP_ANY  {1, VFS_ACLENT_ALL}     //!< Rules for all users
+#define VFS_USER_NOBODY        {0, VFS_ACLENT_ALL}     //!< Rules for nobody
+
 /**
  * \brief MMap protection flags
  * \{

UCC git Repository :: git.ucc.asn.au