All of lore.kernel.org
 help / color / mirror / Atom feed
* mmac-4.1.1?
@ 2012-09-11 14:00 Joshua Brindle
  2012-09-11 14:51 ` mmac-4.1.1? Stephen Smalley
  0 siblings, 1 reply; 5+ messages in thread
From: Joshua Brindle @ 2012-09-11 14:00 UTC (permalink / raw)
  To: SELinux

I'm wondering if there are plans for an mmac-4.1.1 branch? I see 
mmac-4.0.4 and mmac (which I assume tracks master). I'd like 
install-time and revocation mmac in 4.1.1. Perhaps I'm missing a branch 
that provides that?

--
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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mmac-4.1.1?
  2012-09-11 14:00 mmac-4.1.1? Joshua Brindle
@ 2012-09-11 14:51 ` Stephen Smalley
  2012-09-11 15:23   ` mmac-4.1.1? Joshua Brindle
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Smalley @ 2012-09-11 14:51 UTC (permalink / raw)
  To: Joshua Brindle; +Cc: SELinux

On Tue, 2012-09-11 at 10:00 -0400, Joshua Brindle wrote:
> I'm wondering if there are plans for an mmac-4.1.1 branch? I see 
> mmac-4.0.4 and mmac (which I assume tracks master). I'd like 
> install-time and revocation mmac in 4.1.1. Perhaps I'm missing a branch 
> that provides that?

We merged the install-time MAC support into our main seandroid branches
(i.e. seandroid, seandroid-4.0.4, and seandroid-4.1.1) back in July.
Since that time, mmac and mmac-4.0.4 haven't been maintained - they are
dead (and I don't think they even exist on bitbucket).

We did recently create revoke-perms-jb and tagprop-jb branches with
rebased versions of the revoke-perms and tagprop changes.  You should in
theory be able to cherry-pick changes from those branches onto
seandroid-4.1.1.  But we haven't been doing much with them of late.

-- 
Stephen Smalley
National Security Agency


--
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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mmac-4.1.1?
  2012-09-11 14:51 ` mmac-4.1.1? Stephen Smalley
@ 2012-09-11 15:23   ` Joshua Brindle
  2012-09-11 15:24     ` mmac-4.1.1? Joshua Brindle
  0 siblings, 1 reply; 5+ messages in thread
From: Joshua Brindle @ 2012-09-11 15:23 UTC (permalink / raw)
  To: Stephen Smalley; +Cc: SELinux

