lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 02 Aug 2014 18:34:00 -0700
From:	Peter Moody <pmoody@...gle.com>
To:	Alex Elsayed <eternaleye@...il.com>
Cc:	linux-security-module@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 0/2] RFC, aiding pid/network correlation


Hey Alex,

On Fri, Aug 01 2014 at 21:55, Alex Elsayed wrote:
> Out of curiosity, have you looked at Tomoyo much at all? In particular, it:
>
> 1.) Keeps a tree all the way back to init
> 2.) Has network event hooks (see footnote [1])
> 3.) Has an interactive API for managing policy violations (tomoyo-queryd[2] 
> uses it)
> 4.) Is in mainline already.

I have looked at tomoyo before. There were a couple of things that kept
it from being suitable for our needs:

The big one is that since the process tree is used to check policy, it's
kept in-kernel and I'm primarily interested in having these events be
easily exportable.  IIRC (at least when I last looked), it wasn't
possible to stream the events as they happened. tomoyo-queryd looks like
it gets me real-time policy violations, but I don't have any policy
per-se. I'm just trying to monitor processes and network activity.

We also already use apparmor so switching to a different LSM was a
non-trivial task (admittedly this is now an issue for hone too, but hone
wasn't an LSM initially).

> The combination is actually sufficient to implement what you want for Hone 
> _today_ as far as I can tell, and there's even the out-of-tree AKARI variant 
> if you want to use it together with another LSM.
>
> There's also Caitsith[3] (also from Tetsuo Handa), which might be even 
> better suited but is not in mainline yet.

I'm not familiar with AKARI or Caitsith. I'll take a look.

 Cheers,
 peter
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists