Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Selinux and RPM packaging (trac): msg#00019
|
Subject: |
Re: Selinux and RPM packaging (trac) |
On Wed, 2005-12-07 at 16:18 +0100, Nicklas Norling wrote:
> Been looking around for quite some time and have found very little about
> how one is
> supposed to create rpm packages with selinux content.
>
> Specifically I'm trying to create a rpm package of trac
> http://projects.edgewall.com/trac/.
> The Wiki there suggests .fc and .te files for it
> http://projects.edgewall.com/trac/wiki/TracWithSeLinux.
>
> How would you recommend I go about this project. Does selinux contain a
> system
> for plugging in .te and .fc files so contexts are recognized during the
> package install or
> should I submitt these files for inclusion in the normal policy packages
> and wait for it
> to hit the fans?
>
> Do anyone have any pointers to best practis in these situations? What
> can the .spec file
> do in order to keep track of selinux permissions etc.
Current practice is just to submit patches to the single monolithic
policy to add your .te and .fc files there rather than trying to package
them with your software package. However, FC5 (development) has
incorporated the new support for binary policy modules, which allows
individual .te and .fc files to be precompiled and packaged together and
shipped separate from the base policy package. So it depends on what
you are targeting, e.g. if you are looking ahead to FC5 or just trying
to get things working in FC4.
--
Stephen Smalley
National Security Agency
|
| |