Stephen Smalley wrote:
> On Tue, 2012-09-11 at 10:00 -0400, Joshua Brindle wrote:
>> I'm wondering if there are plans for an mmac-4.1.1 branch? I see
>> mmac-4.0.4 and mmac (which I assume tracks master). I'd like
>> install-time and revocation mmac in 4.1.1. Perhaps I'm missing a branch
>> that provides that?
>
> We merged the install-time MAC support into our main seandroid branches
> (i.e. seandroid, seandroid-4.0.4, and seandroid-4.1.1) back in July.
> Since that time, mmac and mmac-4.0.4 haven't been maintained - they are
> dead (and I don't think they even exist on bitbucket).
>
> We did recently create revoke-perms-jb and tagprop-jb branches with
> rebased versions of the revoke-perms and tagprop changes.  You should in
> theory be able to cherry-pick changes from those branches onto
> seandroid-4.1.1.  But we haven't been doing much with them of late.
>

Okay. Looking at the log of revoke-perms-jb it seems like the only 
commit of interest is this one, is that correct?

commit 5ab263eb610d30528134bb28fee5fd83a0bb98aa
Author: rpcraig <rpcraig@tycho.ncsc.mil>
Date:   Fri Aug 24 06:59:51 2012 -0400

     Add revoke permission ability.

     Functionality is driven by policy file. This is a
     departure from the CyanogenMod-esque way of doing
     revocation. No user involvment.

--
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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mmac-4.1.1?
  2012-09-11 15:23   ` mmac-4.1.1? Joshua Brindle
@ 2012-09-11 15:24     ` Joshua Brindle
  2012-09-11 16:39       ` mmac-4.1.1? Robert Craig
  0 siblings, 1 reply; 5+ messages in thread
From: Joshua Brindle @ 2012-09-11 15:24 UTC (permalink / raw)
  To: Stephen Smalley; +Cc: SELinux

Joshua Brindle wrote:
> Stephen Smalley wrote:
>> On Tue, 2012-09-11 at 10:00 -0400, Joshua Brindle wrote:
>>> I'm wondering if there are plans for an mmac-4.1.1 branch? I see
>>> mmac-4.0.4 and mmac (which I assume tracks master). I'd like
>>> install-time and revocation mmac in 4.1.1. Perhaps I'm missing a branch
>>> that provides that?
>>
>> We merged the install-time MAC support into our main seandroid branches
>> (i.e. seandroid, seandroid-4.0.4, and seandroid-4.1.1) back in July.
>> Since that time, mmac and mmac-4.0.4 haven't been maintained - they are
>> dead (and I don't think they even exist on bitbucket).
>>
>> We did recently create revoke-perms-jb and tagprop-jb branches with
>> rebased versions of the revoke-perms and tagprop changes. You should in
>> theory be able to cherry-pick changes from those branches onto
>> seandroid-4.1.1. But we haven't been doing much with them of late.
>>
>
> Okay. Looking at the log of revoke-perms-jb it seems like the only
> commit of interest is this one, is that correct?
>
> commit 5ab263eb610d30528134bb28fee5fd83a0bb98aa
> Author: rpcraig <rpcraig@tycho.ncsc.mil>
> Date: Fri Aug 24 06:59:51 2012 -0400
>
> Add revoke permission ability.
>
> Functionality is driven by policy file. This is a
> departure from the CyanogenMod-esque way of doing
> revocation. No user involvment.

Silly me, that was framework/base, do you know offhand which other 
projects I should look at?

--
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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mmac-4.1.1?
  2012-09-11 15:24     ` mmac-4.1.1? Joshua Brindle
@ 2012-09-11 16:39       ` Robert Craig
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Craig @ 2012-09-11 16:39 UTC (permalink / raw)
  To: Joshua Brindle; +Cc: Stephen Smalley, SELinux

[-- Attachment #1: Type: text/plain, Size: 1983 bytes --]

The commit you mentioned in your prior email is the only one. We moved away
from allowing users the ability to revoke permissions and thus the changes
only dealt with the PMS.

On Tue, Sep 11, 2012 at 11:24 AM, Joshua Brindle <method@manicmethod.com>wrote:

> Joshua Brindle wrote:
>
>> Stephen Smalley wrote:
>>
>>> On Tue, 2012-09-11 at 10:00 -0400, Joshua Brindle wrote:
>>>
>>>> I'm wondering if there are plans for an mmac-4.1.1 branch? I see
>>>> mmac-4.0.4 and mmac (which I assume tracks master). I'd like
>>>> install-time and revocation mmac in 4.1.1. Perhaps I'm missing a branch
>>>> that provides that?
>>>>
>>>
>>> We merged the install-time MAC support into our main seandroid branches
>>> (i.e. seandroid, seandroid-4.0.4, and seandroid-4.1.1) back in July.
>>> Since that time, mmac and mmac-4.0.4 haven't been maintained - they are
>>> dead (and I don't think they even exist on bitbucket).
>>>
>>> We did recently create revoke-perms-jb and tagprop-jb branches with
>>> rebased versions of the revoke-perms and tagprop changes. You should in
>>> theory be able to cherry-pick changes from those branches onto
>>> seandroid-4.1.1. But we haven't been doing much with them of late.
>>>
>>>
>> Okay. Looking at the log of revoke-perms-jb it seems like the only
>> commit of interest is this one, is that correct?
>>
>> commit 5ab263eb610d30528134bb28fee5fd**83a0bb98aa
>> Author: rpcraig <rpcraig@tycho.ncsc.mil>
>> Date: Fri Aug 24 06:59:51 2012 -0400
>>
>> Add revoke permission ability.
>>
>> Functionality is driven by policy file. This is a
>> departure from the CyanogenMod-esque way of doing
>> revocation. No user involvment.
>>
>
> Silly me, that was framework/base, do you know offhand which other
> projects I should look at?
>
>
> --
> This message was distributed to subscribers of the selinux mailing list.
> If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.govwith
> the words "unsubscribe selinux" without quotes as the message.
>

[-- Attachment #2: Type: text/html, Size: 2879 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-11 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 14:00 mmac-4.1.1? Joshua Brindle
2012-09-11 14:51 ` mmac-4.1.1? Stephen Smalley
2012-09-11 15:23   ` mmac-4.1.1? Joshua Brindle
2012-09-11 15:24     ` mmac-4.1.1? Joshua Brindle
2012-09-11 16:39       ` mmac-4.1.1? Robert Craig

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.