messages from 2024-07-08 18:00:49 to 2024-07-17 10:00:59 UTC [more...]
[RFC PATCH v19 0/5] Script execution control (was O_MAYEXEC)
2024-07-17 10:00 UTC (53+ messages)
` [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
` [PATCH] binfmt_elf: Fail execution of shared objects with ELIBEXEC (was: Re: [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2))
` [PATCH] binfmt_elf: Fail execution of shared objects with ELIBEXEC
` [RFC PATCH v19 2/5] security: Add new SHOULD_EXEC_CHECK and SHOULD_EXEC_RESTRICT securebits
` [RFC PATCH v19 5/5] samples/should-exec: Add set-should-exec
[PATCH v3] tpm: Relocate buf->handles to appropriate place
2024-07-17 9:34 UTC (6+ messages)
[syzbot] [lsm?] WARNING in current_check_refer_path
2024-07-17 3:22 UTC (5+ messages)
` [syzbot] [lsm?] WARNING in current_check_refer_path - bcachefs bug
[PATCH testsuite] tests/task_setscheduler: add cgroup v2 case for moving proc to root cgroup
2024-07-17 2:18 UTC
[GIT PULL] lsm/lsm-pr-20240715
2024-07-16 21:59 UTC (2+ messages)
[GIT PULL] Smack patches for 6.11
2024-07-16 21:59 UTC (2+ messages)
[GIT PULL] selinux/selinux-pr-20240715
2024-07-16 21:59 UTC (2+ messages)
[PATCH v2] tpm: Relocate buf->handles to appropriate place
2024-07-16 17:27 UTC
[PATCH] tpm: Fix alignment of buf->handles
2024-07-16 16:13 UTC
Landlock news #4
2024-07-16 15:27 UTC
[PATCH] landlock: Various documentation improvements
2024-07-16 14:37 UTC (2+ messages)
[PATCH v2] landlock: Clarify documentation for struct landlock_ruleset_attr
2024-07-16 14:37 UTC (2+ messages)
CVE-2024-40938: landlock: Fix d_parent walk
2024-07-16 7:17 UTC (8+ messages)
[RFC PATCH] lsm: add the inode_free_security_rcu() LSM implementation hook
2024-07-15 21:23 UTC (14+ messages)
[PATCH v2 1/4] net: Split a __sys_bind helper for io_uring
2024-07-15 13:59 UTC (2+ messages)
[syzbot] [io-uring] general protection fault in tomoyo_socket_bind_permission
2024-07-13 8:21 UTC
[PATCH bpf-next v4 00/20] Add return value range check for BPF LSM
2024-07-13 8:11 UTC (23+ messages)
` [PATCH bpf-next v4 01/20] lsm: Refactor return value of LSM hook vm_enough_memory
` [PATCH bpf-next v4 02/20] lsm: Refactor return value of LSM hook inode_need_killpriv
` [PATCH bpf-next v4 03/20] lsm: Refactor return value of LSM hook inode_getsecurity
` [PATCH bpf-next v4 04/20] lsm: Refactor return value of LSM hook inode_listsecurity
` [PATCH bpf-next v4 05/20] lsm: Refactor return value of LSM hook inode_copy_up_xattr
` [PATCH bpf-next v4 06/20] lsm: Refactor return value of LSM hook getselfattr
` [PATCH bpf-next v4 07/20] lsm: Refactor return value of LSM hook setprocattr
` [PATCH bpf-next v4 08/20] lsm: Refactor return value of LSM hook getprocattr
` [PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
` [PATCH bpf-next v4 10/20] lsm: Refactor return value of LSM hook audit_rule_match
` [PATCH bpf-next v4 11/20] bpf, lsm: Add disabled BPF LSM hook list
` [PATCH bpf-next v4 12/20] bpf, lsm: Enable BPF LSM prog to read/write return value parameters
[PATCH v2 1/2] Unify error wording
2024-07-12 17:53 UTC (4+ messages)
` [PATCH v2 2/2] landlock: Mention -1 return code on failure
[PATCH 1/1] landlock: Mention -1 return code on failure
2024-07-12 13:35 UTC (5+ messages)
[PATCH v14 0/3] Reduce overhead of LSMs with static calls
2024-07-11 20:19 UTC (8+ messages)
` [PATCH v14 1/3] kernel: Add helper macros for loop unrolling
` [PATCH v14 2/3] security: Count the LSMs enabled at compile time
` [PATCH v14 3/3] security: Replace indirect LSM hook calls with static calls
[PATCH v2 0/6] LSM: Infrastructure blob allocation
2024-07-11 20:15 UTC (12+ messages)
` [PATCH v2 1/6] LSM: Infrastructure management of the sock security
` [PATCH v2 2/6] LSM: Infrastructure management of the key security blob
` [PATCH v2 3/6] LSM: Add helper for blob allocations
` [PATCH v2 4/6] LSM: Infrastructure management of the dev_tun blob
` [PATCH v2 5/6] LSM: Infrastructure management of the infiniband blob
` [PATCH v2 6/6] LSM: Infrastructure management of the perf_event security blob
[PATCH] apparmor: test: add MODULE_DESCRIPTION()
2024-07-11 17:45 UTC (3+ messages)
[PATCH] landlock: Clarify documentation for struct landlock_ruleset_attr
2024-07-11 16:50 UTC (4+ messages)
[RFC] integrity: wait for completion of i2c initialization using late_initcall_sync()
2024-07-11 14:06 UTC (5+ messages)
[syzbot] [lsm?] general protection fault in hook_inode_free_security
2024-07-11 14:06 UTC (20+ messages)
[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
2024-07-11 11:38 UTC (8+ messages)
` [PATCH bpf-next v4 14/20] bpf: Prevent tail call between progs attached to different hooks
` [PATCH bpf-next v4 15/20] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
` [PATCH bpf-next v4 17/20] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v4 18/20] selftests/bpf: Add return value checks for failed tests
` [PATCH bpf-next v4 19/20] selftests/bpf: Add test for lsm tail call
` [PATCH bpf-next v4 20/20] selftests/bpf: Add verifier tests for bpf lsm
[PATCH v4 16/21] mm/mmap: Use vms accounted pages in mmap_region()
2024-07-10 19:22 UTC
[PATCH v6] landlock: Add abstract unix socket connect restriction
2024-07-10 17:20 UTC (3+ messages)
IMA Reports No TPM Device
2024-07-10 11:12 UTC (4+ messages)
[PATCH 0/6] LSM: Infrastructure blob allocation
2024-07-10 0:01 UTC (28+ messages)
` [PATCH 1/6] LSM: Infrastructure management of the sock security
` [PATCH 2/6] LSM: Infrastructure management of the key security blob
` [PATCH 3/6] LSM: Add helper for blob allocations
` [PATCH 4/6] LSM: Infrastructure management of the dev_tun blob
` [PATCH 5/6] LSM: Infrastructure management of the infiniband blob
` [PATCH 6/6] LSM: Infrastructure management of the perf_event security blob
[PATCH v13 4/5] security: Update non standard hooks to use static calls
2024-07-09 19:05 UTC (6+ messages)
[PATCH v1 1/2] Landlock: Add signal control
2024-07-09 15:18 UTC (3+ messages)
` [PATCH v1 2/2] Landlock: Signal scoping tests
[PATCH] apparmor: domain: clean up duplicated parts of handle_onexec()
2024-07-09 3:07 UTC
[PATCH v1] landlock: Abstract unix socket restriction tests
2024-07-08 19:45 UTC (2+ messages)
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).