Linux Container Development
 help / color / mirror / Atom feed
 messages from 2018-03-23 19:16:10 to 2018-05-22 00:24:49 UTC [more...]

[PATCH] [RFC] bpf: tracing: new helper bpf_get_current_cgroup_ino
 2018-05-22  0:24 UTC  (4+ messages)

[PATCH v2 0/4] seccomp trap to userspace
 2018-05-21 22:55 UTC  (16+ messages)
  ` [PATCH v2 1/4] seccomp: add a return code to "
  ` [PATCH v2 2/4] seccomp: make get_nth_filter available outside of CHECKPOINT_RESTORE
  ` [PATCH v2 3/4] seccomp: add a way to get a listener fd from ptrace
  ` [PATCH v2 4/4] seccomp: add support for passing fds via USER_NOTIF

[PATCH] audit: add containerid support for IMA-audit
 2018-05-21 21:57 UTC  (22+ messages)

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-21 20:06 UTC  (56+ messages)
` [RFC PATCH ghak32 V2 02/13] audit: check children and threading before allowing containerid
` [RFC PATCH ghak32 V2 05/13] audit: add containerid support for ptrace and signals
` [RFC PATCH ghak32 V2 07/13] audit: add container aux record to watch/tree/mark
` [RFC PATCH ghak32 V2 10/13] audit: add containerid support for seccomp and anom_abend records
    ` [RFC PATCH ghak32 V2 01/13] audit: add container id
    ` [RFC PATCH ghak32 V2 04/13] audit: add containerid filtering
    ` [RFC PATCH ghak32 V2 06/13] audit: add support for non-syscall auxiliary records
    ` [RFC PATCH ghak32 V2 09/13] audit: add containerid support for config/feature/user 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 03/13] audit: log container info of syscalls
    ` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process

[RFC PATCH v4 1/5] ima: Add IMA namespace support
 2018-05-16 21:40 UTC  (8+ messages)
  ` [RFC PATCH v4 2/5] ima: Add ns_status for storing namespaced iint data
  ` [RFC PATCH v4 3/5] ima: differentiate auditing policy rules from "audit" actions
  ` [RFC PATCH v4 4/5] ima: extend IMA audit policy rules with attribute to audit namespaces
  ` [RFC PATCH v4 5/5] ima: namespace audit status flags

[PATCH] [RFC] bpf: tracing: new helper bpf_get_current_cgroup_ino
 2018-05-13 17:33 UTC 

[RFC PATCH v4 0/5] ima: Namespacing IMA
 2018-05-11 14:42 UTC 

[PATCH] fuse: Ensure posix acls are translated outside of init_user_ns
 2018-05-08 13:37 UTC 

[PATCH] fuse: Ensure posix acls are translated outside of init_user_ns
 2018-05-04 16:47 UTC 

[RFC PATCH v3 1/3] ima: extend clone() with IMA namespace support
 2018-04-27  0:49 UTC  (18+ 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

[GIT PULL] userns bug fix for 4.17-rc3
 2018-04-24 23:46 UTC 

(14) containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
 2018-04-24  4:28 UTC 

[RFC PATCH V1 00/12] audit: implement container id
 2018-04-18 19:51 UTC  (7+ messages)
` [RFC PATCH V1 01/12] audit: add "

[PATCH] [RFC][WIP] namespace.c: Allow some unprivileged proc mounts when not fully visible
 2018-04-16 14:16 UTC  (8+ messages)

邮件系统备案提醒!
 2018-04-12 22:26 UTC 

[lxc-users] Announcing LXC, LXD and LXCFS 3.0 LTS
 2018-04-12  2:15 UTC 

Announcing LXC, LXD and LXCFS 3.0 LTS
 2018-04-11 21:25 UTC 

[PATCH 4/4 v5 RESEND] selftests: add devpts selftests
 2018-04-10  9:34 UTC  (3+ messages)

[PATCH] Fix /proc/[pid]/ns permissions
 2018-04-09 22:33 UTC  (2+ messages)

We have everything what you need to forget about all health problems you might have!
 2018-04-06 13:35 UTC 

[PATCH net-next 2/2 MERGED] netns: send uevent messages
 2018-04-05 14:57 UTC 

[PATCH net-next 1/2 MERGED] net: add uevent socket member
 2018-04-05 14:56 UTC 

[PATCH] uts_namespace: Move boot_id in uts namespace
 2018-04-05  1:23 UTC  (4+ messages)

[GIT PULL] namespace changes for 4.17-rc1
 2018-04-03 19:16 UTC 

[RFC PATCH v3 1/3] ima: extend clone() with IMA namespace support
 2018-04-03 15:04 UTC  (3+ messages)

[REVIEW][PATCH 00/11] ipc: Fixing the pid namespace support
 2018-04-02 11:11 UTC  (33+ 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 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
                ` [REVIEW][PATCH 03/11] msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue "

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

[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"


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