bert wiley <[email protected]> writes:
> No where in the code do i ever see any access to the jail.h type systems
> calls

Because at that stage in the development process, the system calls in
<sys/jail.h> belong to the old implementation.

> so does the syscall(375, JAIL_CREATE, argv[1]); actually access the
> jail subsystem and create a jail?

It calls the new system call, which at that stage hasn't been added to
libc yet, because it would conflict with the existing system calls.

> Here is the link i used to find this code
> http://www.watson.org/~robert/freebsd/jailng/

You realize that this is eight years old, right?  And that the jail
infrastructure has been extensively modified since then, and is
currently being rewritten again?

DES
-- 
Dag-Erling Smørgrav - [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to