messages from 2024-07-30 15:02:59 to 2024-08-09 13:58:01 UTC [more...]
[PATCH v2 0/4] Landlock: Signal Scoping Support
2024-08-09 13:57 UTC (21+ messages)
` [PATCH v2 1/4] Landlock: Add signal control
` f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)
` [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 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 v8 0/4] Landlock: Add abstract unix socket connect
2024-08-09 8:49 UTC (18+ 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 8:45 UTC (13+ messages)
[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
2024-08-08 22:38 UTC (29+ 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][next] integrity: Use static_assert() to check struct sizes
2024-08-08 22:04 UTC
[PATCH] init/main.c: Initialize early LSMs after arch code
2024-08-08 20:49 UTC (24+ messages)
[PATCH] apparmor: fix policy_unpack_test on big endian systems
2024-08-08 18:04 UTC (2+ messages)
[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)
[PATCH v1] keys: Restrict KEYCTL_SESSION_TO_PARENT according to ptrace_may_access()
2024-08-02 13:12 UTC (13+ messages)
[PATCH v5] proc: add config & param to block forcing mem writes
2024-08-02 11:22 UTC (2+ messages)
[syzbot] [tomoyo?] INFO: rcu detected stall in security_file_ioctl (8)
2024-08-02 7:21 UTC (2+ messages)
[RFC PATCH v1 0/9] Support TCP listen access-control
2024-08-01 17:42 UTC (20+ messages)
` [RFC PATCH v1 2/9] landlock: "
` [RFC PATCH v1 5/9] selftests/landlock: Test listen on connected socket
` [RFC PATCH v1 7/9] selftests/landlock: Test listen on ULP socket without clone method
[PATCH] init/main.c: Do jump_label_init before early_security_init
2024-08-01 11:53 UTC (9+ messages)
static_key_enable_cpuslocked(): static key 'security_hook_active_locked_down_0+0x0/0x10' used before call to jump_label_init()
2024-08-01 1:13 UTC (7+ messages)
[PATCH AUTOSEL 4.19 05/14] smack: tcp: ipv4, fix incorrect labeling
2024-08-01 0:40 UTC
[PATCH AUTOSEL 5.4 09/22] smack: tcp: ipv4, fix incorrect labeling
2024-08-01 0:38 UTC
[PATCH AUTOSEL 5.10 22/38] smack: tcp: ipv4, fix incorrect labeling
2024-08-01 0:35 UTC
[PATCH AUTOSEL 5.15 28/47] smack: tcp: ipv4, fix incorrect labeling
2024-08-01 0:31 UTC
[PATCH AUTOSEL 6.1 34/61] smack: tcp: ipv4, fix incorrect labeling
2024-08-01 0:25 UTC
[PATCH AUTOSEL 6.6 45/83] smack: tcp: ipv4, fix incorrect labeling
2024-08-01 0:18 UTC
[PATCH AUTOSEL 6.10 065/121] smack: tcp: ipv4, fix incorrect labeling
2024-08-01 0:00 UTC
[PATCH AUTOSEL 4.19 1/2] apparmor: fix possible NULL pointer dereference
2024-07-31 23:56 UTC
[PATCH AUTOSEL 5.4 1/2] apparmor: fix possible NULL pointer dereference
2024-07-31 23:56 UTC
[PATCH AUTOSEL 5.10 1/2] apparmor: fix possible NULL pointer dereference
2024-07-31 23:56 UTC
[PATCH AUTOSEL 5.15 1/2] apparmor: fix possible NULL pointer dereference
2024-07-31 23:56 UTC
[PATCH AUTOSEL 6.1 1/2] apparmor: fix possible NULL pointer dereference
2024-07-31 23:56 UTC
[PATCH AUTOSEL 6.6 1/2] apparmor: fix possible NULL pointer dereference
2024-07-31 23:56 UTC
[PATCH AUTOSEL 6.10 1/2] apparmor: fix possible NULL pointer dereference
2024-07-31 23:55 UTC
[PATCH v4] proc: add config & param to block forcing mem writes
2024-07-31 14:39 UTC (6+ messages)
[PATCH resend v4 00/11] Improve the copy of task comm
2024-07-31 2:14 UTC (3+ messages)
[PATCH v7 0/4] Landlock: Abstract Unix Socket Scoping Support
2024-07-30 21:41 UTC (4+ messages)
` [PATCH v7 1/4] Landlock: Add abstract unix socket connect restriction
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).