bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: should GNU install call matchpathcon by default?


From: Jim Meyering
Subject: Re: should GNU install call matchpathcon by default?
Date: Fri, 09 Nov 2007 15:42:03 +0100

Eamon Walsh <address@hidden> wrote:
> Don't have a suggestion on the usage, but your overhead is coming from
> the loading of the file contexts database on each invocation of
> /bin/install.  You could try to make the gettext installer more
> judicious about batching things into a single /bin/install command
> line. Or make install a shell builtin, so that it's not a separate
> process.

Thanks for the suggestions, but unfortunately, neither is feasible,
since the Makefile install rules are generated by automake.

> There is a new handle-based set of calls that replaces matchpathcon()
> and friends.  See include/selinux/label.h.  If you're rewriting this
> part of the code, I'd recommend switching over.  It won't affect
> performance too much I'm afraid, but maybe at some point there will be
> a daemon backend of some sort so it just makes an IPC call instead of
> loading the database in the library code.

Good to know.
I'll hold off for now, since there'd be no immediate benefit.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]