Home
last modified time | relevance | path

Searched refs:VFS_MOUNT_FLAG_NOAUTH (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h1474 #define VFS_MOUNT_FLAG_NOAUTH 0x01 /* Don't check the UID of the directory we are mountin… macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c373 if (flags & VFS_MOUNT_FLAG_NOAUTH) { in vfs_mount_at_path()