Linux-Security-Module Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-29 00:59:32 to 2024-03-07 09:39:45 UTC [more...]

[PATCH 1/2] landlock: Simplify current_check_access_socket()
 2024-03-07  9:39 UTC 

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2024-03-07  9:27 UTC 

[syzbot] [tomoyo?] [fs?] INFO: rcu detected stall in newfstatat (3)
 2024-03-07  9:22 UTC  (2+ messages)
` [syzbot] [usb] "

[PATCH v39 00/42] LSM: General module stacking
 2024-03-07  8:15 UTC  (9+ messages)
` [PATCH v39 01/42] integrity: disassociate ima_filter_rule from security_audit_rule
` [PATCH v39 04/42] IMA: avoid label collisions with stacked LSMs

[PATCH v4 00/12] selftests: kselftest_harness: support using xfail
 2024-03-07  4:40 UTC  (35+ messages)
` [PATCH v4 02/12] selftests/harness: Merge TEST_F_FORK() into TEST_F()
        ` [PATCH v1 0/2] "
          ` [PATCH v1 1/2] selftests/landlock: Redefine TEST_F() as TEST_F_FORK()
          ` [PATCH v1 2/2] selftests/harness: Merge TEST_F_FORK() into TEST_F()
` [PATCH v4 08/12] selftests: kselftest_harness: print test name for SKIP
` [PATCH v4 09/12] selftests: kselftest_harness: separate diagnostic message with # in ksft_test_result_code()
` [PATCH v4 10/12] selftests: kselftest_harness: let PASS / FAIL provide diagnostic
` [PATCH v4 11/12] selftests: kselftest_harness: support using xfail
` [PATCH v4 12/12] selftests: ip_local_port_range: use XFAIL instead of SKIP
                ` [PATCH] selftests/harness: Fix TEST_F()'s vfork handling

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-07  4:05 UTC  (3+ messages)

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-07  0:05 UTC  (23+ messages)
` [RFC PATCH v14 01/19] security: add ipe lsm
` [RFC PATCH v14 02/19] ipe: add policy parser
` [RFC PATCH v14 03/19] ipe: add evaluation loop
` [RFC PATCH v14 04/19] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v14 05/19] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v14 06/19] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v14 07/19] security: add new securityfs delete function
` [RFC PATCH v14 08/19] ipe: add userspace interface
` [RFC PATCH v14 09/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v14 10/19] ipe: add permissive toggle
` [RFC PATCH v14 11/19] block|security: add LSM blob to block_device
` [RFC PATCH v14 12/19] dm: add finalize hook to target_type
` [RFC PATCH v14 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v14 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v14 17/19] scripts: add boot policy generation program
` [RFC PATCH v14 18/19] ipe: kunit test for parser
` [RFC PATCH v14 19/19] documentation: add ipe documentation

[PATCH v9 0/8] Landlock: IOCTL support
 2024-03-06 15:18 UTC  (13+ messages)
` [PATCH v9 1/8] landlock: Add IOCTL access right
    ` [RFC PATCH] fs: Add vfs_masks_device_ioctl*() helpers

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-03-06 12:56 UTC  (34+ messages)
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces

[PATCH] integrity: don't throw an error immediately when failed to add a cert to the .machine keyring
 2024-03-06 12:40 UTC  (5+ messages)
` [PATCH v2] integrity: eliminate unnecessary "Problem loading X.509 certificate" msg

[PATCH v2] proc: allow restricting /proc/pid/mem writes
 2024-03-06 10:49 UTC  (24+ messages)

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-05 20:58 UTC  (11+ messages)
` [PATCH v2 1/7] kunit: Handle thread creation error
` [PATCH v2 2/7] kunit: Fix kthread reference
` [PATCH v2 3/7] kunit: Fix timeout message
` [PATCH v2 4/7] kunit: Handle test faults
` [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v2 6/7] kunit: Print last test location on fault
` [PATCH v2 7/7] kunit: Add tests for fault

[PATCH] xattr: restrict vfs_getxattr_alloc() allocation size
 2024-03-05 16:21 UTC  (5+ messages)

[linux-next:master] [selftests/harness] 0710a1a73f: kernel-selftests.seccomp.seccomp_bpf.TRAP.dfl.fail
 2024-03-05  8:04 UTC 

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-04 22:51 UTC  (12+ messages)
` [PATCH v5 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v5 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v5 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v5 4/6] MAINTAINERS: add entry for DCP-based "

[PATCH][next] integrity: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-04 17:52 UTC 

[PATCH][next] apparmor: remove useless static inline function is_deleted
 2024-03-04 16:36 UTC 

[syzbot] [integrity?] [lsm?] KMSAN: uninit-value in ima_add_template_entry
 2024-03-02 22:01 UTC  (2+ messages)
` [syzbot] [lsm?] [integrity?] "

[RFC PATCH v13 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-03-02 16:37 UTC  (14+ messages)
` [RFC PATCH v13 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v13 13/20] dm: add finalize hook to target_type
` [RFC PATCH v13 14/20] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v13 17/20] ipe: enable support for fs-verity as a trust provider

[RFC 0/9] Nginx refcount scalability issue with Apparmor enabled and potential solutions
 2024-03-02 10:23 UTC  (4+ messages)

[PATCH v1 0/8] Run KUnit tests late and handle faults
 2024-03-01 20:42 UTC  (26+ messages)
` [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
` [PATCH v1 2/8] kunit: Handle thread creation error
` [PATCH v1 3/8] kunit: Fix kthread reference
` [PATCH v1 4/8] kunit: Fix timeout message
` [PATCH v1 5/8] kunit: Handle test faults
` [PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v1 7/8] kunit: Print last test location on fault
` [PATCH v1 8/8] kunit: Add tests for faults

[Linux Kernel Bug] KASAN: slab-out-of-bounds Write in tomoyo_write_control
 2024-03-01 19:14 UTC  (3+ messages)
` [PATCH for 6.8] tomoyo: fix UAF write bug in tomoyo_write_control()

[GIT PULL] Landlock fixes for v6.8-rc7
 2024-02-29 20:33 UTC  (2+ messages)

[PATCH net-next] netlabel: remove impossible return value in netlbl_bitmap_walk
 2024-02-29  3:50 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).