linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-10 17:10:22 to 2019-10-24 20:53:50 UTC [more...]

[PATCH v10 00/25] LSM: Module stacking for AppArmor
 2019-10-24 20:52 UTC  (13+ messages)
` [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] apparmor: fix odd_ptr_err.cocci warnings (fwd)
 2019-10-24 18:39 UTC  (4+ messages)

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-10-24 16:57 UTC  (14+ 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-10-24 10:15 UTC  (10+ messages)

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

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

[PATCH v14 3/5] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
 2019-10-24  4:57 UTC  (4+ messages)
` [PATCH v14 4/5] overlayfs: internal getxattr operations without sepolicy checking
    ` [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 v2 0/4] KEYS: measure keys when they are created or updated
 2019-10-23 23:39 UTC  (5+ 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 "

[PATCH v1 0/6] KEYS: measure keys when they are created or updated
 2019-10-23 18:49 UTC  (16+ messages)
` [PATCH v1 1/6] KEYS: Helper function to check if the given keyring is builtin_trusted_keys
` [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 4/6] KEYS: ima functions to queue and dequeue keys to measure
` [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  (7+ messages)
` [Patch v8 1/4] tpm: Move tpm_buf code to include/linux/
` [Patch v8 2/4] KEYS: Use common tpm_buf for trusted and asymmetric keys
` [Patch v8 3/4] KEYS: trusted: Create trusted keys subsystem
` [Patch v8 4/4] KEYS: trusted: Move TPM2 trusted keys code

[PATCH tip/core/rcu 10/10] security/safesetid: Replace rcu_swap_protected() with rcu_replace()
 2019-10-22 19:12 UTC 

WARNING: refcount bug in find_key_to_update
 2019-10-22 13:17 UTC  (11+ messages)

[GIT PULL] SafeSetID LSM changes for 5.4
 2019-10-22  2:13 UTC  (5+ messages)

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

CAAM hw key support status
 2019-10-21 14:28 UTC 

[PATCH v0] KEYS: Security LSM Hook for key_create_or_update
 2019-10-18 20:38 UTC  (3+ messages)

WARNING: refcount bug in find_key_to_update
 2019-10-18 16:46 UTC 

[RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications
 2019-10-17 10:53 UTC  (32+ messages)
` [RFC PATCH 01/21] pipe: Reduce #inclusion of pipe_fs_i.h
` [RFC PATCH 02/21] Add a prelocked wake-up
` [RFC PATCH 03/21] pipe: Use head and tail pointers for the ring, not cursor and length
` [RFC PATCH 04/21] pipe: Advance tail pointer inside of wait spinlock in pipe_read()
` [RFC PATCH 05/21] pipe: Conditionalise wakeup "
` [RFC PATCH 06/21] pipe: Rearrange sequence in pipe_write() to preallocate slot
` [RFC PATCH 07/21] pipe: Remove redundant wakeup from pipe_write()
` [RFC PATCH 08/21] pipe: Check for ring full inside of the spinlock in pipe_write()
` [RFC PATCH 09/21] uapi: General notification queue definitions
` [RFC PATCH 10/21] security: Add hooks to rule on setting a watch
` [RFC PATCH 11/21] security: Add a hook for the point of notification insertion
` [RFC PATCH 12/21] pipe: Add general notification queue support
` [RFC PATCH 13/21] keys: Add a notification facility
` [RFC PATCH 14/21] Add sample notification program
` [RFC PATCH 15/21] pipe: Allow buffers to be marked read-whole-or-error for notifications
` [RFC PATCH 16/21] pipe: Add notification lossage handling
` [RFC PATCH 17/21] Add a general, global device notification watch list
` [RFC PATCH 18/21] block: Add block layer notifications
` [RFC PATCH 19/21] usb: Add USB subsystem notifications
` [RFC PATCH 20/21] selinux: Implement the watch_key security hook
` [RFC PATCH 21/21] smack: Implement the watch_key and post_notification hooks

[PATCH v2] perf_event: Add support for LSM and SELinux checks
 2019-10-16  8:10 UTC  (6+ messages)

[Patch v7 0/4] Create and consolidate trusted keys subsystem
 2019-10-15  8:32 UTC  (15+ messages)
` [Patch v7 1/4] tpm: Move tpm_buf code to include/linux/
` [Patch v7 2/4] KEYS: Use common tpm_buf for trusted and asymmetric keys
` [Patch v7 4/4] KEYS: trusted: Move TPM2 trusted keys code

[PATCH] perf_event: Add support for LSM and SELinux checks
 2019-10-14 16:54 UTC  (4+ messages)

kernel panic while using get_random_bytes
 2019-10-14  8:21 UTC 

[PATCH 0/7 v2] tracing: Fix tracefs lockdown and various clean ups
 2019-10-13  0:39 UTC  (12+ messages)
` [PATCH 1/7 v2] tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")
` [PATCH 2/7 v2] ftrace: Get a reference counter for the trace_array on filter files
` [PATCH 3/7 v2] tracing: Get trace_array reference for available_tracers files
` [PATCH 4/7 v2] tracing: Have trace events system open call tracing_open_generic_tr()
` [PATCH 5/7 v2] tracing: Add tracing_check_open_get_tr()
` [PATCH 6/7 v2] tracing: Add some more locked_down checks
` [PATCH 7/7 v2] tracing: Do not create tracefs files if tracefs lockdown is in effect

[PATCH] tracefs: Do not allocate and free proxy_ops for lockdown
 2019-10-11 22:27 UTC  (13+ messages)

[PATCH RFC] perf_event: Add support for LSM and SELinux checks
 2019-10-11 15:47 UTC  (13+ messages)

[PATCH -next] security: smack: add watch_queue.h header to fix build errors
 2019-10-11  7:54 UTC  (2+ messages)

shmem: fix LSM options parsing (fwd)
 2019-10-10 23:00 UTC 


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