linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-24 07:03:25 to 2022-07-07 22:32:39 UTC [more...]

[PATCH v2 0/4] Introduce security_create_user_ns()
 2022-07-07 22:32 UTC 

[PATCH 0/2] landlock: truncate(2) support
 2022-07-07 20:06 UTC  (3+ messages)
` [PATCH 1/2] landlock: Support truncate(2)
` [PATCH 2/2] landlock: Selftests for truncate(2) support

Maintainer update
 2022-07-07 19:04 UTC  (4+ messages)

[PATCH v6 00/17] Network support for Landlock
 2022-07-07 16:46 UTC  (9+ messages)
` [PATCH v6 01/17] landlock: renames access mask
` [PATCH v6 02/17] landlock: refactors landlock_find/insert_rule

[PATCH v13 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-07-07 14:48 UTC  (27+ messages)
` [PATCH v13 01/26] securityfs: rework dentry creation
` [PATCH v13 02/26] securityfs: Extend securityfs with namespacing support
` [PATCH v13 03/26] ima: Define ima_namespace struct and start moving variables into it
` [PATCH v13 04/26] ima: Move arch_policy_entry into ima_namespace
` [PATCH v13 05/26] ima: Move ima_htable "
` [PATCH v13 06/26] ima: Move measurement list related variables "
` [PATCH v13 07/26] ima: Move some IMA policy and filesystem "
` [PATCH v13 08/26] ima: Move IMA securityfs files into ima_namespace or onto stack
` [PATCH v13 09/26] ima: Move ima_lsm_policy_notifier into ima_namespace
` [PATCH v13 10/26] ima: Switch to lazy lsm policy updates for better performance
` [PATCH v13 11/26] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()
` [PATCH v13 12/26] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v13 13/26] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v13 14/26] ima: Implement hierarchical processing of file accesses
` [PATCH v13 15/26] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v13 16/26] ima: Add functions for creating and "
` [PATCH v13 17/26] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v13 18/26] integrity: Add optional callback function to integrity_inode_free()
` [PATCH v13 19/26] ima: Namespace audit status flags
` [PATCH v13 20/26] ima: Remove unused iints from the integrity_iint_cache
` [PATCH v13 21/26] ima: Setup securityfs for IMA namespace
` [PATCH v13 22/26] ima: Introduce securityfs file to activate an "
` [PATCH v13 23/26] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v13 24/26] ima: Limit number of policy rules in non-init_ima_ns
` [PATCH v13 25/26] ima: Restrict informational audit messages to init_ima_ns
` [PATCH v13 26/26] ima: Enable IMA namespaces

[PATCH v12 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-07-07 14:34 UTC  (14+ messages)
` [PATCH v12 02/26] securityfs: Extend securityfs with namespacing support
` [PATCH v12 04/26] ima: Move arch_policy_entry into ima_namespace
` [PATCH v12 13/26] userns: Add pointer to ima_namespace to user_namespace

[PATCH] selftests/landlock: skip ptrace_test when YAMA is enabled
 2022-07-07 14:25 UTC  (7+ messages)

