linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 23:36:19 to 2020-09-01 16:04:11 UTC [more...]

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-01 15:42 UTC  (8+ messages)

[PATCH 06/11] evm: Allow setxattr() and setattr() if metadata digest won't change
 2020-09-01 12:55 UTC  (15+ messages)
` [PATCH 07/11] evm: Set IMA_CHANGE_XATTR/ATTR bit if EVM_ALLOW_METADATA_WRITES is set
` [PATCH 08/11] ima: Allow imasig requirement to be satisfied by EVM portable signatures
` [PATCH 09/11] ima: Don't remove security.ima if file must not be appraised
` [PATCH 10/11] ima: Don't ignore errors from crypto_shash_update()

[PATCH v8 0/3] SELinux support for anonymous inodes and UFFD
 2020-09-01 12:41 UTC  (7+ messages)
` [PATCH v8 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v8 2/3] Teach SELinux about anonymous inodes
` [PATCH v8 3/3] Wire UFFD up to SELinux

[PATCH 01/11] evm: Execute evm_inode_init_security() only when the HMAC key is loaded
 2020-08-31 21:31 UTC  (15+ messages)
` [PATCH 02/11] evm: Load EVM key in ima_load_x509() to avoid appraisal
` [PATCH 03/11] evm: Refuse EVM_ALLOW_METADATA_WRITES only if the HMAC key is loaded
` [PATCH 04/11] evm: Check size of security.evm before using it
` [PATCH 05/11] evm: Allow xattr/attr operations for portable signatures if check fails

[PATCH v3 0/6] IMA: Infrastructure for measurement of critical kernel data
 2020-08-31 18:23 UTC  (12+ messages)
` [PATCH v3 1/6] IMA: generalize keyring specific measurement constructs
` [PATCH v3 2/6] IMA: change process_buffer_measurement return type from void to int
` [PATCH v3 3/6] IMA: update process_buffer_measurement to measure buffer hash
` [PATCH v3 4/6] IMA: add policy to measure critical data from kernel components
` [PATCH v3 5/6] IMA: add hook "
` [PATCH v3 6/6] IMA: validate supported kernel data sources before measurement

[PATCH] SELinux: Measure state and hash of policy using IMA
 2020-08-31 16:39 UTC  (12+ messages)

[PATCH] security: fix some spelling mistakes in the comments by codespell
 2020-08-31  1:01 UTC  (2+ messages)
` ping//Re: "

[PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-08-30  1:00 UTC  (3+ messages)

[PATCH RFC] netlabel: remove unused param from audit_log_format()
 2020-08-28 16:09 UTC  (8+ messages)
        ` [PATCH v2] "

[PATCH v2 0/3] IMA: Generalize early boot data measurement
 2020-08-28 16:00 UTC  (4+ messages)
` [PATCH v2 1/3] IMA: Generalize early boot measurement of asymmetric keys
` [PATCH v2 2/3] IMA: Support measurement of generic data during early boot
` [PATCH v2 3/3] IMA: Support early boot measurement of critical data

[PATCH 00/18] VFS: Filesystem information [ver #21]
 2020-08-27 11:27 UTC  (3+ messages)
` [PATCH 02/18] fsinfo: Add fsinfo() syscall to query filesystem "

[PATCH] security/keys: use kvfree_sensitive()
 2020-08-27 13:26 UTC  (2+ messages)

[PATCH v20 00/23] LSM: Module stacking for AppArmor
 2020-08-26 18:02 UTC  (26+ messages)
  ` [PATCH v20 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v20 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v20 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v20 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v20 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v20 06/23] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v20 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v20 08/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v20 09/23] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v20 10/23] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v20 11/23] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v20 12/23] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v20 13/23] LSM: Specify which LSM to display
  ` [PATCH v20 14/23] LSM: Ensure the correct LSM context releaser
  ` [PATCH v20 15/23] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v20 16/23] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v20 17/23] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v20 18/23] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v20 19/23] LSM: Verify LSM display sanity in binder
  ` [PATCH v20 20/23] Audit: Add new record for multiple process LSM attributes
  ` [PATCH v20 21/23] Audit: Add a new record for multiple object "
  ` [PATCH v20 22/23] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v20 23/23] AppArmor: Remove the exclusive flag

