Linux-Security-Module Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-21 21:25:07 to 2024-03-01 19:40:52 UTC [more...]

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-01 19:40 UTC  (2+ messages)
` [PATCH v2 1/7] kunit: Handle thread creation error

[PATCH v1 0/8] Run KUnit tests late and handle faults
 2024-03-01 19:19 UTC  (25+ 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()

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-03-01 19:00 UTC  (65+ messages)
` [PATCH v2 01/25] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH v2 02/25] mnt_idmapping: include cred.h
` [PATCH v2 03/25] capability: add static asserts for comapatibility of vfs_cap_data and vfs_ns_cap_data
` [PATCH v2 05/25] capability: use vfsuid_t for vfs_caps rootids
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 07/25] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper
` [PATCH v2 09/25] commoncap: use is_fscaps_xattr()
` [PATCH v2 10/25] xattr: "
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 12/25] selinux: add hooks for fscaps operations
` [PATCH v2 13/25] smack: "
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 15/25] security: call evm fscaps hooks from generic "
` [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps
` [PATCH v2 17/25] fs: add vfs_get_fscaps()
` [PATCH v2 18/25] fs: add vfs_set_fscaps()
` [PATCH v2 19/25] fs: add vfs_remove_fscaps()
` [PATCH v2 20/25] ovl: add fscaps handlers
` [PATCH v2 22/25] fs: use vfs interfaces for capabilities xattrs
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces
` [PATCH v2 25/25] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()

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

[PATCH v4 00/12] selftests: kselftest_harness: support using xfail
 2024-03-01 10:40 UTC  (17+ messages)
` [PATCH v4 01/12] selftests/landlock: Redefine TEST_F() as TEST_F_FORK()
` [PATCH v4 02/12] selftests/harness: Merge TEST_F_FORK() into TEST_F()
` [PATCH v4 03/12] selftests: kselftest_harness: use KSFT_* exit codes
` [PATCH v4 04/12] selftests: kselftest_harness: generate test name once
` [PATCH v4 05/12] selftests: kselftest_harness: save full exit code in metadata
` [PATCH v4 06/12] selftests: kselftest_harness: use exit code to store skip
` [PATCH v4 07/12] selftests: kselftest: add ksft_test_result_code(), handling all exit codes
` [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

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

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

[PATCH net-next] netlabel: remove impossible return value in netlbl_bitmap_walk
 2024-02-29  3:50 UTC  (4+ messages)

[PATCH v3 00/13] security: digest_cache LSM
 2024-02-28 17:46 UTC  (2+ messages)

[PATCH 1/2] SELinux: Fix lsm_get_self_attr()
 2024-02-28 12:53 UTC  (15+ messages)
` [PATCH 2/2] AppArmor: "

[GIT PULL] lsm/lsm-pr-20240227
 2024-02-28  1:02 UTC  (2+ messages)

[PATCH v2 1/2] landlock: Extend documentation for kernel support
 2024-02-27 16:32 UTC  (3+ messages)
` [PATCH v2 2/2] landlock: Warn once if a Landlock action is requested while disabled

[syzbot] [lsm?] [reiserfs?] general protection fault in fsnotify_perm
 2024-02-27 16:05 UTC  (2+ messages)

[PATCH] proc: allow restricting /proc/pid/mem writes
 2024-02-27  0:53 UTC  (8+ messages)

[PATCH net-next v3 00/11] selftests: kselftest_harness: support using xfail
 2024-02-26 20:21 UTC  (11+ messages)
  ` [PATCH 0/2] Merge TEST_F_FORK() into TEST_F()
    ` [PATCH 1/2] selftests/landlock: Redefine TEST_F() as TEST_F_FORK()
    ` [PATCH 2/2] selftests/harness: Merge TEST_F_FORK() into TEST_F()

[PATCH] landlock: Warn once if a Landlock action is requested while disabled
 2024-02-26 17:16 UTC  (5+ messages)

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-26  9:17 UTC  (5+ messages)

[PATCH v3 00/10] evm: Support signatures on stacked filesystem
 2024-02-23 17:25 UTC  (11+ messages)
` [PATCH v3 01/10] ima: Rename backing_inode to real_inode
` [PATCH v3 02/10] security: allow finer granularity in permitting copy-up of security xattrs
` [PATCH v3 03/10] evm: Implement per signature type decision in security_inode_copy_up_xattr
` [PATCH v3 04/10] evm: Use the metadata inode to calculate metadata hash
` [PATCH v3 05/10] ima: Move file-change detection variables into new structure
` [PATCH v3 06/10] evm: Store and detect metadata inode attributes changes
` [PATCH v3 07/10] ima: re-evaluate file integrity on file metadata change
` [PATCH v3 08/10] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
` [PATCH v3 09/10] fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
` [PATCH v3 10/10] evm: Rename is_unsupported_fs to is_unsupported_hmac_fs

[PATCH] security: use default hook return value in call_int_hook()
 2024-02-22 21:52 UTC  (2+ messages)

[RFC 0/5] PoC: convert AppArmor parser to SandBox Mode
 2024-02-22 18:03 UTC  (9+ messages)
  ` [RFC 1/5] sbm: x86: fix SBM error entry path
  ` [RFC 2/5] sbm: enhance buffer mapping API
  ` [RFC 3/5] sbm: x86: infrastructure to fix up sandbox faults
  ` [RFC 4/5] sbm: fix up calls to dynamic memory allocators
  ` [RFC 5/5] apparmor: parse profiles in sandbox mode

[syzbot] [keyrings?] [lsm?] KASAN: slab-out-of-bounds Read in key_task_permission (2)
 2024-02-22 10:40 UTC 

TOCTOU-free exec(), chdir(), open() with O_PATH sandbox emulation support?
 2024-02-22  6:41 UTC 

[PATCH] LSM: Fix typos in security/security.c comment headers
 2024-02-22  0:03 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).