linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-25 15:11:17 to 2020-03-10 01:22:04 UTC [more...]

[PATCH v15 00/23] LSM: Module stacking for AppArmor
 2020-03-10  1:21 UTC  (19+ messages)
` [PATCH v15 01/23] LSM: Infrastructure management of the sock security
` [PATCH v15 04/23] LSM: Use lsmblob in security_kernel_act_as
` [PATCH v15 05/23] net: Prepare UDS for security module stacking
` [PATCH v15 06/23] Use lsmblob in security_secctx_to_secid
` [PATCH v15 13/23] LSM: Specify which LSM to display
` [PATCH v15 17/23] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v15 18/23] NET: Store LSM netlabel data in a lsmblob

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-10  1:14 UTC  (24+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "
` [PATCH 02/14] fsinfo: Add fsinfo() syscall to query filesystem information "
` [PATCH 03/14] fsinfo: Provide a bitmap of supported features "
` [PATCH 04/14] fsinfo: Allow retrieval of superblock devname, options and stats "
` [PATCH 05/14] fsinfo: Allow fsinfo() to look up a mount object by ID "
` [PATCH 06/14] fsinfo: Add a uniquifier ID to struct mount "
` [PATCH 07/14] fsinfo: Allow mount information to be queried "
` [PATCH 08/14] fsinfo: Allow the mount topology propogation flags to be retrieved "
` [PATCH 09/14] fsinfo: Provide notification overrun handling support "
` [PATCH 10/14] fsinfo: sample: Mount listing program "
` [PATCH 11/14] fsinfo: Add API documentation "
` [PATCH 12/14] fsinfo: Add support for AFS "
` [PATCH 13/14] fsinfo: Example support for Ext4 "
` [PATCH 14/14] fsinfo: Example support for NFS "

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-09 23:44 UTC  (17+ messages)
` [RFC PATCH v14 01/10] landlock: Add object and rule management
` [RFC PATCH v14 05/10] fs,landlock: Support filesystem access-control
` [RFC PATCH v14 10/10] landlock: Add user and kernel documentation

[PATCH v2 0/2] KEYS: Read keys to internal buffer & then copy to userspace
 2020-03-09 16:32 UTC  (4+ messages)
` [PATCH v2 1/2] KEYS: Don't write out to userspace while holding key semaphore
` [PATCH v2 2/2] KEYS: Avoid false positive ENOMEM error on key read

[RFC PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #4]
 2020-03-09 12:19 UTC  (18+ messages)
` [RFC PATCH 01/17] uapi: General notification queue definitions "
` [RFC PATCH 02/17] security: Add hooks to rule on setting a watch "
` [RFC PATCH 03/17] security: Add a hook for the point of notification insertion "
` [RFC PATCH 04/17] pipe: Add O_NOTIFICATION_PIPE "
` [RFC PATCH 05/17] pipe: Add general notification queue support "
` [RFC PATCH 06/17] watch_queue: Add a key/keyring notification facility "
` [RFC PATCH 07/17] Add sample notification program "
` [RFC PATCH 08/17] pipe: Allow buffers to be marked read-whole-or-error for notifications "
` [RFC PATCH 09/17] pipe: Add notification lossage handling "
` [RFC PATCH 10/17] selinux: Implement the watch_key security hook "
` [RFC PATCH 11/17] smack: Implement the watch_key and post_notification hooks "
` [RFC PATCH 12/17] watch_queue: Add security hooks to rule on setting mount and sb watches "
` [RFC PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications "
` [RFC PATCH 14/17] watch_queue: sample: Display mount tree "
` [RFC PATCH 15/17] watch_queue: Introduce a non-repeating system-unique superblock ID "
` [RFC PATCH 16/17] watch_queue: Add superblock notifications "
` [RFC PATCH 17/17] watch_queue: sample: Display "

[PATCH v28 11/22] x86/sgx: Linux Enclave Driver
 2020-03-06 19:00 UTC  (7+ messages)
` [PATCH v28 15/22] x86/sgx: Add provisioning

[PATCH] KEYS: Don't write out to userspace while holding key semaphore
 2020-03-06 18:40 UTC  (4+ messages)

[PATCH bpf-next] bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET
 2020-03-05 23:22 UTC  (5+ messages)

[PATCH bpf-next] bpf: Remove unnecessary CAP_MAC_ADMIN check
 2020-03-05 22:38 UTC  (2+ messages)

[PATCH bpf-next v4 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-05 21:16 UTC  (19+ messages)
` [PATCH bpf-next v4 1/7] bpf: Refactor trampoline update code
` [PATCH bpf-next v4 2/7] bpf: JIT helpers for fmod_ret progs
` [PATCH bpf-next v4 3/7] bpf: Introduce BPF_MODIFY_RETURN
` [PATCH bpf-next v4 4/7] bpf: Attachment verification for BPF_MODIFY_RETURN
` [PATCH bpf-next v4 5/7] tools/libbpf: Add support "
` [PATCH bpf-next v4 6/7] bpf: Add test ops for BPF_PROG_TYPE_TRACING
` [PATCH bpf-next v4 7/7] bpf: Add selftests for BPF_MODIFY_RETURN

[PATCH bpf-next v3 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-04 19:08 UTC  (13+ messages)
` [PATCH bpf-next v3 1/7] bpf: Refactor trampoline update code
` [PATCH bpf-next v3 2/7] bpf: JIT helpers for fmod_ret progs
` [PATCH bpf-next v3 3/7] bpf: Introduce BPF_MODIFY_RETURN
` [PATCH bpf-next v3 4/7] bpf: Attachment verification for BPF_MODIFY_RETURN
` [PATCH bpf-next v3 5/7] tools/libbpf: Add support "
` [PATCH bpf-next v3 6/7] bpf: Add test ops for BPF_PROG_TYPE_TRACING
` [PATCH bpf-next v3 7/7] bpf: Add selftests for BPF_MODIFY_RETURN

[PATCH bpf-next v2 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-04 15:24 UTC  (18+ messages)
` [PATCH bpf-next v2 1/7] bpf: Refactor trampoline update code
` [PATCH bpf-next v2 2/7] bpf: JIT helpers for fmod_ret progs
` [PATCH bpf-next v2 3/7] bpf: Introduce BPF_MODIFY_RETURN
` [PATCH bpf-next v2 4/7] bpf: Attachment verification for BPF_MODIFY_RETURN
` [PATCH bpf-next v2 5/7] tools/libbpf: Add support "
` [PATCH bpf-next v2 6/7] bpf: Add test ops for BPF_PROG_TYPE_TRACING
` [PATCH bpf-next v2 7/7] bpf: Add selftests for BPF_MODIFY_RETURN

[PATCH] security/apparmor/label.c: Clean code by removing redundant instructions
 2020-03-03 18:40 UTC  (2+ messages)

[PATCH v3 7/8] ima: Calculate and extend PCR with digests in ima_template_entry
 2020-03-03  4:03 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 41/66] efi: Only print errors about failing to get certs if EFI vars are found
 2020-03-03  2:45 UTC 

[PATCH AUTOSEL 5.4 36/58] efi: Only print errors about failing to get certs if EFI vars are found
 2020-03-03  2:47 UTC 

[PATCH v3 5/8] ima: Switch to dynamically allocated buffer for template digests
 2020-03-02 22:20 UTC  (2+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-02 20:28 UTC  (7+ messages)
                            ` [PATCHv3] "

[PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-03-02 19:44 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH v3 0/8] ima: support stronger algorithms for attestation
 2020-03-02 17:33 UTC  (9+ messages)
` [PATCH v3 2/8] ima: Switch to ima_hash_algo for boot aggregate

[PATCH v3 00/25] user_namespace: introduce fsid mappings
 2020-03-02 14:34 UTC  (3+ messages)

[PATCH v2 8/8] ima: Use ima_hash_algo for collision detection in the measurement list
 2020-03-02  9:46 UTC  (2+ messages)
  ` [ima] 9165b814d2: BUG:kernel_NULL_pointer_dereference,address

kernel BUG at lib/assoc_array.c:LINE!
 2020-03-02  9:27 UTC  (4+ messages)

[PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
 2020-02-29  2:59 UTC  (28+ messages)
                            ` [PATCH 0/7] proc: Dentry flushing without proc_mnt
                              ` [PATCH v2 0/6] "
                                ` [PATCH 0/3] proc: Actually honor the mount options
                                  ` [PATCH 1/3] uml: Don't consult current to find the proc_mnt in mconsole_proc
                                  ` [PATCH 2/3] uml: Create a private mount of proc for mconsole
                                  ` [PATCH 3/3] proc: Remove the now unnecessary internal mount of proc
                                  ` [PATCH 4/3] pid: Improve the comment about waiting in zap_pid_ns_processes

protecting overlayfs's lower consistently
 2020-02-28 18:31 UTC 

Please revert SELinux/keys patches from the keys linux-next branch
 2020-02-28 15:39 UTC  (3+ messages)

[RESEND PATCH v2] efi: Only print errors about failing to get certs if EFI vars are found
 2020-02-28  9:58 UTC  (9+ messages)

[PATCH bpf-next v4 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-02-27 18:40 UTC  (17+ messages)
` [PATCH bpf-next v4 3/8] bpf: lsm: provide attachment points for BPF LSM programs

[PATCH] security: integrity: Replace zero-length array with flexible-array member
 2020-02-27 12:58 UTC 

[PATCH] apparmor: Replace zero-length array with flexible-array member
 2020-02-27 12:53 UTC  (2+ messages)

suspicious RCU usage from smack code
 2020-02-26 20:06 UTC  (2+ messages)

[PATCH] module support: during lockdown, log name of unsigned module
 2020-02-26 17:58 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in cipso_v4_sock_setattr
 2020-02-25 15:12 UTC  (7+ 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).