From: Joshua Brindle <method@manicmethod.com>
To: Joe Nall <joe@nall.com>
Cc: Chad Sellers <csellers@tresys.com>,
Joshua Brindle <jbrindle@tresys.com>,
jwcart2@tycho.nsa.gov, Daniel J Walsh <dwalsh@redhat.com>,
Paul Howarth <paul@city-fan.org>,
SE Linux <selinux@tycho.nsa.gov>,
Stephen Lawrence <slawrence@tresys.com>,
Stephen Smalley <sds@tycho.nsa.gov>,
Eamon Walsh <ewalsh@tycho.nsa.gov>
Subject: Re: [RFC] Install SELinux policies from rpm package header
Date: Mon, 13 Jul 2009 13:40:16 -0400 [thread overview]
Message-ID: <4A5B7180.8080909@manicmethod.com> (raw)
In-Reply-To: <9DB3FF14-CCB5-445C-BE63-1EBE84125E6A@nall.com>
Joe Nall wrote:
>
> On Jul 13, 2009, at 11:15 AM, Chad Sellers wrote:
>
>> On 7/10/09 4:26 PM, "Joshua Brindle" <jbrindle@tresys.com> wrote:
>>
>>>> From: James Carter [mailto:jwcart2@tycho.nsa.gov]
>>>>
>>>>> Its alot worse than that. What about files on backup
>>>> drives? Offline drives?
>>>>> transient files that will get relabeled to something inappropriate?
>>>>> I'm not confortable relabeling databases with potentially sensitive
>>>>> data to var_lib_t because mysql was uninstalled.
>>>>>
>>>>
>>>> The argument seems to be for removing the ability to remove modules.
>>>> It would be the roach motel style of policy management.
>>>>
>>>
>>> I like it, policies check in but don't check out. I haven't heard an
>>> argument about 1) how I'm crazy and wrong or 2) how to keep systems
>>> running as expected otherwise though.
>>
>> There's certainly a case for leaving all policy installed. Policy is
>> configuration data, which RPM also leaves installed when removing
>> packages.
>> We could easily treat policy the same.
>
> Our app has 140 rpms that install policy. They install in the %post and
> do a restorecon of the relevant installed files and
> /etc/selinux/mls/modules. Daemons are stopped in the %preun. Policy is
> removed in the %postun and more restorecon occurs. The biggest annoyance
> with this approach is the 140 individual transactions are ssllooww.
>
Yes, if you want to test out the patch sent to the rpm list and report results
with lots of policy packages that would be awesome :)
> I would really like to see policy batched up and installed early in the
> transaction. I think blindly leaving the policy behind on uninstall is
> configuration management insanity. When an rpm is removed, all of the
> unmodified installation should be removed with it. Files should be
> relabeled to match the post installation policy. That way a subsequent
> install behaves the way you would intuitively expect.
>
I see the claim but I don't see the argument. A subsequent install will either
replace the old module or do nothing (if its the same) and all the old files
will already be labeled properly, in fact this is the main reason I want to
leave old policies around. Note that users will always be able to remove
policies themselves, I just don't think we can make rpm smart enough to know the
users intentions (perhaps if it was written in python we could just import
psychic :) )
> If the app developer is concerned about the post-uninstall type
> enforcement on application created files, a separate policy rpm solves
> the problem.
>
This isn't practical. Sure some app developer may write an uninstall module but
those aren't going to exist for all the policies in refpolicy.
A kind-of-like-this idea I came up with was to have an "uninstall template" that
would take the old module, find the file types and fill in the uninstall
template policy with that, that way files would keep their types and the
uninstall template could give admins/backup apps/etc continuing access. I feel
like this would be far too fragile and easy to mess up though.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next prev parent reply other threads:[~2009-07-13 17:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-09 15:03 [RFC] Install SELinux policies from rpm package header Chad Sellers
2009-07-09 20:10 ` Paul Howarth
2009-07-09 20:48 ` Daniel J Walsh
2009-07-09 21:13 ` Chad Sellers
2009-07-10 14:55 ` Joshua Brindle
2009-07-10 15:58 ` James Carter
2009-07-10 20:26 ` Joshua Brindle
2009-07-13 14:55 ` James Carter
2009-07-13 15:38 ` James Carter
2009-07-13 16:15 ` Chad Sellers
2009-07-13 17:33 ` Joe Nall
2009-07-13 17:40 ` Joshua Brindle [this message]
2009-07-13 18:39 ` Joe Nall
2009-07-13 18:52 ` Joshua Brindle
2009-07-14 12:20 ` Daniel J Walsh
2009-07-14 14:36 ` Joshua Brindle
2009-07-10 21:11 ` max bianco
2009-07-13 20:42 ` Chad Sellers
2009-07-10 21:17 ` Paul Moore
2009-07-13 14:36 ` Joshua Brindle
2009-07-09 20:54 ` Chad Sellers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A5B7180.8080909@manicmethod.com \
--to=method@manicmethod.com \
--cc=csellers@tresys.com \
--cc=dwalsh@redhat.com \
--cc=ewalsh@tycho.nsa.gov \
--cc=jbrindle@tresys.com \
--cc=joe@nall.com \
--cc=jwcart2@tycho.nsa.gov \
--cc=paul@city-fan.org \
--cc=sds@tycho.nsa.gov \
--cc=selinux@tycho.nsa.gov \
--cc=slawrence@tresys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.