K 10 svn:author V 4 csjp K 8 svn:date V 27 2004-09-02T01:12:20.000000Z K 7 svn:log V 548 MFC v1.243: Currently, if the secure level is low enough, system flags can be manipulated by prison root. In 4.x prison root can not manipulate system flags, regardless of the security level. This behavior should remain consistent to avoid any surprises which could lead to security problems for system administrators which give out privileged access to jails. This commit changes suser_cred's flag argument from SUSER_ALLOWJAIL to 0. This will prevent prison root from being able to manipulate system flags on files. Approved by: re (kensmith) END