Linux Container Development
 help / color / mirror / Atom feed
 messages from 2018-03-01 19:41:12 to 2018-03-30 20:45:57 UTC [more...]

[REVIEW][PATCH 00/11] ipc: Fixing the pid namespace support
 2018-03-30 20:45 UTC  (35+ messages)
                ` [REVIEW][PATCH 01/11] sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
                ` [REVIEW][PATCH 02/11] shm/security: Pass kern_ipc_perm not shmid_kernel into the shm "
                ` [REVIEW][PATCH 03/11] msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue "
                ` [REVIEW][PATCH 04/11] sem: Move struct sem and struct sem_array into ipc/sem.c
                ` [REVIEW][PATCH 05/11] shm: Move struct shmid_kernel into ipc/shm.c
                ` [REVIEW][PATCH 06/11] msg: Move struct msg_queue into ipc/msg.c
                ` [REVIEW][PATCH 07/11] ipc: Move IPCMNI from include/ipc.h into ipc/util.h
                ` [REVIEW][PATCH 08/11] ipc/util: Helpers for making the sysvipc operations pid namespace aware
                ` [REVIEW][PATCH 09/11] ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces
                ` [REVIEW][PATCH 10/11] ipc/msg: Fix msgctl(..., "
                ` [REVIEW][PATCH 11/11] ipc/sem: Fix semctl(..., GETPID, "
                ` [REVIEW][PATCH 12/11] ipc: Directly call the security hook in ipc_ops.associate
                ` [REVIEW][PATCH 13/11] ipc/smack: Tidy up from the change in type of the ipc security hooks

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-03-30  5:06 UTC  (18+ messages)
  ` [RFC PATCH ghak32 V2 01/13] audit: add "
  ` [RFC PATCH ghak32 V2 02/13] audit: check children and threading before allowing containerid
  ` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls
  ` [RFC PATCH ghak32 V2 04/13] audit: add containerid filtering
  ` [RFC PATCH ghak32 V2 05/13] audit: add containerid support for ptrace and signals
  ` [RFC PATCH ghak32 V2 06/13] audit: add support for non-syscall auxiliary records
  ` [RFC PATCH ghak32 V2 07/13] audit: add container aux record to watch/tree/mark
  ` [RFC PATCH ghak32 V2 08/13] audit: add containerid support for tty_audit
  ` [RFC PATCH ghak32 V2 09/13] audit: add containerid support for config/feature/user records
  ` [RFC PATCH ghak32 V2 10/13] audit: add containerid support for seccomp and anom_abend records
  ` [RFC PATCH ghak32 V2 11/13] audit: add support for containerid to network namespaces
  ` [RFC PATCH ghak32 V2 12/13] audit: NETFILTER_PKT: record each container ID associated with a netNS
  ` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process

[RFC][PATCH] ipc: Remove IPCMNI
 2018-03-29 20:08 UTC  (12+ messages)

[RFC PATCH v3 1/3] ima: extend clone() with IMA namespace support
 2018-03-29 17:44 UTC 

[RFC PATCH v3 1/3] ima: extend clone() with IMA namespace support
 2018-03-28 12:44 UTC  (7+ messages)
  ` [RFC PATCH v3 2/3] ima: Add ns_status for storing namespaced iint data
  ` [RFC PATCH v3 3/3] ima: mamespace audit status flags

[RFC PATCH v3 0/3] ima: namespacing IMA
 2018-03-27 13:57 UTC 

[REGRESSION v4.16-rc6] [PATCH] mqueue: forbid unprivileged user access to internal mount
 2018-03-25  1:25 UTC  (8+ messages)
    ` [PATCH 1/2] fs: Extend mount_ns with support for a fast namespace to vfsmount function
      ` [PATCH 2/2] mqueuefs: Fix the permissions and permission checks when mounting mqueuefs
            ` [GIT PULL] Revert "mqueue: switch to on-demand creation of internal mount"

[RFC PATCH v2 0/3] ima: namespacing IMA
 2018-03-22 16:47 UTC  (17+ messages)
  ` [RFC PATCH v2 1/3] ima: extend clone() with IMA namespace support
  ` [RFC PATCH v2 2/3] ima: Add ns_status for storing namespaced iint data
  ` [RFC PATCH v2 3/3] ima: mamespace audit status flags

[PATCH v6 0/6] fuse: mounts from non-init user namespaces
 2018-03-21  8:38 UTC  (24+ messages)
    ` [PATCH v7 5/7] fuse: Simplfiy the posix acl handling logic
      ` [PATCH v7 3/7] fs/posix_acl: Document that get_acl respects ACL_DONT_CACHE
                ` [RFC][PATCH] fs/posix_acl: Update the comments and support lightweight cache skipping
      ` [PATCH v8 0/6] fuse: mounts from non-init user namespaces
        ` [PATCH v8 1/6] fs/posix_acl: Update the comments and support lightweight cache skipping
        ` [PATCH v8 2/6] fuse: Simplfiy the posix acl handling logic
        ` [PATCH v8 3/6] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read
        ` [PATCH v8 4/6] fuse: Fail all requests with invalid uids or gids
        ` [PATCH v8 5/6] fuse: Support fuse filesystems outside of init_user_ns
        ` [PATCH v8 6/6] fuse: Restrict allow_other to the superblock's namespace or a descendant
        ` [PATCH v9 0/4] fuse: mounts from non-init user namespaces
            ` [PATCH v9 1/4] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read
            ` [PATCH v9 2/4] fuse: Fail all requests with invalid uids or gids
            ` [PATCH v9 3/4] fuse: Support fuse filesystems outside of init_user_ns
            ` [PATCH v9 4/4] fuse: Restrict allow_other to the superblock's namespace or a descendant

This spring we announce a wonderful competition! Become our customer and win it easily!
 2018-03-19 11:00 UTC 

Become our customer and save big money still buying most effective and popular drugs!
 2018-03-18 17:40 UTC 

[RFC 0/3] seccomp trap to userspace
 2018-03-16 16:40 UTC  (11+ messages)

[PATCH ghau40 v2 1/5] AUDIT_CONTAINER message type basic support
 2018-03-16  9:12 UTC  (5+ messages)
  ` [PATCH ghau40 v2 2/5] AUDIT_CONTAINER_INFO "
  ` [PATCH ghau40 v2 3/5] auditctl: add support for containerid filter
  ` [PATCH ghau40 v2 4/5] add ausearch containerid support
  ` [PATCH ghau40 v2 5/5] start normalization "

[PATCH ghau40 v2 0/5] add support for audit container ID
 2018-03-16  9:12 UTC 

[RFC PATCH V1 00/12] audit: implement container id
 2018-03-16  3:58 UTC  (20+ messages)
` [RFC PATCH V1 01/12] audit: add "
  ` [RFC PATCH V1 09/12] audit: add containerid support for config/feature/user records
  ` [RFC PATCH V1 10/12] audit: add containerid support for seccomp and anom_abend records
  ` [RFC PATCH V1 11/12] debug audit: add container id
  ` [RFC PATCH V1 12/12] debug! "

[RFC PATCH 1/5] ima: extend clone() with IMA namespace support
 2018-03-13 21:51 UTC  (14+ messages)

[PATCH 1/4 v5 RESEND] devpts: hoist out check for DEVPTS_SUPER_MAGIC
 2018-03-13 18:02 UTC  (7+ messages)
  ` [PATCH 2/4 v5 RESEND] devpts: resolve devpts bind-mounts
  ` [PATCH 3/4 v5 RESEND] devpts: comment devpts_mntget()
  ` [PATCH 4/4 v5 RESEND] selftests: add devpts selftests
  ` [PATCH 0/4 v5 RESEND] devpts: handle bind-mounts correctly

[PATCH 0/4 v5 RESEND] devpts: handle bind-mounts correctly
 2018-03-13 16:55 UTC 

[PATCH 0/4 v5] devpts: handle bind-mounts correctly
 2018-03-13 16:51 UTC  (9+ messages)
  ` [PATCH 1/4 v5] devpts: hoist out check for DEVPTS_SUPER_MAGIC
  ` [PATCH 2/4 v5] devpts: resolve devpts bind-mounts
  ` [PATCH 3/4 v5] devpts: comment devpts_mntget()
  ` [PATCH 4/4 v5] selftests: add devpts selftests

[PATCH] audit: add containerid support for IMA-audit
 2018-03-13  5:53 UTC  (5+ messages)

Among numerous benefits our pharmacy offers its clients, we could name money saving!
 2018-03-07  7:57 UTC 

Userspace helper design
 2018-03-06 21:51 UTC  (2+ messages)

[net-next v3 1/2] bpf, seccomp: Add eBPF filter capabilities
 2018-03-05 22:51 UTC  (4+ messages)

[PATCH] audit: add containerid support for IMA-audit
 2018-03-05 13:43 UTC 

[RFC PATCH] auditctl: add support for containerid filter
 2018-03-05  8:06 UTC 

Nowhere else will you find such a wide selection of certified medications as in our drugstore!
 2018-03-02 21:34 UTC 

[net-next v3 0/2] eBPF seccomp filters
 2018-03-01 22:46 UTC  (17+ messages)


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