Searched refs:XATTR_NOSECURITY (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.101.15/security/ |
| H A D | mac_vfs_subr.c | 169 int options = XATTR_NOSECURITY; in mac_vnop_setxattr() 200 int options = XATTR_NOSECURITY; in mac_vnop_getxattr() 219 int options = XATTR_NOSECURITY; in mac_vnop_removexattr()
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | xattr.h | 42 #define XATTR_NOSECURITY 0x0008 macro
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_xattr.c | 137 if (!(options & XATTR_NOSECURITY)) { in vn_getxattr() 194 if (!(options & XATTR_NOSECURITY)) { in vn_setxattr() 254 if ((error == 0) && !(options & XATTR_NOSECURITY)) { in vn_setxattr() 286 if (!(options & XATTR_NOSECURITY)) { in vn_removexattr() 319 if ((error == 0) && !(options & XATTR_NOSECURITY)) { in vn_removexattr() 348 if (!(options & XATTR_NOSECURITY)) { in vn_listxattr() 651 error = vn_setxattr(vp, XATTR_RESOURCEFORK_NAME, auio, XATTR_NOSECURITY, context); in vnode_flushnamedstream() 808 XATTR_NOSECURITY, context); in getshadowfile() 817 XATTR_NOSECURITY, context) == 0)) { in getshadowfile() 981 XATTR_NOSECURITY, context); in default_getnamedstream()
|
| H A D | kpi_vfs.c | 2470 error = vn_getxattr(vp, KAUTH_FILESEC_XATTR, NULL, &xsize, XATTR_NOSECURITY, ctx); in vnode_get_filesec() 2515 XATTR_NOSECURITY, in vnode_get_filesec() 2632 XATTR_NOSECURITY, /* we have auth'ed already */ in vnode_set_filesec() 3207 error = vn_removexattr(vp, KAUTH_FILESEC_XATTR, XATTR_NOSECURITY, ctx); in vnode_setattr_fallback()
|
| H A D | vfs_syscalls.c | 13042 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in getxattr() 13126 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fgetxattr() 13190 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in setxattr() 13270 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fsetxattr() 13339 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in removexattr() 13393 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fremovexattr() 13447 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in listxattr() 13489 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in flistxattr()
|
| H A D | vfs_attrlist.c | 890 error = vn_setxattr(vp, XATTR_FINDERINFO_NAME, auio, XATTR_NOSECURITY, ctx); in setattrlist_setfinderinfo() 1874 &fisize, XATTR_NOSECURITY, ctx); in attr_pack_common() 2160 &rsize, XATTR_NOSECURITY, ctx); in attr_pack_file()
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | decmpfs.c | 559 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, NULL, &attr_size, XATTR_NOSECURITY, decmpfs_ctx); 581 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, attr_uio, &read_size, XATTR_NOSECURITY, decmpfs_ctx);
|