Request for patch review

Jeremy Allison jra at samba.org
Fri Oct 12 17:22:45 MDT 2012


On Fri, Oct 12, 2012 at 03:38:30PM -0700, Matthieu Patou wrote:
> Jeremy,
> On 10/12/2012 03:04 PM, Jeremy Allison wrote:
> >Here's a quick change to make check_parent_access() match the
> >usage in smbd_check_access_rights() w.r.t. checking privileges
> >instead of allowing blanket root access.
> >
> >Foundation of my fixes to get SeBackup/SeRestore working.
> >
> >Currently does not change smbd behavior (use_privs is
> >always passed in as "false").
> >
> >Volker if you're happy please push !
> >
> >Cheers,
> >
> >	Jeremy.
> I know that you are not adding a function per se but just parameters.
> But according to README.Coding the wrapping seems wrong but in the
> same time modifying other lines might more wrong (ie. breaking the
> git blame).
> 
> "
> When wrapping parameters for function calls,
> align the parameter list with the first parameter on the previous line.
> Use tabs to get as close as possible and then fill in the final 7
> characters or less with whitespace.
> "

I just made the parameter change match the previous
indentation, which is tab-based.

But modifying the indentation before push doesn't change
the sense of it so I don't mind if the reviewer wants
to do that.

Jeremy.


More information about the samba-technical mailing list