On Fri, 2006-06-23 at 16:32 -0400, Eric Paris wrote: > The below patch will convert > > -{get,set}fscreatecon() > -{get,set}execcon() > -{get,set}con() > -getpidcon() > -getprevcon() > > to use the new {get,set}procattrcon() generic functions. The only two > caveats are > > both getprevcon_raw() and getcon_raw() had callers elsewhere in > libselinux. So the raw version of these functions were left and now > call directly into the raw version of the generic functions. I see you removed a bunch of *_raw() functions, you've changed the ABI of the library and broken at least secon (in policycoreutils) and gnome-vfs2. Is that intentional? The hidden_def() doesn't make them library local functions, just creates the hidden version as an alias ... so ignore that part of my previous email. -- James Antill