On 20 March 2011 18:46, Daniel Drake <dsd at laptop.org> 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