linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-12 15:06:57 to 2024-08-22 09:18:16 UTC [more...]

[PATCH] security: smack: Fix indentation in smack_netfilter.c
 2024-08-22  9:18 UTC 

[PATCH -next] ipe: Remove duplicated include in ipe.c
 2024-08-22  1:15 UTC  (2+ messages)
` [PATCH] "

[PATCH v6 17/20] mm/mmap: Use vms accounted pages in mmap_region()
 2024-08-21 17:15 UTC  (3+ messages)

[PATCH v3 1/2] fs: Fix file_set_fowner LSM hook inconsistencies
 2024-08-21 16:32 UTC  (3+ messages)
` [PATCH v3 2/2] security: Update file_set_fowner documentation

[PATCH v10 0/6] Landlock: Add abstract UNIX socket connect restriction
 2024-08-21 15:59 UTC  (11+ 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 0/7] keys: Add tracepoints
 2024-08-21 12:36 UTC  (8+ messages)
` [PATCH 1/7] keys: Out of line key_is_dead() so it can have tracepoints added in
` [PATCH 2/7] keys: Extract struct key_user to its own header for tracing purposes
` [PATCH 3/7] keys: Move key_get() out of line so a tracepoint can be added
` [PATCH 4/7] keys: Add a key_ref_get() wrapper
` [PATCH 5/7] keys: Use key_get() instead of __key_get()
` [PATCH 6/7] keys: Provide a key_try_get() function and use it
` [PATCH 7/7] keys: Add tracepoints for the keyrings facility

[RFC PATCH v2 0/9] Support TCP listen access-control
 2024-08-21 11:52 UTC  (28+ 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 v3 0/6] Landlock: Signal Scoping Support
 2024-08-21 10:13 UTC  (16+ 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 v1] security/apparmor: remove duplicate unpacking in unpack_perm function
 2024-08-21  7:22 UTC 

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-08-21  3:43 UTC  (12+ messages)

[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  (17+ messages)
` [PATCH v20 02/20] ipe: add policy parser
` [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  (5+ messages)
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()

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

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

[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 v2 1/4] Landlock: Add signal control
 2024-08-12 18:17 UTC  (19+ messages)
                  ` f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)

[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  (5+ messages)
` [PATCH v8 3/4] sample/Landlock: Support abstract unix socket restriction


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