On Thu, 2012-02-02 at 00:53:40 +0100, Mats Erik Andersson wrote: > would the change below make sense, allowing vendors and builders > to override a strong SUID assignment?
> -SUIDMODE = -o root -m 4775 > +SUIDMODE ?= -o root -m 4775 That's not really needed, one can already override it through the make invocation, which is what I'm doing in Debian as the change to restrict the permissions to 4755 were rejected upstream. regards, guillem