MCPcopy Create free account
hub / github.com/RsyncProject/rsync / del_def_xattr_acl

Function del_def_xattr_acl

xattrs.c:1129–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127}
1128
1129int del_def_xattr_acl(const char *fname)
1130{
1131 return sys_lremovexattr(fname, XDEF_ACL_ATTR);
1132}
1133#endif
1134
1135int get_stat_xattr(const char *fname, int fd, STRUCT_STAT *fst, STRUCT_STAT *xst)

Callers 1

set_rsync_aclFunction · 0.85

Calls 1

sys_lremovexattrFunction · 0.85

Tested by

no test coverage detected