K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-02-22T03:56:58.000000Z K 7 svn:log V 415 After much consulting with bde, concluded that this fix was the best fix to the current jail/chflags interactions. This fix conditionalizes ``root behavior'' in the chflags() case on not being in jail, so attempts to perform a chflags in a jail are limited to what a normal user could do. For example, this does allow setting of user flags as appropriate, but prohibits changing of system flags. Reviewed by: bde END