Re: security framework and access()
Re: security framework and access()
- Subject: Re: security framework and access()
- From: Matsumoto Shigeyuki <email@hidden>
- Date: Mon, 16 Jul 2001 10:05:51 +0900
>
> Do you think 'sudo' is safe for my purpose?
>
>
No, sudo doesn't always ask for the password. How should you know what to
>
send?
I understood. It seems possible to examine timestamp of the file in
/var/run/sudo,
but I don't become interest in doing so.
>
main() { setuid(0); return execl(...); }
OK. Setuid tool will be acceptable in this case.
Thank you.
Shigeyuki Matsumoto