public inbox for gentoo-hardened@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-hardened] HardenedBSD kernel (OT?)
@ 2017-05-02 16:55 wabe
  2017-05-02 17:11 ` Daniel Cegiełka
  2017-05-02 17:16 ` bryn1u85 .
  0 siblings, 2 replies; 6+ messages in thread
From: wabe @ 2017-05-02 16:55 UTC (permalink / raw
  To: gentoo-hardened

Is the kernel of HardenedBSD also concerned by the decision of 
grsecurity folks? If not, is it possible to use this kernel with
gentoo (Gentoo/FreeBSD)?

--
Regards
wabe


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

* Re: [gentoo-hardened] HardenedBSD kernel (OT?)
  2017-05-02 16:55 [gentoo-hardened] HardenedBSD kernel (OT?) wabe
@ 2017-05-02 17:11 ` Daniel Cegiełka
  2017-05-02 17:16 ` bryn1u85 .
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Cegiełka @ 2017-05-02 17:11 UTC (permalink / raw
  To: gentoo-hardened

2017-05-02 18:55 GMT+02:00 wabe <wabenbau@gmail.com>:
> Is the kernel of HardenedBSD also concerned by the decision of
> grsecurity folks?


No. NetBSD and FreeBSD have their own MPROTECT/ASLR/Segvguard implementation.

https://hardenedbsd.org/content/projects

> If not, is it possible to use this kernel with
> gentoo (Gentoo/FreeBSD)?

I did not use, but don't see a problem.


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

* Re: [gentoo-hardened] HardenedBSD kernel (OT?)
  2017-05-02 16:55 [gentoo-hardened] HardenedBSD kernel (OT?) wabe
  2017-05-02 17:11 ` Daniel Cegiełka
@ 2017-05-02 17:16 ` bryn1u85 .
  2017-05-02 17:23   ` bryn1u85 .
  2017-05-02 18:06   ` Javier Juan Martinez Cabezon
  1 sibling, 2 replies; 6+ messages in thread
From: bryn1u85 . @ 2017-05-02 17:16 UTC (permalink / raw
  To: gentoo-hardened

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

Test. Im using hardenedbsd and work great !! Have almost all options which
grsec has. And fully based on BSD lincense which is great ! Still
developing and still news features .

02.05.2017 6:57 PM "wabe" <wabenbau@gmail.com> napisał(a):

> Is the kernel of HardenedBSD also concerned by the decision of
> grsecurity folks? If not, is it possible to use this kernel with
> gentoo (Gentoo/FreeBSD)?
>
> --
> Regards
> wabe
>
>

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

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

* Re: [gentoo-hardened] HardenedBSD kernel (OT?)
  2017-05-02 17:16 ` bryn1u85 .
@ 2017-05-02 17:23   ` bryn1u85 .
  2017-05-02 18:06   ` Javier Juan Martinez Cabezon
  1 sibling, 0 replies; 6+ messages in thread
From: bryn1u85 . @ 2017-05-02 17:23 UTC (permalink / raw
  To: gentoo-hardened

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

If i good remamber aslr in hbsd has more bits then grsec.
Featuers of hbsd:
http://hardenedbsd.org/content/easy-feature-comparison

2017-05-02 19:16 GMT+02:00 bryn1u85 . <m.bryn1u@gmail.com>:

> Test. Im using hardenedbsd and work great !! Have almost all options which
> grsec has. And fully based on BSD lincense which is great ! Still
> developing and still news features .
>
> 02.05.2017 6:57 PM "wabe" <wabenbau@gmail.com> napisał(a):
>
>> Is the kernel of HardenedBSD also concerned by the decision of
>> grsecurity folks? If not, is it possible to use this kernel with
>> gentoo (Gentoo/FreeBSD)?
>>
>> --
>> Regards
>> wabe
>>
>>

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

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

* Re: [gentoo-hardened] HardenedBSD kernel (OT?)
  2017-05-02 17:16 ` bryn1u85 .
  2017-05-02 17:23   ` bryn1u85 .
@ 2017-05-02 18:06   ` Javier Juan Martinez Cabezon
  2017-05-02 18:18     ` SK
  1 sibling, 1 reply; 6+ messages in thread
From: Javier Juan Martinez Cabezon @ 2017-05-02 18:06 UTC (permalink / raw
  To: gentoo-hardened

Hi, at first sight hardenedbsd MAC is based on BIBA integrity model, is
not RBAC, is a MAC system as Bell-LaPadula MAC alike but not focused on
confidentiality but integrity instead (basically the same three rules
but inverted). RBAC is too much powerful than MAC and very much flexible





On 02/05/17 19:16, bryn1u85 . wrote:
> Test. Im using hardenedbsd and work great !! Have almost all options
> which grsec has. And fully based on BSD lincense which is great ! Still
> developing and still news features .
> 
> 02.05.2017 6:57 PM "wabe" <wabenbau@gmail.com
> <mailto:wabenbau@gmail.com>> napisał(a):
> 
>     Is the kernel of HardenedBSD also concerned by the decision of
>     grsecurity folks? If not, is it possible to use this kernel with
>     gentoo (Gentoo/FreeBSD)?
> 
>     --
>     Regards
>     wabe
> 



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

* Re: [gentoo-hardened] HardenedBSD kernel (OT?)
  2017-05-02 18:06   ` Javier Juan Martinez Cabezon
@ 2017-05-02 18:18     ` SK
  0 siblings, 0 replies; 6+ messages in thread
From: SK @ 2017-05-02 18:18 UTC (permalink / raw
  To: gentoo-hardened

HardenedBSD really needs developers, i saw lattera wanted to implement
RBAC for hardenedBSD : https://github.com/HardenedBSD/HardenedBSD/issues/235

On 05/02/2017 08:06 PM, Javier Juan Martinez Cabezon wrote:
> Hi, at first sight hardenedbsd MAC is based on BIBA integrity model, is
> not RBAC, is a MAC system as Bell-LaPadula MAC alike but not focused on
> confidentiality but integrity instead (basically the same three rules
> but inverted). RBAC is too much powerful than MAC and very much flexible
>
>
>
>
>
> On 02/05/17 19:16, bryn1u85 . wrote:
>> Test. Im using hardenedbsd and work great !! Have almost all options
>> which grsec has. And fully based on BSD lincense which is great ! Still
>> developing and still news features .
>>
>> 02.05.2017 6:57 PM "wabe" <wabenbau@gmail.com
>> <mailto:wabenbau@gmail.com>> napisał(a):
>>
>>     Is the kernel of HardenedBSD also concerned by the decision of
>>     grsecurity folks? If not, is it possible to use this kernel with
>>     gentoo (Gentoo/FreeBSD)?
>>
>>     --
>>     Regards
>>     wabe
>>
>



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

end of thread, other threads:[~2017-05-02 18:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-02 16:55 [gentoo-hardened] HardenedBSD kernel (OT?) wabe
2017-05-02 17:11 ` Daniel Cegiełka
2017-05-02 17:16 ` bryn1u85 .
2017-05-02 17:23   ` bryn1u85 .
2017-05-02 18:06   ` Javier Juan Martinez Cabezon
2017-05-02 18:18     ` SK

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox