LinuxLists
Users
About
Djalal Harouni (
[email protected]
)
Number of posts: 97 (0.04 per day)
First post: 2017-03-02 10:49:36
Last post: 2024-04-11 08:37:31
Previous Page
Date
List
Subject
2017-04-27 13:16:24
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-26 09:25:44
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-25 12:27:04
linux-kernel
[PATCH RFC v2 6/6] proc: flush task dcache entries from all procfs instances
2017-04-25 12:25:42
linux-kernel
[PATCH RFC v2 5/6] proc: instantiate only pids that we can ptrace on 'limit_pids=1' mount option
2017-04-25 12:25:27
linux-kernel
[PATCH RFC v2 4/6] proc: support mounting private procfs instances inside same pid namespace
2017-04-25 12:25:15
linux-kernel
[PATCH RFC v2 3/6] proc: add helpers to set and get proc hidepid and gid mount options
2017-04-25 12:24:57
linux-kernel
[PATCH RFC v2 2/6] proc: move /proc/{self|thread-self} dentries to proc_fs_info
2017-04-25 12:24:48
linux-kernel
[PATCH RFC v2 1/6] proc: add proc_fs_info struct to store proc information
2017-04-25 12:24:34
linux-kernel
[PATCH RFC v2 0/6] proc: support private proc instances per pidnamespace
2017-04-24 18:35:20
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-24 14:25:53
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-22 12:17:48
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-22 01:19:59
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-22 00:12:34
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-20 20:39:27
linux-kernel
Re: [kernel-hardening] Re: [PATCH v3 1/2] modules:capabilities: automatic module loading restriction
2017-04-20 12:45:01
linux-kernel
Re: [kernel-hardening] Re: [PATCH v3 1/2] modules:capabilities: automatic module loading restriction
2017-04-19 22:39:06
linux-kernel
Re: [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-19 22:21:24
linux-kernel
[PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction
2017-04-19 22:21:21
linux-kernel
[PATCH v3 1/2] modules:capabilities: automatic module loading restriction
2017-04-19 22:21:16
linux-kernel
[PATCH v3 0/2] modules:capabilities: automatic module loading restrictions
2017-04-12 16:22:09
linux-kernel
Re: [kernel-hardening] Re: [PATCH RFC v2 1/3] LSM: Allow per LSM module per "struct task_struct" blob.
2017-04-12 16:08:50
linux-kernel
Re: [kernel-hardening] Re: [PATCH RFC v2 1/3] LSM: Allow per LSM module per "struct task_struct" blob.
2017-04-12 15:27:06
linux-kernel
Re: [PATCH RFC v2 0/3] security: Add ModAutoRestrict LSM
2017-04-10 20:00:04
linux-kernel
Re: [PATCH RFC v2 1/3] LSM: Allow per LSM module per "struct task_struct" blob.
2017-04-10 19:55:59
linux-kernel
Re: [PATCH RFC v2 2/3] security: add the ModAutoRestrict Linux Security Module
2017-04-10 18:31:00
linux-kernel
Re: [PATCH RFC v2 1/3] LSM: Allow per LSM module per "struct task_struct" blob.
2017-04-10 18:27:58
linux-kernel
Re: [PATCH RFC v2 2/3] security: add the ModAutoRestrict Linux Security Module
2017-04-10 06:48:41
linux-kernel
Re: [kernel-hardening] [PATCH net-next v6 07/11] landlock: Add ptrace restrictions
2017-04-09 10:43:59
linux-kernel
[PATCH RFC v2 1/3] LSM: Allow per LSM module per "struct task_struct" blob.
2017-04-09 10:43:51
linux-kernel
[PATCH RFC v2 3/3] Documentation: add ModAutoRestrict LSM documentation
2017-04-09 10:43:44
linux-kernel
[PATCH RFC v2 2/3] security: add the ModAutoRestrict Linux Security Module
2017-04-09 10:43:35
linux-kernel
[PATCH RFC v2 0/3] security: Add ModAutoRestrict LSM
2017-03-31 11:45:58
linux-kernel
Re: [PATCH RFC 0/4] proc: support multiple separate proc instances per pidnamespace
2017-03-31 11:26:49
linux-kernel
Re: [PATCH RFC 0/4] proc: support multiple separate proc instances per pidnamespace
2017-03-31 10:49:41
linux-kernel
Re: [PATCH RFC 1/4] proc: add proc_fs_info struct to store proc options
2017-03-30 15:28:18
linux-kernel
[PATCH RFC 0/4] proc: support multiple separate proc instances per pidnamespace
2017-03-30 15:25:47
linux-kernel
[PATCH RFC 1/4] proc: add proc_fs_info struct to store proc options
2017-03-30 15:24:43
linux-kernel
[PATCH RFC 2/4] proc: add helpers to set/get hidepid and gid mount options
2017-03-30 15:24:13
linux-kernel
[PATCH RFC 4/4] proc: support flushing dcache entries of a task on multiple procfs mounts
2017-03-30 15:23:43
linux-kernel
[PATCH RFC 3/4] proc: support mounting new procfs instances inside same pid namespace
2017-03-29 10:35:36
linux-kernel
Re: [kernel-hardening] [PATCH net-next v6 06/11] seccomp,landlock: Handle Landlock events per process hierarchy
2017-03-26 07:13:44
linux-kernel
Re: [RFC] Add option to mount only a pids subset
2017-03-23 16:06:33
linux-kernel
Re: [RFC] Add option to mount only a pids subset
2017-03-23 15:59:51
linux-kernel
[PATCH] proc: allow to change proc mount options per mount
2017-03-09 11:28:36
linux-kernel
Re: [RFC] Add option to mount only a pids subset
2017-03-02 10:49:36
linux-kernel
Re: [kernel-hardening] [PATCH v5 06/10] seccomp,landlock: Handle Landlock events per process hierarchy