Re: chroot
Re: chroot
- Subject: Re: chroot
- From: Jim Correia <email@hidden>
- Date: Wed, 19 Mar 2003 12:16:51 -0500
On Wednesday, March 19, 2003, at 11:56 AM, David Cittadini wrote:
I have tried to perform a chroot() as follows:
chroot("/Users/Test/apps");
This should work and yet it fails with a -1 error (which says I have a
privileges problem). I have full access to this directory and all its
resources. The chroot() will only run if I am logged in as root.
Does anyone know of any problems or quirks of chroot() on Mac OS X?
The man page for chroot says
"This call is restricted to the super-user."
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >chroot (From: David Cittadini <email@hidden>) |