lkml.org 
[lkml]   [2015]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH V6 05/10] audit: log creation and deletion of namespace instances
    Hi Steve,
    On Tue, May 05, 2015 at 10:22:32AM -0400, Steve Grubb wrote:
    > The requirements for auditing of containers should be derived from VPP. In it,
    > it asks for selectable auditing, selective audit, and selective audit review.
    > What this means is that we need the container and all its children to have one
    > identifier that is inserted into all the events that are associated with the
    > container.
    >
    > With this, its possible to do a search for all events related to a container.
    > Its possible to exclude events from a container. Its possible to not get any
    > events.
    >
    > The requirements also call out for the identification of the subject. This
    > means that the event should be bound to a syscall such as clone, setns, or
    > unshare.
    >
    > Also, any user space events originating inside the container needs to have the
    > container ID added to the user space event - just like auid and session id.
    >
    > Recording each instance of a name space is giving me something that I cannot
    > use to do queries required by the security target. Given these events, how do
    > I locate a web server event where it accesses a watched file? That
    > authentication failed? That an update within the container failed?
    >
    > The requirements are that we have to log the creation, suspension, migration,
    > and termination of a container. The requirements are not on the individual
    > name space.
    >
    > Maybe I'm missing how these events give me that. But I'd like to hear how I
    > would be able to meet requirements with these 12 events.

    what about cases you don't use lxc, libvirt to create namespaces? It's
    easier if the logging is done by namespaces and in case they're created
    by any container manager, it can generate a new event notifying it
    created a container named "foo" with these namespaces: x, y, z, w and
    from that you can piece together everything that happened. Userspace
    tools can change to adapt to using namespaces and the idea of container
    to make it easier to lookup for events instead of relying on a number
    that might not be there (think someone using unshare, ip netns, ...). It
    was discussed in the past and having the concept of "container" in
    kernel space and it's not going to happen, so userspace should deal with
    it.

    --
    Aristeu



    \
     
     \ /
      Last update: 2015-05-05 20:01    [W:4.500 / U:0.360 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site