linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-25 23:41 UTC  (15+ messages)
` [PATCH bpf-next v3 03/11] bpf, lsm: Check bpf lsm hook return values in verifier
` [PATCH bpf-next v3 06/11] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation
` [PATCH bpf-next v3 11/11] selftests/bpf: Add verifier tests for bpf lsm

[PATCH 0/2] cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
 2024-04-25 21:48 UTC  (9+ messages)
` [PATCH 1/2] cipso: fix total option length computation
` [PATCH 2/2] cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options

[PATCH net v2] netlabel: fix RCU annotation for IPv4 options on socket creation
 2024-04-25 21:01 UTC  (2+ messages)
` [PATCH "

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-25 20:34 UTC  (17+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

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

[linus:master] [selftests/harness] 0710a1a73f: kernel-selftests.pidfd.pidfd_setns_test.fail
 2024-04-25 17:49 UTC  (2+ messages)

[PATCH] MAINTAINER: Add Günther Noack as Landlock reviewer
 2024-04-25 13:13 UTC  (2+ messages)

[PATCH v2] tty: n_gsm: restrict tty devices to attach
 2024-04-23 16:37 UTC  (10+ messages)

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-04-23  9:22 UTC  (7+ messages)
` [PATCH v3 7/7] kunit: Add tests for fault

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-19 23:29 UTC  (42+ messages)
` [PATCH v4 01/14] lib: Add TLV parser
` [PATCH v4 02/14] security: Introduce the digest_cache LSM
` [PATCH v4 03/14] digest_cache: Add securityfs interface
` [PATCH v4 04/14] digest_cache: Add hash tables and operations
` [PATCH v4 05/14] digest_cache: Populate the digest cache from a digest list
` [PATCH v4 06/14] digest_cache: Parse tlv digest lists
` [PATCH v4 07/14] digest_cache: Parse rpm "
` [PATCH v4 08/14] digest_cache: Add management of verification data
` [PATCH v4 09/14] digest_cache: Add support for directories
` [PATCH v4 10/14] digest cache: Prefetch digest lists if requested
` [PATCH v4 11/14] digest_cache: Reset digest cache on file/directory change
` [PATCH v4 12/14] digest_cache: Notify digest cache events
` [PATCH v4 13/14] selftests/digest_cache: Add selftests for digest_cache LSM
` [PATCH v4 14/14] docs: Add documentation of the "

general protection fault in security_inode_getattr
 2024-04-19 20:01 UTC  (4+ messages)

[PATCH v15 00/11] Landlock: IOCTL support
 2024-04-19 16:11 UTC  (12+ messages)
` [PATCH v15 01/11] landlock: Add IOCTL access right for character and block devices
` [PATCH v15 02/11] selftests/landlock: Test IOCTL support
` [PATCH v15 03/11] selftests/landlock: Test IOCTL with memfds
` [PATCH v15 04/11] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v15 05/11] selftests/landlock: Test IOCTLs on named pipes
` [PATCH v15 06/11] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets
` [PATCH v15 07/11] selftests/landlock: Exhaustive test for the IOCTL allow-list
` [PATCH v15 08/11] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
` [PATCH v15 09/11] landlock: Document IOCTL support
` [PATCH v15 10/11] MAINTAINERS: Notify Landlock maintainers about changes to fs/ioctl.c
` [PATCH v15 11/11] fs/ioctl: Add a comment to keep the logic in sync with LSM policies

[PATCH v14 00/12] Landlock: IOCTL support
 2024-04-19 14:49 UTC  (20+ messages)
` [PATCH v14 01/12] fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH fail
` [PATCH v14 02/12] landlock: Add IOCTL access right for character and block devices
` [PATCH v14 03/12] selftests/landlock: Test IOCTL support
` [PATCH v14 07/12] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets
` [PATCH v14 08/12] selftests/landlock: Exhaustive test for the IOCTL allow-list

[PATCH v4 00/12] selftests: kselftest_harness: support using xfail
 2024-04-16 14:11 UTC  (3+ messages)
` [PATCH v4 10/12] selftests: kselftest_harness: let PASS / FAIL provide diagnostic

[PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-16 13:55 UTC  (2+ messages)

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-16  7:53 UTC  (7+ messages)
  ` [PATCH 2/7] security: Remove the now superfluous sentinel element from ctl_table array

[kpsingh:static_calls] [security] 9e15595ed0: Kernel_panic-not_syncing:lsm_static_call_init-Ran_out_of_static_slots
 2024-04-15 21:39 UTC  (8+ messages)

[RFC][PATCH v2 0/9] ima: Integrate with digest_cache LSM
 2024-04-15 16:10 UTC  (10+ messages)
` [RFC][PATCH v2 1/9] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v2 2/9] ima: Nest iint mutex for DIGEST_LIST_CHECK hook
` [RFC][PATCH v2 3/9] ima: Add digest_cache policy keyword
` [RFC][PATCH v2 4/9] ima: Add digest_cache_measure/appraise boot-time built-in policies
` [RFC][PATCH v2 5/9] ima: Modify existing boot-time built-in policies with digest cache policies
` [RFC][PATCH v2 6/9] ima: Store allowed usage in digest cache based on integrity metadata flags
` [RFC][PATCH v2 7/9] ima: Use digest caches for measurement
` [RFC][PATCH v2 8/9] ima: Use digest caches for appraisal
` [RFC][PATCH v2 9/9] ima: Register to the digest_cache LSM notifier and process events

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-15 14:16 UTC 

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-13 21:44 UTC  (7+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "

[RFC PATCH v1 00/10] Socket type control for Landlock
 2024-04-12 15:46 UTC  (10+ messages)
` [RFC PATCH v1 01/10] landlock: Support socket access-control
` [RFC PATCH v1 03/10] selftests/landlock: Create 'create' test

[PATCH v9 3/4] security: Replace indirect LSM hook calls with static calls
 2024-04-12 15:39 UTC  (4+ messages)

[PATCH net] netlabel: fix RCU annotation for IPv4 options on socket creation
 2024-04-11 19:47 UTC  (5+ messages)

[PATCH v3 00/12] Implement Trusted Security Event Modeling
 2024-04-11 18:13 UTC  (4+ messages)
` [PATCH v3 04/12] Add primary TSEM implementation file


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).