From: Brian K. <br...@kr...> - 2009-07-14 18:56:45
|
Hi, I found a solution. Here it is; cd / && find . -exec setfattr -h -x security.selinux '{}' \; This removes all selinux context data so that my dump/restores are clean and the logs don't get filled with junk. This only works with selinux disabled of course. - Brian On Jul 14, 2009, at 11:51 AM, Stelian Pop wrote: > Hi Brian, > > On Tue, Jul 07, 2009 at 04:32:46PM -0700, Brian Krusic wrote: > >> Is there a way to exclude xattr from dumps? > > Sorry for taking so long to answer. > > Unfortunately no, there is no way right now to ignore the dumping of > EAs. > > It would be indeed be nice to have an option in dump and/or restore to > inhibit the treatment of EAs. > > I'm not sure I'll implement this very soon, but anyway it would be > nice > if you could submit an enhancement request on sourceforge, > so I will not forget about this. > > Thanks! > > -- > Stelian Pop <st...@po...> |