[PATCH v6 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-07-07 11:00 UTC  (10+ messages)
` [PATCH v6 1/5] bpf: Export bpf_dynptr_get_size()
` [PATCH v6 2/5] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v6 3/5] scripts: Handle unsigned type prefix in bpf_doc.py
` [PATCH v6 4/5] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v6 5/5] selftests/bpf: Add test for "

LSM performance measurement
 2022-07-07  8:54 UTC  (5+ messages)

[PATCH v7 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-07-07  3:58 UTC  (9+ messages)
` [PATCH v7 1/3] dm: Add verity helpers for LoadPin
` [PATCH v7 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [PATCH v7 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation

[PATCH] ima/evm: Fix potential memory leak in ima_init_crypto()
 2022-07-07  3:19 UTC  (2+ messages)

[PATCH v3] apparmor: test: Remove some casts which are no-longer required
 2022-07-06 10:06 UTC 

[PATCH] keys/keyring: Fix typo in string
 2022-07-05 13:32 UTC  (2+ messages)

[PATCH] keys/keyctl: Fix typo in string
 2022-07-04  2:52 UTC 

[PATCH] Carry forward IMA measurement log on kexec on x86_64
 2022-07-04  2:36 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] x86/kexec: Carry forward IMA measurement log on kexec
    ` [PATCH v4] "
      ` [PATCH v5] "
        ` [PATCH v6] "
          ` [PATCH v7] "

[PATCH v9 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic
 2022-07-04  1:52 UTC  (3+ messages)
` [PATCH v9 3/4] arm64: kexec_file: use more system keyrings to verify kernel image signature
` [PATCH v9 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification

[PATCH v5 bpf-next 0/5] Add bpf_getxattr
 2022-07-01  9:24 UTC  (36+ messages)
` [PATCH v5 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v5 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v5 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v5 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v5 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[PATCH 0/2] Introduce security_create_user_ns()
 2022-07-01  3:47 UTC  (22+ messages)

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2022-06-30 20:38 UTC  (5+ messages)
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata

[PATCH v2 0/5] Support kexec_file on 32-bit RISC-V
 2022-06-30 13:21 UTC  (7+ messages)
` [PATCH v2 1/5] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v2 2/5] ima: Fix a build issue on "

[PATCH -next] evm: Use IS_ENABLED to initialize .enabled
 2022-06-29  3:59 UTC  (7+ messages)

[PATCH v2 1/8] capability: add capable_or to test for multiple caps with exactly one audit message
 2022-06-28 14:11 UTC  (7+ messages)
` [PATCH v3 2/8] capability: use new capable_any functionality
  ` [PATCH v3 5/8] fs: "
  ` [PATCH v3 1/8] capability: add any wrapper to test for multiple caps with exactly one audit message

[RFC PATCH v2 0/3] powerpc/pseries: add support for local secure storage called Platform KeyStore(PKS)
 2022-06-28 13:25 UTC  (8+ messages)
` [RFC PATCH v2 2/3] fs: define a firmware security filesystem named fwsecurityfs

[PATCH v37 00/33] LSM: Module stacking for AppArmor
 2022-06-28 11:24 UTC  (37+ messages)
  ` [PATCH v37 01/33] integrity: disassociate ima_filter_rule from security_audit_rule
  ` [PATCH v37 02/33] LSM: Infrastructure management of the sock security
  ` [PATCH v37 03/33] LSM: Add the lsmblob data structure
  ` [PATCH v37 04/33] LSM: provide lsm name and id slot mappings
  ` [PATCH v37 05/33] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v37 06/33] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v37 07/33] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v37 08/33] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v37 09/33] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v37 10/33] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v37 11/33] LSM: Use lsmblob in security_current_getsecid
  ` [PATCH v37 12/33] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v37 13/33] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v37 14/33] LSM: Specify which LSM to display
  ` [PATCH v37 15/33] LSM: Ensure the correct LSM context releaser
  ` [PATCH v37 16/33] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v37 17/33] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v37 18/33] LSM: Use lsmcontext in security_dentry_init_security
  ` [PATCH v37 19/33] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v37 20/33] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v37 21/33] binder: Pass LSM identifier for confirmation
  ` [PATCH v37 22/33] LSM: security_secid_to_secctx module selection
  ` [PATCH v37 23/33] Audit: Keep multiple LSM data in audit_names
  ` [PATCH v37 24/33] Audit: Create audit_stamp structure
  ` [PATCH v37 25/33] LSM: Add a function to report multiple LSMs
  ` [PATCH v37 26/33] Audit: Allow multiple records in an audit_buffer
  ` [PATCH v37 27/33] Audit: Add record for multiple task security contexts
  ` [PATCH v37 28/33] audit: multiple subject lsm values for netlabel
  ` [PATCH v37 29/33] Audit: Add record for multiple object contexts
  ` [PATCH v37 30/33] netlabel: Use a struct lsmblob in audit data
  ` [PATCH v37 31/33] LSM: Removed scaffolding function lsmcontext_init
  ` [PATCH v37 32/33] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v37 33/33] AppArmor: Remove the exclusive flag

[PATCH -next] lsm_audit: Clean up redundant NULL pointer check
 2022-06-28  7:29 UTC  (3+ messages)

[PATCH] device_cgroup: Fix a spelling mistake
 2022-06-28  6:22 UTC 

[PATCH] kselftests: Enable the echo command to print newlines in Makefile
 2022-06-27 17:03 UTC  (2+ messages)

[PATCH 1/3] security: Add LSM hook to setgroups() syscall
 2022-06-26 23:33 UTC  (3+ messages)

[PATCH] tomoyo: Fix typo in comment
 2022-06-24 10:05 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 NNTP newsgroup(s).