linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-18 21:45:24 to 2023-02-06 13:04:35 UTC [more...]

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-02-06 13:04 UTC  (15+ messages)
` [PATCH RESEND bpf-next 1/4] kernel: Add helper macros for loop unrolling
` [PATCH RESEND bpf-next 2/4] security: Generate a header with the count of enabled LSMs
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls with static calls
` [PATCH RESEND bpf-next 4/4] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH 00/14] Implement Trusted Security Event Modeling
 2023-02-06  0:10 UTC  (16+ messages)
` [PATCH 01/14] Update MAINTAINERS file
` [PATCH 02/14] Add TSEM specific documentation
` [PATCH 03/14] Add magic number for tsemfs
` [PATCH 04/14] Implement CAP_TRUST capability
` [PATCH 05/14] Add TSEM master header file
` [PATCH 06/14] Add primary TSEM implementation file
` [PATCH 07/14] Add root domain trust implementation
` [PATCH 08/14] Implement TSEM control plane
` [PATCH 09/14] Add namespace implementation
` [PATCH 10/14] Add security event description export facility
` [PATCH 11/14] Add event description implementation
` [PATCH 12/14] Implement security event mapping
` [PATCH 13/14] Implement an internal Trusted Modeling Agent
` [PATCH 14/14] Activate the configuration and build of the TSEM LSM

Quixote/TSEM: A new security architecture and eco-system for Linux
 2023-02-04  5:38 UTC 

[PATCH ima-evm-utils v5] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks
 2023-02-03 12:56 UTC 

[PATCH v2 0/4] Track exported dma-buffers with memcg
 2023-02-03  9:46 UTC  (26+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers
` [PATCH v2 2/4] dmabuf: Add cgroup charge transfer function
` [PATCH v2 3/4] binder: Add flags to relinquish ownership of fds
` [PATCH v2 4/4] security: binder: Add binder object flags to selinux_binder_transfer_file

[PATCH ima-evm-utils v4] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks
 2023-02-03  8:21 UTC  (5+ messages)

[PATCH] landlock: Clarify documentation for the LANDLOCK_ACCESS_FS_REFER right
 2023-02-02 20:46 UTC 

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

[PATCH v5 0/8] LSM: Three basic syscalls
 2023-02-02  4:53 UTC  (3+ messages)
` [PATCH v5 4/8] LSM: lsm_get_self_attr syscall for LSM self attributes

[PATCH v4 1/2] ima: Align ima_file_mmap() parameters with mmap_file LSM hook
 2023-02-01 17:54 UTC  (11+ messages)
` [PATCH v4 2/2] ima: Introduce MMAP_CHECK_REQPROT hook
` [PATCH ima-evm-utils v2] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks

[PATCH ima-evm-utils v3] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks
 2023-02-01 17:38 UTC 

Faktoring
 2023-02-01  9:06 UTC 

[PATCH -next] evm: Use __vfs_setxattr() to update security.evm
 2023-02-01  7:10 UTC  (6+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-31 16:28 UTC  (6+ messages)
` [PATCH 25/35] Documentation: security: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH -next] evm: call dump_security_xattr() in all cases to remove code duplication
 2023-01-31  2:11 UTC  (2+ messages)

[PATCH -next] evm: call dump_security_xattr() in all cases to remove code duplication
 2023-01-31  2:05 UTC  (5+ messages)

[PATCH] smackfs: Added check catlen
 2023-01-30 17:37 UTC  (2+ messages)

[PATCH v9 00/12] Network support for Landlock
 2023-01-30 12:26 UTC  (7+ messages)
` [PATCH v9 12/12] landlock: Document Landlock's network support

[PATCH v3 1/2] ima: Align ima_file_mmap() parameters with mmap_file LSM hook
 2023-01-30 10:37 UTC  (9+ messages)
` [PATCH v3 2/2] ima: Introduce MMAP_CHECK_REQPROT hook
` [PATCH ima-evm-utils] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks

[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-01-27 20:16 UTC  (16+ messages)
` [PATCH bpf-next 1/4] kernel: Add helper macros for loop unrolling
` [PATCH bpf-next 2/4] security: Generate a header with the count of enabled LSMs
` [PATCH bpf-next 3/4] security: Replace indirect LSM hook calls with static calls
` [PATCH bpf-next 4/4] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH v6 0/1] selftests/landlock: fix ptrace_test
 2023-01-27 18:00 UTC  (3+ messages)

[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2023-01-27  8:27 UTC  (9+ messages)
` [PATCH v5 1/2] lib/mpi: Fix buffer overrun when SG is too long
` [PATCH v5 2/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()

[PATCH v2 1/2] capability: add cap_isidentical
 2023-01-25 17:11 UTC  (16+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible

[PATCH v3 1/2] capability: add cap_isidentical
 2023-01-25 15:55 UTC  (2+ messages)
` [PATCH v3 2/2] vfs: avoid duplicating creds in faccessat if possible

[PATCH v2] security: Restore passing final prot to ima_file_mmap()
 2023-01-23 21:03 UTC  (11+ messages)

Prezentacja
 2023-01-23  8:37 UTC 

[ANNOUNCE] Linux Security Summit North Americ (LSS-NA) CfP
 2023-01-20 22:24 UTC 

[PATCH RESEND v6 0/3] certs: Prevent spurious errors on repeated blacklisting
 2023-01-20 21:10 UTC  (2+ messages)

[PATCH] public_key: Add a comment to public_key_signature struct definition
 2023-01-20 20:16 UTC  (4+ messages)

[PATCH V2] bpf: security enhancement by limiting the offensive eBPF helpers
 2023-01-20  0:26 UTC  (3+ 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 NNTP newsgroup(s).