linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-22 22:47:52 to 2022-12-07 17:13:49 UTC [more...]

[PATCH v2 00/10] Add CA enforcement keyring restrictions
 2022-12-07 17:12 UTC  (10+ messages)
` [PATCH v2 01/10] KEYS: Create static version of public_key_verify_signature
` [PATCH v2 02/10] KEYS: Add missing function documentation
` [PATCH v2 03/10] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH v2 04/10] KEYS: X.509: Parse Key Usage
` [PATCH v2 05/10] KEYS: Introduce a CA endorsed flag
` [PATCH v2 06/10] KEYS: Introduce keyring restriction that validates ca trust
` [PATCH v2 07/10] KEYS: X.509: Flag Intermediate CA certs as endorsed
` [PATCH v2 08/10] integrity: Use root of trust signature restriction
` [PATCH v2 09/10] KEYS: CA link restriction

[PATCH] public_key: Add a comment to public_key_signature struct definition
 2022-12-07 10:54 UTC 

[PATCH v2 0/2] lsm: Improve LSM hooks documentation
 2022-12-07  9:17 UTC  (8+ messages)
` [PATCH v2 1/2] lsm: Clarify documentation of vm_enough_memory hook
` [PATCH v2 2/2] lsm: Add/fix return values in lsm_hooks.h and fix formatting

Broken SELinux/LSM labeling with MPTCP and accept(2)
 2022-12-06 16:51 UTC  (9+ messages)

[PATCH v5 00/11] Encrypted Hibernation
 2022-12-05 18:43 UTC  (10+ messages)
` [PATCH v5 04/11] security: keys: trusted: Include TPM2 creation data

[PATCH v8 00/12] Network support for Landlock
 2022-12-05 13:18 UTC  (59+ messages)
` [PATCH v8 01/12] landlock: Make ruleset's access masks more generic
` [PATCH v8 02/12] landlock: Refactor landlock_find_rule/insert_rule
    ` [PATCH] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v8 03/12] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v8 04/12] landlock: Move unmask_layers() and init_layer_masks()
` [PATCH v8 05/12] landlock: Refactor "
` [PATCH v8 06/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v8 07/12] landlock: Add network rules support
` [PATCH v8 08/12] landlock: Implement TCP network hooks
` [PATCH v8 09/12] selftests/landlock: Share enforce_ruleset()
` [PATCH v8 11/12] samples/landlock: Add network demo
` [PATCH v8 12/12] landlock: Document Landlock's network support

[PATCH v1] landlock: Explain file descriptor access rights
 2022-12-05 11:26 UTC 

[PATCH v2 0/2] ima/evm: Ensure digest to verify is in linear mapping area
 2022-12-05  8:22 UTC  (10+ messages)
` [PATCH v2 1/2] evm: Alloc evm_digest in evm_verify_hmac() if CONFIG_VMAP_STACK=y
` [PATCH v2 2/2] ima: Alloc ima_max_digest_data in xattr_verify() "

[PATCH v3 0/3] certs: Prevent spurious errors on repeated blacklisting
 2022-12-04 16:53 UTC  (7+ messages)
` [PATCH v3 1/3] certs: log hash value on blacklist error
` [PATCH v3 2/3] KEYS: Add key_create()

[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2022-12-01 10:41 UTC  (7+ messages)
` [PATCH v7 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v7 2/6] ocfs2: "
` [PATCH v7 3/6] security: Remove security_old_inode_init_security()
` [PATCH v7 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v7 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v7 6/6] evm: Support multiple LSMs providing an xattr

[RFC v2 0/1] RFC on how to include LSM hooks for io_uring commands
 2022-11-30 21:29 UTC  (9+ messages)
  ` [RFC v2 1/1] Use a fs callback to set security specific data

[PATCH v6 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2022-11-30 21:23 UTC  (16+ messages)
` [PATCH v6 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v6 2/6] ocfs2: "
` [PATCH v6 3/6] security: Remove security_old_inode_init_security()
` [PATCH v6 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v6 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v6 6/6] evm: Support multiple LSMs providing an xattr

[PATCH -next] selftests/landlock: Fix selftest ptrace_test run fail
 2022-11-30 19:47 UTC  (8+ messages)

[PATCH] ima: Make a copy of sig and digest in asymmetric_verify()
 2022-11-30 16:24 UTC  (8+ messages)

[RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs
 2022-11-30 13:52 UTC  (6+ messages)
` [PoC][PATCH] bpf: Call return value check function in the JITed code

Wycena paneli fotowoltaicznych
 2022-11-30  8:50 UTC 

[PATCH v5] evm: Correct inode_init_security hooks behaviors
 2022-11-29 14:33 UTC  (7+ messages)

[PATCH] ima: Fix hash dependency to correct algorithm
 2022-11-29 14:18 UTC  (2+ messages)

[PATCH v5 0/6] evm: Prepare for moving to the LSM infrastructure
 2022-11-29 13:14 UTC  (14+ messages)
` [PATCH v5 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v5 2/6] ocfs2: "
` [PATCH v5 3/6] security: Remove security_old_inode_init_security()
` [PATCH v5 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v5 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v5 6/6] evm: Support multiple LSMs providing an xattr

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-29  9:15 UTC  (19+ messages)
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "

[syzbot] BUG: unable to handle kernel paging request in tomoyo_encode
 2022-11-28 22:39 UTC 

[PATCH v3 0/9] LSM: Three basic syscalls
 2022-11-28 19:07 UTC  (20+ messages)
  ` [PATCH v3 1/9] LSM: Identify modules by more than name
  ` [PATCH v3 2/9] LSM: Identify the process attributes for each module
  ` [PATCH v3 3/9] LSM: Maintain a table of LSM attribute data
  ` [PATCH v3 4/9] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v3 5/9] LSM: lsm_get_self_attr syscall for LSM self attributes
  ` [PATCH v3 6/9] LSM: Create lsm_module_list system call
  ` [PATCH v3 7/9] LSM: lsm_set_self_attr syscall for LSM self attributes
  ` [PATCH v3 8/9] LSM: wireup Linux Security Module syscalls
  ` [PATCH v3 9/9] LSM: selftests for Linux Security Module infrastructure syscalls

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2022-11-28 17:49 UTC  (7+ messages)
` [PATCH 1/2] "

[RFC 0/1] RFC on how to include LSM hooks for io_uring commands
 2022-11-28 10:59 UTC  (11+ messages)
  ` [RFC 1/1] Use ioctl selinux callback io_uring commands that implement the ioctl op convention

[RESEND PATCH v2 0/2] watch_queue: Clean up some code
 2022-11-28 10:36 UTC  (2+ messages)

[PATCH v1 0/8] LSM: Two basic syscalls
 2022-11-23 20:11 UTC  (10+ messages)
  ` [PATCH v1 1/8] LSM: Identify modules by more than name
  ` [PATCH v1 2/8] LSM: Add an LSM identifier for external use
  ` [PATCH v1 3/8] LSM: Identify the process attributes for each module
  ` [PATCH v1 4/8] LSM: Maintain a table of LSM attribute data
  ` [PATCH v1 5/8] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v1 6/8] LSM: lsm_self_attr syscall for LSM self attributes
  ` [PATCH v1 7/8] LSM: Create lsm_module_list system call
  ` [PATCH v1 8/8] lsm: wireup syscalls lsm_self_attr and lsm_module_list

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-23 18:57 UTC  (9+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[PATCH v4 0/5] evm: Prepare for moving to the LSM infrastructure
 2022-11-22 22:47 UTC  (5+ messages)
` [PATCH v4 1/5] reiserfs: Add missing calls to reiserfs_security_free()


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