> > because in fshelp_access(), as soon as user->uids contains 0, everything > > is permitted, thus making access() always return X_OK...
That's wrong. It should always have been (st_mode & 0111) for root.
> > because in fshelp_access(), as soon as user->uids contains 0, everything > > is permitted, thus making access() always return X_OK...
That's wrong. It should always have been (st_mode & 0111) for root.