Linux Containers
[Prev Page][Next Page]
- Re: seccomp feature development, (continued)
- [PATCH] seccomp: Add group_leader pid to seccomp_notif,
Sargun Dhillon
- [PATCH v4 0/3] nsproxy: attach to multiple namespaces,
Christian Brauner
- [PATCH v3 0/3] nsproxy: attach to multiple namespaces,
Christian Brauner
- [PATCH v2 1/4] capability: add ns_capable_cred(),
Christian Brauner
- [PATCH] nsproxy: attach to namespaces via pidfds,
Christian Brauner
- [no subject], Eric W. Biederman
- [PATCH] signal: Avoid corrupting si_pid and si_uid in do_notify_parent,
Eric W. Biederman
- Re: [PATCH] ovl: skip overlayfs superblocks at global sync,
Amir Goldstein
- A further though on /proc/PID/timens_offsets,
Michael Kerrisk (man-pages)
- [PATCH] kernel/time: Add max_time_namespaces ucount,
Dmitry Safonov via Containers
- RFC: time_namespaces(7) manual page,
Michael Kerrisk (man-pages)
- /proc/sys/user/max_time_namespaces?,
Michael Kerrisk (man-pages)
- [PATCH] ns: Fix time_for_children symlink,
Michael Kerrisk (man-pages)
- Re: [PATCH v2 1/1] mnt: add support for non-rootfs initramfs,
Aleksa Sarai
- Can criu handle deleted loopback files?, Rob Landley
- [PATCH v3 00/25] user_namespace: introduce fsid mappings,
Christian Brauner
- [PATCH v3 11/25] inode: inode_owner_or_capable(): handle fsid mappings, Christian Brauner
- [PATCH v3 02/25] proc: add /proc/<pid>/fsuid_map, Christian Brauner
- [PATCH v3 09/25] fs: add is_userns_visible() helper, Christian Brauner
- [PATCH v3 10/25] namei: may_{o_}create(): handle fsid mappings, Christian Brauner
- [PATCH v3 03/25] proc: add /proc/<pid>/fsgid_map, Christian Brauner
- [PATCH v3 01/25] user_namespace: introduce fsid mappings infrastructure, Christian Brauner
- [PATCH v3 05/25] user_namespace: refactor map_write(), Christian Brauner
- [PATCH v3 07/25] proc: task_state(): use from_kfs{g,u}id_munged, Christian Brauner
- [PATCH v3 15/25] posix_acl: handle fsid mappings, Christian Brauner
- [PATCH v3 19/25] commoncap: handle fsid mappings with vfs caps, Christian Brauner
- [PATCH v3 08/25] cred: add kfs{g,u}id, Christian Brauner
- [PATCH v3 04/25] fsuidgid: add fsid mapping helpers, Christian Brauner
- [PATCH v3 06/25] user_namespace: make map_write() support fsid mappings, Christian Brauner
- [PATCH v3 12/25] capability: privileged_wrt_inode_uidgid(): handle fsid mappings, Christian Brauner
- [PATCH v3 17/25] commoncap: cap_bprm_set_creds(): handle fsid mappings, Christian Brauner
- [PATCH v3 16/25] attr: notify_change(): handle fsid mappings, Christian Brauner
- [PATCH v3 18/25] commoncap: cap_task_fix_setuid(): handle fsid mappings, Christian Brauner
- [PATCH v3 13/25] stat: handle fsid mappings, Christian Brauner
- [PATCH v3 14/25] open: handle fsid mappings, Christian Brauner
- [PATCH v3 23/25] keys: handle fsid mappings, Christian Brauner
- [PATCH v3 22/25] devpts: handle fsid mappings, Christian Brauner
- [PATCH v3 24/25] sys: handle fsid mappings in set*id() calls, Christian Brauner
- [PATCH v3 21/25] ptrace: adapt ptrace_may_access() to always uses unmapped fsids, Christian Brauner
- [PATCH v3 25/25] selftests: add simple fsid mapping selftests, Christian Brauner
- [PATCH v3 20/25] exec: bprm_fill_uid(): handle fsid mappings, Christian Brauner
- Re: [PATCH v3 00/25] user_namespace: introduce fsid mappings, James Bottomley
- Re: [PATCH v3 00/25] user_namespace: introduce fsid mappings, Jann Horn via Containers
- Re: [PATCH v3 00/25] user_namespace: introduce fsid mappings, Serge E. Hallyn
- Re: [PATCH v3 00/25] user_namespace: introduce fsid mappings, Josef Bacik
- [PATCH v3 0/3] introduce a uid/gid shifting bind mount,
James Bottomley
- [PATCH v2 00/28] user_namespace: introduce fsid mappings,
Christian Brauner
- [PATCH v2 03/28] proc: add /proc/<pid>/fsgid_map, Christian Brauner
- [PATCH v2 01/28] user_namespace: introduce fsid mappings infrastructure, Christian Brauner
- [PATCH v2 02/28] proc: add /proc/<pid>/fsuid_map, Christian Brauner
- [PATCH v2 04/28] fsuidgid: add fsid mapping helpers, Christian Brauner
- [PATCH v2 08/28] sys: __sys_setfsgid(): handle fsid mappings, Christian Brauner
- [PATCH v2 05/28] proc: task_state(): use from_kfs{g,u}id_munged, Christian Brauner
- [PATCH v2 06/28] cred: add kfs{g,u}id, Christian Brauner
- [PATCH v2 07/28] sys: __sys_setfsuid(): handle fsid mappings, Christian Brauner
- [PATCH v2 09/28] sys:__sys_setuid(): handle fsid mappings, Christian Brauner
- [PATCH v2 11/28] sys:__sys_setreuid(): handle fsid mappings, Christian Brauner
- [PATCH v2 12/28] sys:__sys_setregid(): handle fsid mappings, Christian Brauner
- [PATCH v2 13/28] sys:__sys_setresuid(): handle fsid mappings, Christian Brauner
- [PATCH v2 14/28] sys:__sys_setresgid(): handle fsid mappings, Christian Brauner
- [PATCH v2 15/28] fs: add is_userns_visible() helper, Christian Brauner
- [PATCH v2 16/28] namei: may_{o_}create(): handle fsid mappings, Christian Brauner
- [PATCH v2 10/28] sys:__sys_setgid(): handle fsid mappings, Christian Brauner
- [PATCH v2 17/28] inode: inode_owner_or_capable(): handle fsid mappings, Christian Brauner
- [PATCH v2 18/28] capability: privileged_wrt_inode_uidgid(): handle fsid mappings, Christian Brauner
- [PATCH v2 19/28] stat: handle fsid mappings, Christian Brauner
- [PATCH v2 23/28] commoncap: cap_bprm_set_creds(): handle fsid mappings, Christian Brauner
- [PATCH v2 28/28] devpts: handle fsid mappings, Christian Brauner
- [PATCH v2 24/28] commoncap: cap_task_fix_setuid(): handle fsid mappings, Christian Brauner
- [PATCH v2 22/28] attr: notify_change(): handle fsid mappings, Christian Brauner
- [PATCH v2 21/28] posix_acl: handle fsid mappings, Christian Brauner
- [PATCH v2 27/28] ptrace: adapt ptrace_may_access() to always uses unmapped fsids, Christian Brauner
- [PATCH v2 20/28] open: handle fsid mappings, Christian Brauner
- [PATCH v2 26/28] exec: bprm_fill_uid(): handle fsid mappings, Christian Brauner
- [PATCH v2 25/28] commoncap: handle fsid mappings with vfs caps, Christian Brauner
- Re: [PATCH v2 00/28] user_namespace: introduce fsid mappings, Florian Weimer
- Re: [PATCH v2 00/28] user_namespace: introduce fsid mappings, James Bottomley
- Re: [PATCH v2 00/28] user_namespace: introduce fsid mappings, James Bottomley
- [PATCH 00/24] user_namespace: introduce fsid mappings,
Christian Brauner
- [PATCH 05/24] proc: task_state(): use from_kfs{g,u}id_munged, Christian Brauner
- [PATCH 09/24] capability: privileged_wrt_inode_uidgid(): handle fsid mappings, Christian Brauner
- [PATCH 08/24] inode: inode_owner_or_capable(): handle fsid mappings, Christian Brauner
- [PATCH 04/24] fsuidgid: add fsid mapping helpers, Christian Brauner
- [PATCH 12/24] posix_acl: handle fsid mappings, Christian Brauner
- [PATCH 06/24] fs: add is_userns_visible() helper, Christian Brauner
- [PATCH 01/24] user_namespace: introduce fsid mappings infrastructure, Christian Brauner
- [PATCH 02/24] proc: add /proc/<pid>/fsuid_map, Christian Brauner
- [PATCH 11/24] open: chown_common(): handle fsid mappings, Christian Brauner
- [PATCH 14/24] commoncap: cap_task_fix_setuid(): handle fsid mappings, Christian Brauner
- [PATCH 16/24] sys: __sys_setfsuid(): handle fsid mappings, Christian Brauner
- [PATCH 10/24] stat: handle fsid mappings, Christian Brauner
- [PATCH 03/24] proc: add /proc/<pid>/fsgid_map, Christian Brauner
- [PATCH 17/24] sys: __sys_setfsgid(): handle fsid mappings, Christian Brauner
- [PATCH 07/24] namei: may_{o_}create(): handle fsid mappings, Christian Brauner
- [PATCH 18/24] sys:__sys_setuid(): handle fsid mappings, Christian Brauner
- [PATCH 15/24] commoncap:cap_bprm_set_creds(): handle fsid mappings, Christian Brauner
- [PATCH 13/24] attr: notify_change(): handle fsid mappings, Christian Brauner
- [PATCH 19/24] sys:__sys_setgid(): handle fsid mappings, Christian Brauner
- [PATCH 20/24] sys:__sys_setreuid(): handle fsid mappings, Christian Brauner
- [PATCH 24/24] devpts: handle fsid mappings, Christian Brauner
- [PATCH 22/24] sys:__sys_setresuid(): handle fsid mappings, Christian Brauner
- [PATCH 23/24] sys:__sys_setresgid(): handle fsid mappings, Christian Brauner
- [PATCH 21/24] sys:__sys_setregid(): handle fsid mappings, Christian Brauner
- Re: [PATCH 00/24] user_namespace: introduce fsid mappings, Jann Horn via Containers
- [PATCH 0/4] Add the ability to get a pidfd on seccomp user notifications,
Sargun Dhillon
- The decision to suspend your account. Waiting for payment., Brynn
- Re: OverlaysFS offline tools,
Amir Goldstein
- [PATCH v9 0/4] Add pidfd_getfd syscall,
Sargun Dhillon
- [PATCH v2 0/3] introduce a uid/gid shifting bind mount,
James Bottomley
- [PATCH v8 0/3] Add pidfd_getfd syscall,
Sargun Dhillon
- [PATCH ghau51/ghau40 v8 00/14] add support for audit container identifier,
Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 01/14] AUDIT_CONTAINER_OP message type basic support, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 02/14] AUDIT_CONTAINER_ID message type basic support, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 03/14] auditctl: add support for AUDIT_CONTID filter, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 04/14] add ausearch containerid support, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 05/14] start normalization containerid support, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 07/14] signal_info: only print context if it is available., Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 06/14] libaudit: add support to get the task audit container identifier, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 08/14] add support for audit_signal_info2, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 09/14] contid: interpret correctly CONTAINER_ID contid field csv, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 10/14] ausearch: convert contid to comma/carrat-sep list, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 11/14] ausearch: convert contid to comma/carrat-sep cnode/clist, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 12/14] auditctl: add a config parameter to limit the contid nesting depth, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 14/14] libaudit: add support to get and set capcontid on a task, Richard Guy Briggs
- [PATCH ghau51/ghau40 v8 13/14] auditctl: add a config parameter to limit the contid netns count, Richard Guy Briggs
- [PATCH ghak90 V8 00/16] audit: implement container identifier,
Richard Guy Briggs
- [PATCH ghak90 V8 01/16] audit: collect audit task parameters, Richard Guy Briggs
- [PATCH ghak90 V8 02/16] audit: add container id, Richard Guy Briggs
- [PATCH ghak90 V8 03/16] audit: read container ID of a process, Richard Guy Briggs
- [PATCH ghak90 V8 04/16] audit: convert to contid list to check for orch/engine ownership, Richard Guy Briggs
- [PATCH ghak90 V8 05/16] audit: log drop of contid on exit of last task, Richard Guy Briggs
- [PATCH ghak90 V8 06/16] audit: log container info of syscalls, Richard Guy Briggs
- [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Steve Grubb
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Eric W. Biederman
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Eric W. Biederman
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Paul Moore
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon, Richard Guy Briggs
- [PATCH ghak90 V8 08/16] audit: add support for non-syscall auxiliary records, Richard Guy Briggs
- [PATCH ghak90 V8 09/16] audit: add containerid support for user records, Richard Guy Briggs
- [PATCH ghak90 V8 10/16] audit: add containerid filtering, Richard Guy Briggs
- [PATCH ghak90 V8 11/16] audit: add support for containerid to network namespaces, Richard Guy Briggs
- [PATCH ghak90 V8 12/16] audit: contid check descendancy and nesting, Richard Guy Briggs
- [PATCH ghak90 V8 13/16] audit: track container nesting, Richard Guy Briggs
- [PATCH ghak90 V8 14/16] audit: check contid depth and add limit config param, Richard Guy Briggs
- [PATCH ghak90 V8 15/16] audit: check contid count per netns and add config param limit, Richard Guy Briggs
- [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns, Richard Guy Briggs
- [PATCH RFC 0/1] mount: universally disallow mounting over symlinks,
Aleksa Sarai
- [PATCH v7 3/3] test: Add test for pidfd getfd, Sargun Dhillon
- [PATCH v7 2/3] pid: Introduce pidfd_getfd syscall,
Sargun Dhillon
- [PATCH v7 1/3] vfs, fdtable: Add get_task_file helper, Sargun Dhillon
- [PATCH v7 0/3] Add pidfd_getfd syscall, Sargun Dhillon
- [PATCH v6 2/3] pid: Introduce pidfd_getfd syscall,
Sargun Dhillon
- [PATCH v6 3/3] test: Add test for pidfd getfd, Sargun Dhillon
- [PATCH v6 1/3] vfs, fdtable: Add get_task_file helper,
Sargun Dhillon
- [PATCH v6 0/3] Add pidfd_getfd syscall, Sargun Dhillon
- [PATCH v5 3/3] test: Add test for pidfd getfd, Sargun Dhillon
- [PATCH v5 2/3] pid: Introduce pidfd_getfd syscall,
Sargun Dhillon
- [PATCH v5 1/3] vfs, fdtable: Add get_task_file helper, Sargun Dhillon
- [PATCH v5 0/3] Add pidfd_getfd syscall, Sargun Dhillon
- [PATCH v2 0/2] openat2: minor uapi cleanups,
Aleksa Sarai
- [PATCH 0/2] openat2: minor uapi cleanups,
Aleksa Sarai
- [PATCH v4 5/5] test: Add test for pidfd getfd, Sargun Dhillon
- [PATCH v4 4/5] samples: Add example of using pidfd getfd in conjunction with user trap, Sargun Dhillon
- [PATCH v4 3/5] samples: split generalized user-trap code into helper file, Sargun Dhillon
- [PATCH v4 2/5] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes,
Sargun Dhillon
- [PATCH v4 1/5] vfs, fdtable: Add get_task_file helper, Sargun Dhillon
- [PATCH v4 0/5] Add pidfd getfd ioctl (Was Add ptrace get_fd request), Sargun Dhillon
- Truly clever customers choose our pharmacy because it's the best of all similar services!, Express-Drugs
- [PATCH v3 1/4] vfs, fdtable: Add get_task_file helper, Sargun Dhillon
- [PATCH v3 4/4] samples: Add example of using pidfd getfd in conjunction with user trap,
Sargun Dhillon
- [PATCH v3 3/4] samples: split generalized user-trap code into helper file, Sargun Dhillon
- [PATCH v3 2/4] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes,
Sargun Dhillon
- [PATCH v3 0/4] Add pidfd getfd ioctl (Was Add ptrace get_fd request),
Sargun Dhillon
- [PATCH v8 0/1] ns: introduce binfmt_misc namespace,
Laurent Vivier
- [PATCH] openat2: switch to __attribute__((packed)) for open_how,
Aleksa Sarai
- [PATCH v2 0/4] Add ptrace get_fd request, Sargun Dhillon
- [PATCH v2 2/4] ptrace: add PTRACE_GETFD request to fetch file descriptors from tracees,
Sargun Dhillon
- [PATCH v2 1/4] vfs, fdtable: Add get_task_file helper,
Sargun Dhillon
- [PATCH v2 4/4] samples: Add example of using PTRACE_GETFD in conjunction with user trap,
Sargun Dhillon
- [PATCH v2 3/4] samples: split generalized user-trap code into helper file, Sargun Dhillon
- [PATCH v18 00/13] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu(), Aleksa Sarai
- [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH v18 04/13] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH v18 11/13] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH v18 12/13] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
- Re: [PATCH v18 00/13] open: introduce openat2(2) syscall, Al Viro
- [RFC PATCH] ptrace: add PTRACE_GETFD request,
Sargun Dhillon
- Re: [PATCH v17 00/13] open: introduce openat2(2) syscall, Al Viro
- Re: [PATCH v17 11/13] open: introduce openat2(2) syscall, Al Viro
- Re: [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution,
Al Viro
- Re: [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution,
Al Viro
- [PATCHv8 00/34] kernel: Introduce Time Namespace,
Dmitry Safonov via Containers
[Index of Archives]
[Cgroups]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]