On 20 March 2011 18:46, Daniel Drake <[email protected]> wrote: > So..tar must be doing something different from chmod when applying > permissions.
It uses openat() with O_CREAT and the mode parameter. fakeroot doesn't catch openat(), nor open(). Daniel _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
