linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 20:10:51 to 2020-03-17 16:47:35 UTC [more...]

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-17 16:47 UTC  (6+ messages)
` [RFC PATCH v14 06/10] landlock: Add syscall implementation

[PATCH v3 0/3] KEYS: Read keys to internal buffer & then copy to userspace
 2020-03-16 22:19 UTC  (19+ messages)
` [PATCH v3 1/3] KEYS: Don't write out to userspace while holding key semaphore
` [PATCH v3 2/3] KEYS: Avoid false positive ENOMEM error on key read
` [PATCH v3 3/3] KEYS: Use kvmalloc() to better handle large buffer allocation

[PATCH v9 1/8] proc: rename struct proc_fs_info to proc_fs_opts
 2020-03-15 15:25 UTC  (8+ messages)
` [PATCH v9 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v9 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
` [PATCH v9 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v9 5/8] proc: add option to mount only a pids subset
` [PATCH v9 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
` [PATCH v9 7/8] proc: move hidepid values to uapi as they are user interface to mount
` [PATCH v9 8/8] proc: use human-readable values for hidehid

[PATCH v9 0/8] proc: modernize proc to support multiple private instances
 2020-03-15 15:25 UTC 

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-13 18:35 UTC  (43+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "
` [PATCH 02/14] fsinfo: Add fsinfo() syscall to query filesystem information "
    ` [PATCH v19 01/14] fsinfo: Add fsinfo() syscall to query filesystem information
      ` [PATCH v19 14/14] arch: wire up fsinfo syscall
` [PATCH 03/14] fsinfo: Provide a bitmap of supported features [ver #18]
` [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 "

[PATCH v1] perf tool: make Perf tool aware of SELinux access control
 2020-03-13 17:27 UTC 

[PATCH v2 0/2] KEYS: Read keys to internal buffer & then copy to userspace
 2020-03-13 16:57 UTC  (12+ 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] security,anon_inodes,kvm: enable security support for anon inodes
 2020-03-11 13:31 UTC  (8+ messages)

[PATCH] tomoyo: Use scnprintf() for avoiding potential buffer overflow
 2020-03-11 11:06 UTC  (3+ messages)

[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

[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] "


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