LinuxLists
Users
About
Serge E. Hallyn (
[email protected]
)
Number of posts: 1032 (0.16 per day)
First post: 2006-08-02 19:11:22
Last post: 2024-06-15 15:20:39
Previous Page
/
Next Page
Date
List
Subject
2011-04-17 18:07:31
linux-kernel
Re: Linux capabilities shouldn't be lost during setuid to non-root from root or to another non-root uid from a non-root uid.
2011-04-11 13:36:07
linux-kernel
Re: [PATCH 3/3] Compare namespaces when comparing addresses in auth_unix cache.
2011-04-11 13:36:04
linux-nfs
Re: [PATCH 3/3] Compare namespaces when comparing addresses in auth_unix cache.
2011-04-11 12:39:23
linux-kernel
Re: [PATCH RESEND] uts: Set default hostname to "localhost", rather than "(none)"
2011-04-05 03:46:46
linux-kernel
Re: [PATCH 3/3] Compare namespaces when comparing addresses in auth_unix cache.
2011-04-05 03:46:44
linux-nfs
Re: [PATCH 3/3] Compare namespaces when comparing addresses in auth_unix cache.
2011-04-05 03:01:07
linux-kernel
Re: [PATCH 2/3] Supply network namespace to rpcbind.
2011-04-05 03:01:02
linux-nfs
Re: [PATCH 2/3] Supply network namespace to rpcbind.
2011-04-05 02:52:32
linux-kernel
Re: [PATCH 1/3] Add network context to struct nfs_client and make NFSv3 use it.
2011-04-05 02:52:31
linux-nfs
Re: [PATCH 1/3] Add network context to struct nfs_client and make NFSv3 use it.
2011-04-05 02:17:27
linux-kernel
Re: [PATCH 05/10] Core checkpoint/restart support code
2011-04-04 22:53:05
linux-kernel
Re: [PATCH 05/10] Core checkpoint/restart support code
2011-04-04 22:11:24
linux-kernel
Re: [PATCH 05/10] Core checkpoint/restart support code
2011-04-04 16:27:56
linux-kernel
Re: [PATCH 05/10] Core checkpoint/restart support code
2011-04-04 15:10:25
linux-kernel
Re: [PATCH 05/10] Core checkpoint/restart support code
2011-04-03 19:03:26
linux-kernel
Re: [PATCH 05/10] Core checkpoint/restart support code
2011-04-03 18:57:29
linux-kernel
Re: [PATCH 04/10] Introduce vfs_fcntl() helper
2011-04-03 18:55:32
linux-kernel
Re: [PATCH 03/10] Introduce has_locks_with_owner() helper
2011-04-03 16:56:12
linux-kernel
Re: [PATCH 01/10] Make exec_mmap extern
2011-03-30 01:58:31
linux-kernel
Re: [PATCH] tmpfs: implement xattr support for the entire security namespace
2011-02-24 15:03:27
linux-kernel
[PATCH 10/10] rename is_owner_or_cap to inode_owner_or_capable
2011-02-24 15:03:07
linux-kernel
[PATCH 09/10] userns: check user namespace for task->file uid equivalence checks
2011-02-24 15:02:58
linux-kernel
[PATCH 08/10] user namespaces: convert several capable() calls
2011-02-24 15:02:50
linux-kernel
[PATCH 07/10] add a user namespace owner of ipc ns
2011-02-24 15:02:39
linux-kernel
[PATCH 06/10] user namespaces: convert all capable checks in kernel/sys.c
2011-02-24 15:02:32
linux-kernel
[PATCH 05/10] Allow ptrace from non-init user namespaces
2011-02-24 15:02:24
linux-kernel
[PATCH 04/10] allow killing tasks in your own or child userns
2011-02-24 15:02:16
linux-kernel
[PATCH 03/10] allow sethostname in a container
2011-02-24 15:02:10
linux-kernel
[PATCH 02/10] security: Make capabilities relative to the user namespace.
2011-02-24 15:01:38
linux-kernel
[PATCH 01/10] Add a user_namespace as creator/owner of uts_namespace
2011-02-24 03:24:04
linux-kernel
Re: [PATCH 9/9] userns: check user namespace for task->file uid equivalence checks
2011-02-24 03:15:07
linux-kernel
Re: [PATCH] userns: ptrace: incorporate feedback from Eric
2011-02-24 00:48:49
linux-kernel
[PATCH] userns: ptrace: incorporate feedback from Eric
2011-02-24 00:48:07
linux-kernel
Re: [PATCH 4/9] allow killing tasks in your own or child userns
2011-02-24 00:43:25
linux-kernel
Re: [PATCH 5/9] Allow ptrace from non-init user namespaces
2011-02-24 00:22:36
linux-kernel
[PATCH 5/4] Clean up capability.h and capability.c
2011-02-24 00:21:52
linux-kernel
[PATCH 2/4] userns: let copy_ipcs handle setting ipc_ns->user_ns
2011-02-24 00:21:29
linux-kernel
[PATCH 1/4] userns: let clone_uts_ns() handle setting uts->user_ns
2011-02-23 13:58:06
linux-kernel
Re: User namespaces and keys
2011-02-23 13:43:41
linux-kernel
Re: [PATCH 2/9] security: Make capabilities relative to the user namespace.
2011-02-21 13:57:57
linux-kernel
Re: [PATCH 1/4] userns: let clone_uts_ns() handle setting uts->user_ns
2011-02-21 04:05:23
linux-kernel
[PATCH 4/4] userns: uts and ipc: fix checkpatch warning
2011-02-21 04:02:43
linux-kernel
[PATCH 3/4] Add the required user_ns parameter to security_capable
2011-02-21 04:02:26
linux-kernel
[PATCH 2/4] userns: let copy_ipcs handle setting ipc_ns->user_ns
2011-02-21 04:01:52
linux-kernel
[PATCH 1/4] userns: let clone_uts_ns() handle setting uts->user_ns
2011-02-21 00:17:38
linux-kernel
Re: [PATCH 1/1][3rd resend] sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code
2011-02-20 22:28:48
linux-kernel
Re: + userns-add-a-user_namespace-as-creator-owner-of-uts_namespace.patch added to -mm tree
2011-02-18 04:36:07
linux-kernel
Re: [PATCH 5/9] Allow ptrace from non-init user namespaces
2011-02-18 04:28:18
linux-kernel
Re: userns: targeted capabilities v5
2011-02-17 15:03:01
linux-kernel
[PATCH 9/9] userns: check user namespace for task->file uid equivalence checks
2011-02-17 15:02:56
linux-kernel
[PATCH 8/9] user namespaces: convert several capable() calls