linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-09 14:45:02 to 2024-08-20 18:47:07 UTC [more...]

[RFC PATCH v2 0/9] Support TCP listen access-control
 2024-08-20 18:46 UTC  (27+ messages)
` [RFC PATCH v2 1/9] landlock: Refactor current_check_access_socket() access right check
` [RFC PATCH v2 2/9] landlock: Support TCP listen access-control
` [RFC PATCH v2 3/9] selftests/landlock: Support LANDLOCK_ACCESS_NET_LISTEN_TCP
` [RFC PATCH v2 4/9] selftests/landlock: Test listening restriction
` [RFC PATCH v2 5/9] selftests/landlock: Test listen on connected socket
` [RFC PATCH v2 6/9] selftests/landlock: Test listening without explicit bind restriction
` [RFC PATCH v2 7/9] selftests/landlock: Test listen on ULP socket without clone method
` [RFC PATCH v2 8/9] selftests/landlock: Test changing socket backlog with listen(2)
` [RFC PATCH v2 9/9] samples/landlock: Support LANDLOCK_ACCESS_NET_LISTEN

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-08-20 17:42 UTC  (10+ messages)

[PATCH v10 0/6] Landlock: Add abstract UNIX socket connect restriction
 2024-08-20 16:00 UTC  (9+ messages)
` [PATCH v10 1/6] "
` [PATCH v10 2/6] selftests/Landlock: general scoped restriction tests
` [PATCH v10 3/6] selftests/Landlock: Abstract UNIX socket "
` [PATCH v10 4/6] selftests/Landlock: Add pathname UNIX socket tests
` [PATCH v10 5/6] sample/Landlock: Support abstract unix socket restriction
` [PATCH v10 6/6] Landlock: Document LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET and ABI versioning

[PATCH v3 0/6] Landlock: Signal Scoping Support
 2024-08-20 15:57 UTC  (15+ messages)
` [PATCH v3 1/6] Landlock: Add signal control
` [PATCH v3 2/6] Landlock: Adding file_send_sigiotask signal scoping support
` [PATCH v3 3/6] selftest/Landlock: Signal restriction tests
` [PATCH v3 4/6] selftest/Landlock: pthread_kill(3) tests
` [PATCH v3 5/6] sample/Landlock: Support signal scoping restriction
` [PATCH v3 6/6] Landlock: Document LANDLOCK_SCOPED_SIGNAL

[PATCH v9 0/5] Landlock: Add abstract unix socket connect restriction
 2024-08-20 15:56 UTC  (21+ messages)
` [PATCH v9 1/5] "
` [PATCH v9 2/5] selftests/Landlock: Abstract unix socket restriction tests
` [PATCH v9 3/5] selftests/Landlock: Adding pathname Unix socket tests
` [PATCH v9 4/5] sample/Landlock: Support abstract unix socket restriction
` [PATCH v9 5/5] Landlock: Document LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET and ABI versioning

[PATCH v15 0/4] Reduce overhead of LSMs with static calls
 2024-08-20  5:17 UTC  (10+ messages)
` [PATCH v15 1/4] init/main.c: Initialize early LSMs after arch code, static keys and calls
` [PATCH v15 2/4] kernel: Add helper macros for loop unrolling
` [PATCH v15 3/4] lsm: count the LSMs enabled at compile time
` [PATCH v15 4/4] lsm: replace indirect LSM hook calls with static calls

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-20  2:51 UTC  (19+ messages)
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-18  8:25 UTC  (17+ messages)
` [PATCH v7 1/8] Get rid of __get_task_comm()
` [PATCH v7 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v7 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v7 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v7 7/8] net: Replace strcpy() with strscpy()
` [PATCH v7 8/8] drm: "

Landlock Houdini fix: CVE-2024-42318
 2024-08-17 15:56 UTC 

[PATCH v5.1 16/19] mm/mmap: Use vms accounted pages in mmap_region()
 2024-08-16 16:09 UTC 

[RFC] integrity: wait for completion of i2c initialization using late_initcall_sync()
 2024-08-16 12:46 UTC  (8+ messages)

[PATCH][next] integrity: Use static_assert() to check struct sizes
 2024-08-16 12:28 UTC  (2+ messages)

[PATCH] evm: stop avoidably reading i_writecount in evm_file_release
 2024-08-16 11:53 UTC  (2+ messages)

[PATCH v2 0/2] get rid of cred_transfer
 2024-08-16 10:52 UTC  (8+ messages)
` [PATCH v2 1/2] KEYS: use synchronous task work for changing parent credentials
  ` Can KEYCTL_SESSION_TO_PARENT be dropped entirely? -- was "
` [PATCH v2 2/2] security: remove unused cred_alloc_blank/cred_transfer helpers

[RFC PATCH v1 0/4] Implement performance impact measurement tool
 2024-08-16  0:59 UTC  (5+ messages)
` [RFC PATCH v1 1/4] selftests/landlock: "
` [RFC PATCH v1 2/4] selftests/landlock: Implement per-syscall microbenchmarks
` [RFC PATCH v1 3/4] selftests/landlock: Implement custom libbpf-based tracer
` [RFC PATCH v1 4/4] selftests/landlock: Add realworld workload based on find tool

[PATCH -next] lockdown: Make lockdown_lsmid static
 2024-08-15 16:11 UTC  (3+ messages)
` [PATCH] "

[GIT PULL] selinux/selinux-pr-20240814
 2024-08-14 16:28 UTC  (2+ messages)

[PATCH v2] fs,security: Fix file_set_fowner LSM hook inconsistencies
 2024-08-14 15:13 UTC  (11+ messages)

[PATCH v6 0/9] Improve the copy of task comm
 2024-08-14  2:34 UTC  (15+ messages)
` [PATCH v6 1/9] Get rid of __get_task_comm()
` [PATCH v6 2/9] auditsc: Replace memcpy() with strscpy()
` [PATCH v6 3/9] security: Replace memcpy() with get_task_comm()
` [PATCH v6 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v6 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v6 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()
` [PATCH v6 8/9] net: Replace strcpy() "
` [PATCH v6 9/9] drm: "

[PATCH] init/main.c: Initialize early LSMs after arch code
 2024-08-13 18:21 UTC  (21+ messages)

[PATCH v2 1/4] Landlock: Add signal control
 2024-08-13 11:44 UTC  (27+ messages)
                  ` f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)
                        ` [PATCH] fs,security: Fix file_set_fowner LSM hook inconsistencies

[PATCH] lsm: add the inode_free_security_rcu() LSM implementation hook
 2024-08-12 19:37 UTC  (2+ messages)

[PATCH] lsm: cleanup lsm_hooks.h
 2024-08-12 19:34 UTC  (2+ messages)

[PATCH] apparmor: fix policy_unpack_test on big endian systems
 2024-08-12 17:07 UTC  (3+ messages)

[PATCH v8 0/4] Landlock: Add abstract unix socket connect
 2024-08-12 17:06 UTC  (15+ messages)
` [PATCH v8 1/4] Landlock: Add abstract unix socket connect restriction
` [PATCH v8 3/4] sample/Landlock: Support abstract unix socket restriction

[RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
 2024-08-09 16:15 UTC  (12+ messages)


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).