messages from 2024-12-23 14:19:53 to 2025-01-08 22:51:46 UTC [more...]
[PATCH v8 bpf-next 0/7] Enable writing xattr from BPF programs
2025-01-08 22:51 UTC
[PATCH v5 00/16] perf tools: Use generic syscall scripts for all archs
2025-01-08 22:39 UTC (19+ messages)
` [PATCH v5 01/16] perf tools: Create generic syscall table support
` [PATCH v5 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v5 03/16] perf tools: csky: "
` [PATCH v5 04/16] perf tools: arm: Support "
` [PATCH v5 05/16] perf tools: sh: "
` [PATCH v5 06/16] perf tools: sparc: "
` [PATCH v5 07/16] perf tools: xtensa: Support syscall header
` [PATCH v5 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v5 09/16] perf tools: alpha: Support syscall header
` [PATCH v5 10/16] perf tools: parisc: "
` [PATCH v5 11/16] perf tools: arm64: Use syscall table
` [PATCH v5 12/16] perf tools: loongarch: "
` [PATCH v5 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v5 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v5 15/16] perf tools: s390: "
` [PATCH v5 16/16] perf tools: Remove dependency on libaudit
[PATCH] hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC
2025-01-08 22:18 UTC (2+ messages)
[syzbot] [lsm?] WARNING in handle_policy_update
2025-01-08 21:17 UTC (11+ messages)
` [PATCH v2] lsm: check size of writes
[PATCH v4 00/30] Landlock audit support
2025-01-08 15:43 UTC (31+ messages)
` [PATCH v4 01/30] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
` [PATCH v4 02/30] lsm: Add audit_log_lsm_data() helper
` [PATCH v4 03/30] landlock: Factor out check_access_path()
` [PATCH v4 04/30] landlock: Add unique ID generator
` [PATCH v4 05/30] landlock: Move access types
` [PATCH v4 06/30] landlock: Simplify initially denied access rights
` [PATCH v4 07/30] landlock: Move domain hierarchy management and export helpers
` [PATCH v4 08/30] landlock: Add AUDIT_LANDLOCK_DENY and log ptrace denials
` [PATCH v4 09/30] landlock: Add AUDIT_LANDLOCK_DOM_{INFO,DROP} and log domain properties
` [PATCH v4 10/30] landlock: Log mount-related denials
` [PATCH v4 11/30] landlock: Align partial refer access checks with final ones
` [PATCH v4 12/30] selftests/landlock: Add test to check partial access in a mount tree
` [PATCH v4 13/30] landlock: Optimize file path walks and prepare for audit support
` [PATCH v4 14/30] landlock: Log file-related denials
` [PATCH v4 15/30] landlock: Log truncate and IOCTL denials
` [PATCH v4 16/30] landlock: Log TCP bind and connect denials
` [PATCH v4 17/30] landlock: Log scoped denials
` [PATCH v4 18/30] landlock: Control log events with LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v4 19/30] samples/landlock: Do not log denials from the sandboxer by default
` [PATCH v4 20/30] selftests/landlock: Fix error message
` [PATCH v4 21/30] selftests/landlock: Add wrappers.h
` [PATCH v4 22/30] selftests/landlock: Add layout1.umount_sandboxer tests
` [PATCH v4 23/30] selftests/landlock: Extend tests for landlock_restrict_self()'s flags
` [PATCH v4 24/30] selftests/landlock: Add tests for audit and LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v4 25/30] selftests/landlock: Add audit tests for ptrace
` [PATCH v4 26/30] landlock: Export and rename landlock_get_inode_object()
` [PATCH v4 27/30] fs: Add iput() cleanup helper
` [PATCH v4 28/30] audit,landlock: Add AUDIT_EXE_LANDLOCK_DENY rule type
` [PATCH v4 29/30] selftests/landlock: Test audit rule with AUDIT_EXE_LANDLOCK_DOM
` [PATCH v4 30/30] selftests/landlock: Test compatibility with audit rule lists
[GIT PULL] selinux/selinux-pr-20250107
2025-01-07 23:47 UTC (2+ messages)
[PATCH] selinux: Read sk->sk_family once in selinux_socket_bind()
2025-01-07 21:00 UTC (9+ messages)
[PATCH] KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
2025-01-07 19:05 UTC (4+ messages)
[PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs
2025-01-07 18:44 UTC (4+ messages)
` [PATCH v4 16/16] perf tools: Remove dependency on libaudit
[PATCH v3 18/23] landlock: Log scoped denials
2025-01-07 14:23 UTC (5+ messages)
[PATCH v3 17/23] landlock: Log TCP bind and connect denials
2025-01-07 14:17 UTC (5+ messages)
[PATCH v3 10/23] landlock: Log domain properties and release
2025-01-07 14:16 UTC (5+ messages)
[PATCH linux-next 0/2] Fix perf security check problem
2025-01-07 1:52 UTC (7+ messages)
` [PATCH linux-next 1/2] perf: Remove unnecessary parameter of security check
` [PATCH linux-next 2/2] perf: Return EACCESS when need perfmon capability
[PATCH v2 1/2] fs: add loopback/bind mount specific security hook
2025-01-06 23:50 UTC (2+ messages)
` [PATCH v2 2/2] landlock: add support for private bind mount
[RFC PATCH v3 00/13] Clavis LSM
2025-01-06 17:15 UTC (24+ messages)
` [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
` [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key
` [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis
` [RFC PATCH v3 13/13] clavis: Kunit support
[PATCH v3 00/23] Landlock audit support
2025-01-06 14:45 UTC (9+ messages)
` [PATCH v3 08/23] landlock: Log ptrace denials
` [PATCH v3 8/23] "
` [PATCH v3 20/23] samples/landlock: Do not log denials from the sandboxer by default
[PATCH 02/11] reboot: reboot, not shutdown, on hw_protection_reboot timeout
2025-01-06 14:28 UTC (3+ messages)
[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
2025-01-06 12:15 UTC (26+ messages)
` [PATCH v4 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c
` [PATCH v4 -next 02/15] mm: filemap: move sysctl to mm/filemap.c
` [PATCH v4 -next 03/15] mm: swap: move sysctl to mm/swap.c
` [PATCH v4 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c
` [PATCH v4 -next 05/15] mm: util: move sysctls to mm/util.c
` [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v4 -next 07/15] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v4 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v4 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v4 -next 11/15] sunrpc: simplify rpcauth_cache_shrink_count()
` [PATCH v4 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v4 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` "
` [PATCH v4 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v4 -next 15/15] sysctl: remove unneeded include
[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
2025-01-06 11:22 UTC (33+ messages)
` [PATCH v4 -next 05/15] mm: util: move sysctls to mm/util.c
` [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v4 -next 07/15] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v4 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v4 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v4 -next 11/15] sunrpc: simplify rpcauth_cache_shrink_count()
` [PATCH v4 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v4 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v4 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v4 -next 15/15] sysctl: remove unneeded include
` [PATCH v4 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c
` [PATCH v4 -next 02/15] mm: filemap: move sysctl to mm/filemap.c
` [PATCH v4 -next 03/15] mm: swap: move sysctl to mm/swap.c
` [PATCH v4 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c
` Re: [PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
[PATCH V3] lockdown: Initialize array before use
2025-01-05 17:52 UTC (4+ messages)
` [PATCH v3] "
[PATCH V2] lockdown: Initialize array before use
2025-01-05 6:07 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 lsm/dev] net: corrections for security_secid_to_secctx returns
2025-01-05 3:11 UTC (2+ messages)
` [PATCH v2] "
[PATCH 2/2] lsm: rename variable to avoid shadowing
2025-01-05 3:04 UTC (2+ messages)
[PATCH 1/2] lsm: constify function parameters
2025-01-05 3:04 UTC (2+ messages)
[PATCH][next] security: remove redundant assignment to variable rc
2025-01-05 2:54 UTC (5+ messages)
` [PATCH] "
[PATCH] lsm,io_uring: add LSM hooks for io_uring_setup()
2025-01-05 2:12 UTC (3+ messages)
[PATCH v3 09/23] audit: Add a new audit_get_ctime() helper
2025-01-05 1:23 UTC (2+ messages)
` [PATCH v3 9/23] "
[PATCH v3 02/23] lsm: Add audit_log_lsm_data() helper
2025-01-05 1:23 UTC (2+ messages)
` [PATCH v3 2/23] "
[PATCH v3 01/23] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
2025-01-04 16:47 UTC (2+ messages)
` [PATCH v3 1/23] "
[PATCH 1/2] fs: add loopback/bind mount specific security hook
2025-01-03 11:10 UTC (8+ messages)
` [PATCH 2/2] landlock: add support for private bind mount
[PATCH 00/11] reboot: support runtime configuration of emergency hw_protection action
2025-01-02 17:33 UTC (3+ messages)
` [PATCH 09/11] dt-bindings: thermal: give OS some leeway in absence of critical-action
[PATCH] tomoyo: automatically use patterns for several situations in learning mode
2025-01-01 12:03 UTC
[PATCH v2 0/2] Add security index Chinese translation and add security lsm Chinese translation
2024-12-30 18:36 UTC (2+ messages)
[syzbot] [integrity?] [lsm?] INFO: task hung in process_measurement (2)
2024-12-30 5:48 UTC (4+ messages)
[PATCH] ALSA: usb-audio: US16x08: Initialize array before use
2024-12-28 17:49 UTC (2+ messages)
[PATCH] lockdown: Initialize array before use
2024-12-28 7:45 UTC
[syzbot] [tomoyo?] general protection fault in tomoyo_print_entry
2024-12-27 20:31 UTC
Повідомлення від ТОВ Нова Пошта
2024-12-25 13:53 UTC
[RFC PATCH v3 00/19] Support socket access-control
2024-12-24 16:55 UTC (10+ messages)
` [RFC PATCH v3 01/19] landlock: "
[PATCH 1/2] kbuild: Check version of objdump
2024-12-23 16:33 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).