On Mon, Apr 04, 2011 at 01:59:50AM +, Christos Zoulas wrote:
> >Check for getuid(2) == 0.
>
> Why not setuid() to fix it?
That would indeed be the right thing to do. However, I am not quite sure how
atf(7) actually works. It seems to create some temporary files such that
simply changing the r
In article <20110404014946.4b9e917...@cvs.netbsd.org>,
Jukka Ruohonen wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: jruoho
>Date: Mon Apr 4 01:49:45 UTC 2011
>
>Modified Files:
> src/tests/syscall: t_access.c
>
>Log Message:
>Check for getuid(2) == 0.
Why not setuid()
On Apr 3, 2011, at 12:44, David A. Holland wrote:
> Module Name: src
> Committed By: dholland
> Date: Sun Apr 3 19:44:15 UTC 2011
>
> Modified Files:
> src/usr.bin/units: units.1
>
> Log Message:
> Expand user warning (adding examples) and move to CAVEATS as it's not fixable.
>