[PATCH v2 0/2] ima: Fix keyrings race condition and other key related bugs
 2020-08-26 15:57 UTC  (4+ messages)

[PATCH v36 11/24] x86/sgx: Add SGX enclave driver
 2020-08-26 13:46 UTC  (3+ messages)

[PATCH 0/3] integrity: Load certs from EFI MOK config table
 2020-08-26 11:55 UTC  (5+ messages)
` [PATCH 1/3] efi: Support for MOK variable "
` [PATCH 2/3] integrity: Move import of MokListRT certs to a separate routine
` [PATCH 3/3] integrity: Load certs from the EFI MOK config table

[PATCH v7 0/3] SELinux support for anonymous inodes and UFFD
 2020-08-26  0:25 UTC  (7+ messages)
` [PATCH v7 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v7 2/3] Teach SELinux about anonymous inodes
` [PATCH v7 3/3] Wire UFFD up to SELinux

[PATCH v2 0/3] IMA: Infrastructure for measurement of critical kernel data
 2020-08-25 23:23 UTC  (8+ messages)
` [PATCH v2 1/3] IMA: generalize keyring specific measurement constructs
` [PATCH v2 2/3] IMA: add policy to support measuring critical data from kernel components
` [PATCH v2 3/3] IMA: define IMA hook to measure "

[PATCH bpf-next v10 0/7] Generalizing bpf_local_storage
 2020-08-25 22:51 UTC  (11+ messages)
` [PATCH bpf-next v10 1/7] bpf: Renames in preparation for bpf_local_storage
` [PATCH bpf-next v10 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v10 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v10 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v10 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v10 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v10 7/7] bpf: Add selftests for local_storage

[PATCH] IMA: Handle early boot data measurement
 2020-08-25 19:43 UTC  (8+ messages)

[PATCH bpf-next v9 0/7] Generalizing bpf_local_storage
 2020-08-25 17:39 UTC  (13+ messages)
` [PATCH bpf-next v9 1/7] bpf: Renames in preparation for bpf_local_storage
` [PATCH bpf-next v9 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v9 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v9 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v9 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v9 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v9 7/7] bpf: Add selftests for local_storage

general protection fault in security_inode_getattr
 2020-08-25  0:48 UTC  (5+ messages)

[net PATCH] netlabel: fix problems with mapping removal
 2020-08-24 23:08 UTC  (2+ messages)

[PATCH] ima: use kmemdup() rather than kmalloc+memcpy
 2020-08-24 21:21 UTC 

[PATCH] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-08-24 20:48 UTC  (2+ messages)

[PATCH] integrity: Use current_uid() in integrity_audit_message()
 2020-08-24 20:33 UTC  (2+ messages)

[RFC] security: replace indirect calls with static calls
 2020-08-24 17:54 UTC  (12+ messages)

[PATCH] security: selinux: delete repeated words in comments
 2020-08-24 13:07 UTC  (3+ messages)

[PATCH] security/commoncap: Use current_user_ns()
 2020-08-24 12:49 UTC 

[net-next PATCH] netlabel: fix problems with mapping removal
 2020-08-21 20:36 UTC  (3+ messages)

[PATCH 5.8 000/232] 5.8.3-rc1 review
 2020-08-21 16:21 UTC  (5+ messages)
    ` [LTP] "

[RFC PATCH 00/30] ima: Introduce IMA namespace
 2020-08-21 15:37 UTC  (7+ messages)

[GIT PULL] Mount notifications
 2020-08-21 13:17 UTC  (20+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)
                  ` file metadata via fs API

[PATCH v6 0/3] SELinux support for anonymous inodes and UFFD
 2020-08-21  3:48 UTC  (3+ messages)

[PATCH RESEND] device_cgroup: Fix RCU list debugging warning
 2020-08-20 22:38 UTC  (7+ messages)

[PATCH] mm/migrate: Avoid possible unnecessary ptrace_may_access() call in kernel_move_pages()
 2020-08-20 21:21 UTC  (2+ messages)

init_on_alloc/init_on_free boot options
 2020-08-20  0:35 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).