search for: wrappper

Displaying 1 result from an estimated 1 matches for "wrappper".

Did you mean: wrapper
2006 Oct 26
1
Storing ownership / device nodes without root
...ap their use of stat/chown to grab/modify the uid/gid/ rdev/mode from/to xattrs of the form user.rsync.fake- {uid,gid,mode,rdev}. The EA code would also silently drop EAs of those names. This seems to me like a pretty easy change that would be quite useful. do_mknod and do_lchown are already wrapppers. The hardest part would be tracking down all the uses of stat/fstat/etc and wrapping them. What do others think? If people like this, I'll write it. If people have a better suggestion, let me know, because I need to solve this!