messages from 2024-10-14 08:40:39 to 2024-10-23 14:39:24 UTC [more...]
axm55xx_defconfig: ld.lld: error: undefined symbol: lockdown_reasons
2024-10-23 14:39 UTC
TOMOYO's pull request for v6.12
2024-10-23 10:52 UTC (6+ messages)
[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
2024-10-23 10:19 UTC (6+ messages)
` [PATCH v2 06/19] crypto: rsassa-pkcs1 - Migrate to sig_alg backend
[RFC PATCH v3 00/13] Clavis LSM
2024-10-23 2:25 UTC (30+ 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 05/13] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature
` [RFC PATCH v3 07/13] keys: Add ability to track intended usage of the public key
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis
` [RFC PATCH v3 09/13] clavis: Allow user to define acl at build time
` [RFC PATCH v3 10/13] efi: Make clavis boot param persist across kexec
` [RFC PATCH v3 11/13] clavis: Prevent boot param change during kexec
` [RFC PATCH v3 12/13] clavis: Add function redirection for Kunit support
` [RFC PATCH v3 13/13] clavis: "
[RFC PATCH v2 00/14] Landlock audit support
2024-10-23 0:07 UTC (18+ messages)
` [RFC PATCH v2 01/14] lsm: Only build lsm_audit.c if CONFIG_AUDIT is set
` [RFC PATCH v2 02/14] lsm: Add audit_log_lsm_data() helper
` [RFC PATCH v2 03/14] landlock: Factor out check_access_path()
` [RFC PATCH v2 04/14] landlock: Add unique ID generator
` [RFC PATCH v2 05/14] landlock: Move access types
` [RFC PATCH v2 06/14] landlock: Move domain hierarchy management
` [RFC PATCH v2 07/14] landlock: Log ptrace denials
` [RFC PATCH v2 08/14] landlock: Log domain properties and release
` [RFC PATCH v2 09/14] landlock: Log mount-related denials
` [RFC PATCH v2 10/14] landlock: Log file-related denials
` [RFC PATCH v2 11/14] landlock: Log truncate and ioctl denials
` [RFC PATCH v2 12/14] landlock: Log TCP bind and connect denials
` [RFC PATCH v2 13/14] landlock: Log scoped denials
` [RFC PATCH v2 14/14] landlock: Control log events with LANDLOCK_RESTRICT_SELF_LOGLESS
[PATCH] pidfd: add ioctl to retrieve pid info
2024-10-22 23:56 UTC (5+ messages)
[PATCH v3 0/3] samples/landlock: Fix port parsing in sandboxer
2024-10-22 18:50 UTC (6+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] samples/landlock: Refactor help message
` [PATCH v3 3/3] samples/landlock: Clarify option parsing behaviour
[PATCH v2 0/6] LSM: Replace secctx/len pairs with lsm_context
2024-10-22 16:46 UTC (22+ messages)
` [PATCH v2 1/6] LSM: Ensure the correct LSM context releaser
` [PATCH v2 2/6] LSM: Replace context+len with lsm_context
` [PATCH v2 3/6] LSM: Use lsm_context in security_inode_getsecctx
` [PATCH v2 4/6] LSM: lsm_context in security_dentry_init_security
` [PATCH v2 5/6] LSM: secctx provider check on release
` [PATCH v2 6/6] LSM: Use lsm_context in security_inode_notifysecctx
[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
2024-10-22 16:27 UTC (7+ messages)
[PATCH v3 0/3] Refactor Landlock access mask management
2024-10-22 15:11 UTC (4+ messages)
` [PATCH v3 1/3] landlock: Refactor filesystem "
` [PATCH v3 2/3] landlock: Refactor network "
` [PATCH v3 3/3] landlock: Optimize scope enforcement
[PATCH v6] tpm: Add new device/vendor ID 0x50666666
2024-10-22 4:03 UTC (3+ messages)
[PATCH] Landlock: fix grammar issues in docs
2024-10-21 18:37 UTC (4+ messages)
[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
2024-10-21 14:04 UTC (51+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers
` [RFC PATCH v1 7/7] tomoyo: Fix inode numbers in logs
` [PATCH] tomoyo: use u64 for handling numeric values
[RFC PATCH v1 0/7] landlock: Add UDP access control support
2024-10-21 9:57 UTC (5+ messages)
` [RFC PATCH v1 4/7] landlock: Add UDP send+recv access control
[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-10-21 7:22 UTC (7+ messages)
` [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
[PATCH] apparmor: Remove deadcode
2024-10-20 14:43 UTC (2+ messages)
[GIT PULL] IPE fixes for 6.12-rc4
2024-10-20 0:59 UTC (2+ messages)
[RESEND PATCH] apparmor: Remove unnecessary NULL check before kvfree()
2024-10-18 21:45 UTC
[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
2024-10-18 18:08 UTC (13+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
` [RFC PATCH v2 2/8] landlock: Make network stack layer checks explicit for each TCP action
` [RFC PATCH v2 3/8] landlock: Fix inconsistency of errors for TCP actions
` [RFC PATCH v2 4/8] selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
` [RFC PATCH v2 5/8] selftests/landlock: Test that MPTCP actions are not restricted
` [RFC PATCH v2 6/8] selftests/landlock: Test consistency of errors for TCP actions
` [RFC PATCH v2 7/8] landlock: Add note about errors consistency in documentation
` [RFC PATCH v2 8/8] selftests/landlock: Test that SCTP actions are not restricted
[RFC][PATCH] mm: Split locks in remap_file_pages()
2024-10-18 15:50 UTC (5+ messages)
[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
2024-10-18 15:23 UTC (10+ messages)
[PATCH 1/3] ima: Remove inode lock
2024-10-18 14:48 UTC (25+ messages)
` [PATCH 2/3] ima: Ensure lock is held when setting iint pointer in inode security blob
[syzbot] [apparmor?] KASAN: slab-use-after-free Read in apparmor_sk_free_security
2024-10-17 20:23 UTC
[PATCH v2] security/keys: fix slab-out-of-bounds in key_task_permission
2024-10-17 8:39 UTC (6+ messages)
[PATCH v5 0/5] Lazy flush for the auth session
2024-10-15 22:14 UTC (9+ messages)
[PATCH v20 0/6] Script execution control (was O_MAYEXEC)
2024-10-15 3:26 UTC (10+ messages)
` [PATCH v20 1/6] exec: Add a new AT_CHECK flag to execveat(2)
` [PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
[PATCH v2] fsnotify, lsm: Decouple fsnotify from lsm
2024-10-14 15:38 UTC (5+ messages)
[PATCH] fsnotify, lsm: Separate fsnotify_open_perm() and security_file_open()
2024-10-14 14:11 UTC (2+ messages)
[PATCH v2 0/3] Refactor Landlock access mask management
2024-10-14 12:48 UTC (4+ messages)
` [PATCH v2 1/3] landlock: Refactor filesystem "
` [PATCH v2 2/3] landlock: Refactor network "
` [PATCH v2 3/3] landlock: Optimize scope enforcement
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).