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

[PATCH -next] lockdown: Make lockdown_lsmid static
 2024-08-14  3:30 UTC 

[RFC PATCH v2 0/9] Support TCP listen access-control
 2024-08-14  3:01 UTC  (10+ 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 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 v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-14  1:53 UTC  (33+ messages)
` [PATCH v20 01/20] security: add ipe lsm
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v20 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v20 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v20 07/20] security: add new securityfs delete function
` [PATCH v20 08/20] ipe: add userspace interface
` [PATCH v20 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v20 10/20] ipe: add permissive toggle
` [PATCH v20 11/20] block|lsm: Add LSM blob and new LSM hooks for block devices
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v20 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v20 14/20] security: add security_inode_setintegrity() hook
` [PATCH v20 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v20 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v20 17/20] scripts: add boot policy generation program
` [PATCH v20 18/20] ipe: kunit test for parser
` [PATCH v20 19/20] Documentation: add ipe documentation
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH v2] fs,security: Fix file_set_fowner LSM hook inconsistencies
 2024-08-13 23:39 UTC  (8+ messages)

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

[PATCH v2 0/4] Landlock: Signal Scoping Support
 2024-08-13 11:44 UTC  (37+ messages)
` [PATCH v2 1/4] Landlock: Add signal control
                    ` 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 v2 2/4] selftest/Landlock: Signal restriction tests
` [PATCH v2 3/4] sample/Landlock: Support signal scoping restriction
` [PATCH v2 4/4] Landlock: Document LANDLOCK_SCOPED_SIGNAL

[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  (4+ messages)

[PATCH v8 0/4] Landlock: Add abstract unix socket connect
 2024-08-12 17:06 UTC  (22+ messages)
` [PATCH v8 1/4] Landlock: Add abstract unix socket connect restriction
` [PATCH v8 2/4] selftests/landlock: Abstract unix socket restriction tests
` [PATCH v8 3/4] sample/Landlock: Support abstract unix socket restriction
` [PATCH v8 4/4] Landlock: Document LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET and ABI versioning

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

[PATCH 0/2] selinux: Do not include <linux/*.h> from host programs (+ extra clean-up)
 2024-08-09 12:19 UTC  (3+ messages)
` [PATCH 1/2] selinux: do not include <linux/*.h> headers from host programs
` [PATCH 2/2] selinux: move genheaders to security/selinux/

[PATCH][next] integrity: Use static_assert() to check struct sizes
 2024-08-08 22:04 UTC 

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-08  7:58 UTC  (3+ messages)

[PATCH] drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
 2024-08-07 12:00 UTC  (4+ messages)

[RFC] integrity: wait for completion of i2c initialization using late_initcall_sync()
 2024-08-07  0:41 UTC  (7+ messages)

[PATCH v5] tpm: Add new device/vendor ID 0x50666666
 2024-08-06 16:51 UTC 

[PATCH] evm: stop avoidably reading i_writecount in evm_file_release
 2024-08-06 13:36 UTC 

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

[PATCH v2 0/2] get rid of cred_transfer
 2024-08-05 11:54 UTC  (3+ messages)
` [PATCH v2 1/2] KEYS: use synchronous task work for changing parent credentials
` [PATCH v2 2/2] security: remove unused cred_alloc_blank/cred_transfer helpers

[PATCH v4] tpm: Add new device/vendor ID 0x50666666
 2024-08-03 17:23 UTC  (2+ messages)

[PATCH RFC] security/KEYS: get rid of cred_alloc_blank and cred_transfer
 2024-08-03 17:20 UTC  (4+ messages)

[PATCH v3] tpm: Add new device/vendor ID 0x50666666
 2024-08-02 21:04 UTC 

[PATCH v2] tpm: Add new device/vendor ID 0x50666666
 2024-08-02 19:15 UTC  (3+ 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).