kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-01 10:11:11 to 2021-03-24 19:34:03 UTC [more...]

[PATCH v31 00/12] Landlock LSM
 2021-03-24 19:34 UTC  (14+ messages)
` [PATCH v31 01/12] landlock: Add object management
` [PATCH v31 02/12] landlock: Add ruleset and domain management
` [PATCH v31 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v31 04/12] landlock: Add ptrace restrictions
` [PATCH v31 05/12] LSM: Infrastructure management of the superblock
` [PATCH v31 06/12] fs,security: Add sb_delete hook
` [PATCH v31 07/12] landlock: Support filesystem access-control
` [PATCH v31 08/12] landlock: Add syscall implementations
` [PATCH v31 09/12] arch: Wire up Landlock syscalls
` [PATCH v31 10/12] selftests/landlock: Add user space tests
` [PATCH v31 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v31 12/12] landlock: Add user and kernel documentation

[PATCH v30 00/12] Landlock LSM
 2021-03-24 16:21 UTC  (47+ messages)
` [PATCH v30 01/12] landlock: Add object management
` [PATCH v30 02/12] landlock: Add ruleset and domain management
` [PATCH v30 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v30 04/12] landlock: Add ptrace restrictions
` [PATCH v30 05/12] LSM: Infrastructure management of the superblock
` [PATCH v30 06/12] fs,security: Add sb_delete hook
` [PATCH v30 07/12] landlock: Support filesystem access-control
` [PATCH v30 08/12] landlock: Add syscall implementations
` [PATCH v30 09/12] arch: Wire up Landlock syscalls
` [PATCH v30 10/12] selftests/landlock: Add user space tests
` [PATCH v30 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v30 12/12] landlock: Add user and kernel documentation

[PATCH v9 0/8] Count rlimits in each user namespace
 2021-03-23 20:59 UTC  (9+ messages)
` [PATCH v9 1/8] Increase size of ucounts to atomic_long_t
` [PATCH v9 2/8] Add a reference to ucounts for each cred
` [PATCH v9 3/8] Use atomic_t for ucounts reference counting
` [PATCH v9 4/8] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v9 5/8] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v9 6/8] Reimplement RLIMIT_SIGPENDING "
` [PATCH v9 7/8] Reimplement RLIMIT_MEMLOCK "
` [PATCH v9 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[PATCH v6 0/8] Fork brute force attack mitigation
 2021-03-22 18:32 UTC  (30+ messages)
` [PATCH v6 1/8] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v6 2/8] security/brute: Define a LSM and manage statistical data
` [PATCH v6 3/8] securtiy/brute: Detect a brute force attack
` [PATCH v6 4/8] security/brute: Fine tuning the attack detection
` [PATCH v6 5/8] security/brute: Mitigate a brute force attack
` [PATCH v6 6/8] selftests/brute: Add tests for the Brute LSM
` [PATCH v6 7/8] Documentation: Add documentation "
` [PATCH v6 8/8] MAINTAINERS: Add a new entry "

[PATCH v7 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-21 17:03 UTC  (9+ messages)
` [PATCH v7 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v7 2/6] init_on_alloc: Optimize static branches
` [PATCH v7 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v7 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v7 5/6] arm64: entry: "
` [PATCH v7 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

Fine-grained Forward CFI on top of Intel CET / IBT
 2021-03-19 22:51 UTC  (4+ messages)

[PATCH v6 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-18 12:46 UTC  (9+ messages)
` [PATCH v6 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v6 2/6] init_on_alloc: Optimize static branches
` [PATCH v6 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v6 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v6 5/6] arm64: entry: "
` [PATCH v6 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH v5 0/1] Unprivileged chroot
 2021-03-16 20:36 UTC  (2+ messages)
` [PATCH v5 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v4 0/1] Unprivileged chroot
 2021-03-16 20:06 UTC  (9+ messages)
` [PATCH v4 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v8 0/8] Count rlimits in each user namespace
 2021-03-16 19:32 UTC  (15+ messages)
` [PATCH v8 1/8] Increase size of ucounts to atomic_long_t
` [PATCH v8 2/8] Add a reference to ucounts for each cred
` [PATCH v8 3/8] Use atomic_t for ucounts reference counting
` [PATCH v8 4/8] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v8 5/8] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v8 6/8] Reimplement RLIMIT_SIGPENDING "
` [PATCH v8 7/8] Reimplement RLIMIT_MEMLOCK "
` [PATCH v8 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[PATCH v3 0/1] Unprivileged chroot
 2021-03-16  8:17 UTC  (4+ messages)
` [PATCH v3 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v5 0/7] Optionally randomize kernel stack offset each syscall
 2021-03-15 17:28 UTC  (12+ messages)
` [PATCH v5 1/7] mm: Restore init_on_* static branch defaults
` [PATCH v5 2/7] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v5 3/7] init_on_alloc: Unpessimize default-on builds
` [PATCH v5 4/7] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v5 5/7] x86/entry: Enable random_kstack_offset support
` [PATCH v5 6/7] arm64: entry: "
` [PATCH v5 7/7] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH v5 0/8] Fork brute force attack mitigation
 2021-03-12 17:54 UTC  (18+ messages)
` [PATCH v5 5/8] security/brute: Mitigate a brute force attack
` [PATCH v5 7/8] Documentation: Add documentation for the Brute LSM

[PATCH v1 0/1] Unprivileged chroot
 2021-03-11 10:42 UTC  (8+ messages)
` [PATCH v1 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v2 0/1] Unprivileged chroot
 2021-03-11 10:37 UTC  (6+ messages)
` [PATCH v2 1/1] fs: Allow no_new_privs tasks to call chroot(2)

d28296d248: stress-ng.sigsegv.ops_per_sec -82.7% regression
 2021-03-05 17:56 UTC  (6+ messages)

[PATCH 00/20] Manual replacement of all strlcpy in favor of strscpy
 2021-03-04 10:08 UTC  (9+ messages)
` [PATCH 02/20] crypto: Manual replacement of the deprecated strlcpy() with return values
` [PATCH 06/20] ima: "
` [PATCH 07/20] SUNRPC: "

[PATCH v5 2/8] security/brute: Define a LSM and manage statistical data
 2021-03-02 18:39 UTC  (3+ messages)
` [security/brute] cfe92ab6a3: WARNING:inconsistent_lock_state

[PATCH v7 2/7] Add a reference to ucounts for each cred
 2021-03-01  7:32 UTC  (2+ messages)
` e1e57d56fe: stress-ng.access.ops_per_sec -41.6% regression


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).