linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 00:18:52 to 2019-11-01 21:08:13 UTC [more...]

tracefs splats in lockdown=confidentiality mode
 2019-11-01 21:08 UTC 

[Patch v3 0/7] Introduce TEE based Trusted Keys support
 2019-11-01 20:19 UTC  (11+ messages)
` [Patch v3 1/7] tee: optee: allow kernel pages to register as shm
` [Patch v3 2/7] tee: enable support to register kernel memory
` [Patch v3 3/7] tee: add private login method for kernel clients
` [Patch v3 4/7] KEYS: trusted: Add generic trusted keys framework
` [Patch v3 5/7] KEYS: trusted: Introduce TEE based Trusted Keys
` [Patch v3 6/7] doc: keys: Document usage of "
` [Patch v3 7/7] MAINTAINERS: Add entry for "

[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
 2019-11-01 19:24 UTC  (13+ messages)
` [RFC PATCH 01/11] pipe: Reduce #inclusion of pipe_fs_i.h "
` [RFC PATCH 02/11] Remove the nr_exclusive argument from __wake_up_sync_key() "
` [RFC PATCH 03/11] Add wake_up_interruptible_sync_poll_locked() "
` [RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length "
` [RFC PATCH 05/11] pipe: Allow pipes to have kernel-reserved slots "
` [RFC PATCH 06/11] pipe: Advance tail pointer inside of wait spinlock in pipe_read() "
` [RFC PATCH 07/11] pipe: Conditionalise wakeup "
` [RFC PATCH 08/11] pipe: Rearrange sequence in pipe_write() to preallocate slot "
` [RFC PATCH 09/11] pipe: Remove redundant wakeup from pipe_write() "
` [RFC PATCH 10/11] pipe: Check for ring full inside of the spinlock in "
` [RFC PATCH 11/11] pipe: Increase the writer-wakeup threshold to reduce context-switch count "

[PATCH v23 12/24] x86/sgx: Linux Enclave Driver
 2019-11-01 17:16 UTC  (11+ messages)
` [PATCH v23 15/24] x86/sgx: Add provisioning

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-11-01 14:53 UTC  (32+ messages)
` [RFC PATCH 01/10] pipe: Reduce #inclusion of pipe_fs_i.h "
` [RFC PATCH 02/10] Remove the nr_exclusive argument from __wake_up_sync_key() "
` [RFC PATCH 03/10] Add wake_up_interruptible_sync_poll_locked() "
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "
` [RFC PATCH 05/10] pipe: Allow pipes to have kernel-reserved slots "
` [RFC PATCH 06/10] pipe: Advance tail pointer inside of wait spinlock in pipe_read() "
` [RFC PATCH 07/10] pipe: Conditionalise wakeup "
` [RFC PATCH 08/10] pipe: Rearrange sequence in pipe_write() to preallocate slot "
` [RFC PATCH 09/10] pipe: Remove redundant wakeup from pipe_write() "
` [RFC PATCH 10/10] pipe: Check for ring full inside of the spinlock in "
` [RFC PATCH 11/10] pipe: Add fsync() support "

[PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
 2019-11-01 12:30 UTC  (20+ messages)

[PATCH bpf-next v12 0/7] Landlock LSM
 2019-10-31 16:44 UTC  (8+ messages)
` [PATCH bpf-next v12 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v12 2/7] landlock: Add the management of domains
` [PATCH bpf-next v12 3/7] landlock,seccomp: Load Landlock programs per process hierarchy
` [PATCH bpf-next v12 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v12 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v12 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v12 7/7] landlock: Add user and kernel documentation for Landlock

[PATCH v3 0/9] KEYS: Measure keys when they are created or updated
 2019-10-31 15:42 UTC  (22+ messages)
