Stephen Smalley wrote: >On Wed, 2005-02-23 at 11:29 -0500, Daniel J Walsh wrote: > > >>Should be in Rawhide tonight. I have put it out on my people page >>ftp://people.redhat.com/dwalsh/SELinux/Fedora >> >>I have attached the patch. >> >> > >1) data_size should be size_t (same as fix by Ulrich to load_policy). > >2) Error message looks like it is missing a verb (while user >configuration), and the comment is cut-and-paste from the booleans. > >3) Do you really want it to fail completely if sepol_genusers() returns >an error other than ENOENT or EINVAL (e.g. ENOMEM is possible, EACCES is >possible if it lacks permission to read the file, ...)? Likely should >just always proceed with the original binary policy if there is any >error from sepol_genusers(). That will let the system come up with >system_u, user_u, and root for basic recovery. > > > Ok try again.