` [PATCH v3 1/9] KEYS: Defined an IMA hook to measure keys on key create or update
` [PATCH v3 2/9] KEYS: Defined functions to queue and dequeue keys for measurement
` [PATCH v3 3/9] KEYS: Added KEYRING_CHECK policy for key measurement
` [PATCH v3 4/9] KEYS: Updated IMA policy functions for handling "
` [PATCH v3 5/9] KEYS: Updated ima_get_action() to return keyrings if specified in the policy
` [PATCH v3 6/9] KEYS: Measure key if the IMA policy allows measurement for the given keyring
` [PATCH v3 7/9] KEYS: Queue key for measurement if IMA is not yet initialized. Measure queued keys when IMA initialization is completed
` [PATCH v3 8/9] KEYS: Added a boolean flag for IMA initialization status
` [PATCH v3 9/9] KEYS: Call the IMA hook to measure key when a new key is created or an existing key is updated

[tip: core/rcu] security/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

[PATCH bpf-next v11 0/7] Landlock LSM
 2019-10-30 14:03 UTC  (10+ messages)
` [PATCH bpf-next v11 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v11 2/7] landlock: Add the management of domains
` [PATCH bpf-next v11 3/7] landlock,seccomp: Load Landlock programs per process hierarchy
` [PATCH bpf-next v11 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v11 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v11 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v11 7/7] landlock: Add user and kernel documentation for Landlock

load_uefi_certs: Couldn't get size: 0x800000000000000e
 2019-10-30  8:57 UTC 

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

[PATCH] KEYS: trusted: Remove set but not used variable 'keyhndl'
 2019-10-29 14:18 UTC  (3+ messages)

[PATCH v2 0/4] KEYS: measure keys when they are created or updated
 2019-10-28 17:08 UTC  (14+ messages)
` [PATCH v2 1/4] KEYS: Defined an ima hook for measuring keys on key create or update
` [PATCH v2 2/4] KEYS: Queue key for measurement if ima is not initialized. Measure queued keys when ima is initialized
` [PATCH v2 3/4] KEYS: Added BUILTIN_TRUSTED_KEYS enum to measure keys added to builtin_trusted_keys keyring
` [PATCH v2 4/4] KEYS: Enabled ima policy "

CAAM hw key support status
 2019-10-28 16:12 UTC  (2+ messages)

Please pick ("LSM: SafeSetID: Stop releasing uninitialized ruleset") to 5.3 stable
 2019-10-26 15:29 UTC  (2+ messages)

[PATCH] security/keyring: avoid pagefaults in keyring_read_iterator
 2019-10-25 11:10 UTC  (4+ messages)

[PATCH] apparmor: fix odd_ptr_err.cocci warnings (fwd)
 2019-10-24 18:39 UTC  (4+ messages)

[PATCH v2] apparmor: Fix use-after-free in aa_audit_rule_init
 2019-10-24  8:48 UTC  (3+ messages)

KCSAN: data-race in common_perm_cond / task_dump_owner
 2019-10-24  8:34 UTC  (2+ messages)

[PATCH v14 4/5] overlayfs: internal getxattr operations without sepolicy checking
 2019-10-24  4:57 UTC  (3+ messages)
    ` [PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr

[PATCH] kernel: convert switch/case fallthrough comments to fallthrough;
 2019-10-24  3:39 UTC  (4+ messages)
` [Kgdb-bugreport] "

[PATCH v1 0/6] KEYS: measure keys when they are created or updated
 2019-10-23 18:49 UTC  (14+ messages)
` [PATCH v1 2/6] KEYS: ima: Refactored process_buffer_measurement function so that it can measure any buffer (and not just KEXEC_CMDLINE one)
` [PATCH v1 3/6] KEYS: ima hook to measure builtin_trusted_keys
` [PATCH v1 5/6] KEYS: measure queued keys
` [PATCH v1 6/6] KEYS: measure keys when they are created or updated

[Patch v8 0/4] Create and consolidate trusted keys subsystem
 2019-10-23 11:49 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).